Trace number 3263310

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.22 1201.98

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263310-1304099345/watcher-3263310-1304099345 -o /tmp/evaluation-result-3263310-1304099345/solver-3263310-1304099345 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3263310-1304099345.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.20 7.89 7.96 4/175 9153
/proc/meminfo: memFree=19120316/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=9316 CPUtime=0 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) R 9150 9152 8608 0 -1 4202496 422 1253 0 0 0 0 0 0 18 0 1 0 521534170 9539584 351 33554432000 4194304 4417332 140735697678784 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9152/statm: 2329 351 146 55 0 215 0

[startup+0.106358 s]
/proc/loadavg: 7.20 7.89 7.96 4/175 9153
/proc/meminfo: memFree=19120316/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=123808 CPUtime=0.3 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 3562 1253 0 0 30 0 0 0 18 0 5 0 521534170 126779392 2326 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 30952 2326 177 55 0 28838 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 123808

[startup+0.200342 s]
/proc/loadavg: 7.20 7.89 7.96 4/175 9153
/proc/meminfo: memFree=19120316/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=123856 CPUtime=0.68 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 3811 1253 0 0 68 0 0 0 18 0 5 0 521534170 126828544 2341 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 30964 2341 180 55 0 28850 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 123856

[startup+0.300325 s]
/proc/loadavg: 7.20 7.89 7.96 4/175 9153
/proc/meminfo: memFree=19120316/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=125864 CPUtime=1.08 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 4377 1253 0 0 108 0 0 0 18 0 5 0 521534170 128884736 2907 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 31466 2907 181 55 0 29352 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 125864

[startup+0.700258 s]
/proc/loadavg: 7.20 7.89 7.96 4/175 9153
/proc/meminfo: memFree=19120316/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=131168 CPUtime=2.68 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 6426 1253 0 0 268 0 0 0 18 0 5 0 521534170 134316032 4233 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 32792 4233 181 55 0 30678 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 131168

[startup+1.50112 s]
/proc/loadavg: 7.20 7.89 7.96 10/184 9172
/proc/meminfo: memFree=19085540/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=140388 CPUtime=5.88 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 10263 1253 0 0 587 1 0 0 18 0 5 0 521534170 143757312 6538 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 35097 6538 181 55 0 32983 0
[pid=9152/tid=9169] ppid=9150 vsize=140388 CPUtime=1.46 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 656 1253 0 0 146 0 0 0 23 0 5 0 521534173 143757312 6538 33554432000 4194304 4417332 140735697678784 18446744073709551615 4258191 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=140388 CPUtime=1.46 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 686 1253 0 0 146 0 0 0 23 0 5 0 521534173 143757312 6538 33554432000 4194304 4417332 140735697678784 18446744073709551615 4249322 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=140388 CPUtime=1.46 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 1497 1253 0 0 146 0 0 0 23 0 5 0 521534173 143757312 6538 33554432000 4194304 4417332 140735697678784 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=140388 CPUtime=1.45 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 5961 1253 0 0 144 1 0 0 23 0 5 0 521534173 143757312 6538 33554432000 4194304 4417332 140735697678784 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 140388

[startup+3.10086 s]
/proc/loadavg: 7.20 7.89 7.96 10/184 9172
/proc/meminfo: memFree=19061972/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=144536 CPUtime=12.27 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 13804 1253 0 0 1226 1 0 0 18 0 5 0 521534170 148004864 7575 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 36134 7575 181 55 0 34020 0
[pid=9152/tid=9169] ppid=9150 vsize=144536 CPUtime=3.06 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 656 1253 0 0 306 0 0 0 25 0 5 0 521534173 148004864 7575 33554432000 4194304 4417332 140735697678784 18446744073709551615 4249943 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=144536 CPUtime=3.06 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 997 1253 0 0 306 0 0 0 25 0 5 0 521534173 148004864 7575 33554432000 4194304 4417332 140735697678784 18446744073709551615 4250266 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=144536 CPUtime=3.06 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 1497 1253 0 0 306 0 0 0 25 0 5 0 521534173 148004864 7575 33554432000 4194304 4417332 140735697678784 18446744073709551615 4250938 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=144536 CPUtime=3.04 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 9191 1253 0 0 303 1 0 0 25 0 5 0 521534173 148004864 7575 33554432000 4194304 4417332 140735697678784 18446744073709551615 4321656 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 144536

[startup+6.30032 s]
/proc/loadavg: 7.27 7.89 7.96 10/184 9172
/proc/meminfo: memFree=19027256/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=173284 CPUtime=25.05 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 25640 1253 0 0 2502 3 0 0 18 0 5 0 521534170 177442816 15634 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 43321 15634 181 55 0 41207 0
[pid=9152/tid=9169] ppid=9150 vsize=173284 CPUtime=6.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 1168 1253 0 0 626 0 0 0 25 0 5 0 521534173 177442816 15634 33554432000 4194304 4417332 140735697678784 18446744073709551615 4248225 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=173284 CPUtime=6.26 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 2675 1253 0 0 626 0 0 0 25 0 5 0 521534173 177442816 15634 33554432000 4194304 4417332 140735697678784 18446744073709551615 4251272 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=173284 CPUtime=6.26 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 3320 1253 0 0 626 0 0 0 25 0 5 0 521534173 177442816 15634 33554432000 4194304 4417332 140735697678784 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=173284 CPUtime=6.22 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 17014 1253 0 0 620 2 0 0 25 0 5 0 521534173 177442816 15634 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 173284

[startup+12.7012 s]
/proc/loadavg: 7.32 7.89 7.96 10/184 9173
/proc/meminfo: memFree=18940764/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=214932 CPUtime=50.61 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 50647 1253 0 0 5055 6 0 0 18 0 5 0 521534170 220090368 28600 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 53733 28600 181 55 0 51619 0
[pid=9152/tid=9169] ppid=9150 vsize=214932 CPUtime=12.66 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 1673 1253 0 0 1266 0 0 0 25 0 5 0 521534173 220090368 28600 33554432000 4194304 4417332 140735697678784 18446744073709551615 4246266 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=214932 CPUtime=12.66 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 9793 1253 0 0 1265 1 0 0 25 0 5 0 521534173 220090368 28600 33554432000 4194304 4417332 140735697678784 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=214932 CPUtime=12.65 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 7796 1253 0 0 1265 0 0 0 25 0 5 0 521534173 220090368 28600 33554432000 4194304 4417332 140735697678784 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=214932 CPUtime=12.59 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 29922 1253 0 0 1255 4 0 0 25 0 5 0 521534173 220090368 28600 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 214932

[startup+25.5011 s]
/proc/loadavg: 7.47 7.90 7.96 10/184 9173
/proc/meminfo: memFree=18799912/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=296728 CPUtime=101.74 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 103765 1253 0 0 10160 14 0 0 18 0 5 0 521534170 303849472 48615 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 74182 48615 181 55 0 72068 0
[pid=9152/tid=9169] ppid=9150 vsize=296728 CPUtime=25.46 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 12184 1253 0 0 2545 1 0 0 25 0 5 0 521534173 303849472 48615 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=296728 CPUtime=25.46 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 23821 1253 0 0 2543 3 0 0 25 0 5 0 521534173 303849472 48615 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=296728 CPUtime=25.45 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 19661 1253 0 0 2543 2 0 0 25 0 5 0 521534173 303849472 48615 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=296728 CPUtime=25.32 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 46636 1253 0 0 2525 7 0 0 25 0 5 0 521534173 303849472 48615 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 296728

[startup+51.1008 s]
/proc/loadavg: 7.65 7.91 7.96 10/184 9173
/proc/meminfo: memFree=18630516/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=395488 CPUtime=204 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 176468 1253 0 0 20375 25 0 0 18 0 5 0 521534170 404979712 75907 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 98872 75907 181 55 0 96758 0
[pid=9152/tid=9169] ppid=9150 vsize=395488 CPUtime=51.06 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 25740 1253 0 0 5103 3 0 0 25 0 5 0 521534173 404979712 75907 33554432000 4194304 4417332 140735697678784 18446744073709551615 4250825 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=395488 CPUtime=51.06 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 41849 1253 0 0 5100 6 0 0 25 0 5 0 521534173 404979712 75907 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=395488 CPUtime=51.05 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 34047 1253 0 0 5101 4 0 0 25 0 5 0 521534173 404979712 75907 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=395488 CPUtime=50.78 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 73369 1253 0 0 5067 11 0 0 25 0 5 0 521534173 404979712 75907 33554432000 4194304 4417332 140735697678784 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 395488

[startup+102.301 s]
/proc/loadavg: 7.92 7.93 7.96 10/184 9175
/proc/meminfo: memFree=18434956/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=477360 CPUtime=408.54 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 315454 1253 0 0 40807 47 0 0 18 0 5 0 521534170 488816640 93384 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 119340 93384 181 55 0 117226 0
[pid=9152/tid=9169] ppid=9150 vsize=477360 CPUtime=102.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 51180 1253 0 0 10219 7 0 0 25 0 5 0 521534173 488816640 93384 33554432000 4194304 4417332 140735697678784 18446744073709551615 4270132 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=477360 CPUtime=102.26 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 93756 1253 0 0 10213 13 0 0 25 0 5 0 521534173 488816640 93384 33554432000 4194304 4417332 140735697678784 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=477360 CPUtime=102.25 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 62780 1253 0 0 10216 9 0 0 25 0 5 0 521534173 488816640 93384 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=477360 CPUtime=101.71 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 106275 1253 0 0 10155 16 0 0 25 0 5 0 521534173 488816640 93384 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 477360

[startup+162.301 s]
/proc/loadavg: 8.03 7.96 7.97 10/184 9177
/proc/meminfo: memFree=18113540/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=627820 CPUtime=648.2 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 430812 1253 0 0 64753 67 0 0 18 0 5 0 521534170 642887680 130817 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 156955 130817 181 55 0 154841 0
[pid=9152/tid=9169] ppid=9150 vsize=627820 CPUtime=162.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 87332 1253 0 0 16213 13 0 0 25 0 5 0 521534173 642887680 130817 33554432000 4194304 4417332 140735697678784 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=627820 CPUtime=162.26 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 135057 1253 0 0 16206 20 0 0 25 0 5 0 521534173 642887680 130817 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=627820 CPUtime=162.24 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 82854 1253 0 0 16212 12 0 0 25 0 5 0 521534173 642887680 130817 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=627820 CPUtime=161.37 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 124106 1253 0 0 16118 19 0 0 25 0 5 0 521534173 642887680 130817 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 627820


################
# More data... #
################

[pid=9152/tid=9170] ppid=9150 vsize=1360576 CPUtime=702.26 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 408951 1253 0 0 70160 66 0 0 25 0 5 0 521534173 1393229824 316660 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1360576 CPUtime=702.23 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 377344 1253 0 0 70166 57 0 0 25 0 5 0 521534173 1393229824 316660 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1360576 CPUtime=698.44 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 280965 1253 0 0 69801 43 0 0 25 0 5 0 521534173 1393229824 316660 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 1360576

[startup+762.301 s]
/proc/loadavg: 8.21 8.09 8.01 10/184 9202
/proc/meminfo: memFree=16868044/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1413024 CPUtime=3044.95 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 1556150 1253 0 0 304247 248 0 0 18 0 5 0 521534170 1446936576 330001 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 353256 330001 181 55 0 351142 0
[pid=9152/tid=9169] ppid=9150 vsize=1413024 CPUtime=762.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 395507 1253 0 0 76163 63 0 0 25 0 5 0 521534173 1446936576 330001 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1413024 CPUtime=762.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 456880 1253 0 0 76152 75 0 0 25 0 5 0 521534173 1446936576 330001 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1413024 CPUtime=762.23 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 401242 1253 0 0 76162 61 0 0 25 0 5 0 521534173 1446936576 330001 33554432000 4194304 4417332 140735697678784 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1413024 CPUtime=758.12 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 301058 1253 0 0 75765 47 0 0 25 0 5 0 521534173 1446936576 330001 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 1413024

[startup+822.301 s]
/proc/loadavg: 8.22 8.11 8.02 10/184 9203
/proc/meminfo: memFree=16760528/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1387900 CPUtime=3284.6 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 1677727 1253 0 0 328191 269 0 0 18 0 5 0 521534170 1421209600 320815 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 346975 320815 181 55 0 344861 0
[pid=9152/tid=9169] ppid=9150 vsize=1387900 CPUtime=822.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 443969 1253 0 0 82154 72 0 0 25 0 5 0 521534173 1421209600 320815 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1387900 CPUtime=822.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 497457 1253 0 0 82145 82 0 0 25 0 5 0 521534173 1421209600 320815 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1387900 CPUtime=822.22 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 425588 1253 0 0 82157 65 0 0 25 0 5 0 521534173 1421209600 320815 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1387900 CPUtime=817.8 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 309250 1253 0 0 81731 49 0 0 25 0 5 0 521534173 1421209600 320815 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 1387900

[startup+882.307 s]
/proc/loadavg: 8.15 8.10 8.02 10/184 9205
/proc/meminfo: memFree=16501116/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1580656 CPUtime=3524.3 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 1761552 1253 0 0 352147 283 0 0 18 0 5 0 521534170 1618591744 368122 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 395164 368122 181 55 0 393050 0
[pid=9152/tid=9169] ppid=9150 vsize=1580656 CPUtime=882.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 452161 1253 0 0 88153 73 0 0 25 0 5 0 521534173 1618591744 368122 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1580656 CPUtime=882.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 520506 1253 0 0 88142 85 0 0 25 0 5 0 521534173 1618591744 368122 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1580656 CPUtime=882.22 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 455708 1253 0 0 88152 70 0 0 25 0 5 0 521534173 1618591744 368122 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1580656 CPUtime=877.47 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 331714 1253 0 0 87694 53 0 0 25 0 5 0 521534173 1618591744 368122 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 1580656

[startup+942.301 s]
/proc/loadavg: 8.18 8.11 8.02 10/184 9206
/proc/meminfo: memFree=16422736/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1663376 CPUtime=3763.95 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 1836502 1253 0 0 376099 296 0 0 18 0 5 0 521534170 1703297024 390794 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 415844 390794 181 55 0 413730 0
[pid=9152/tid=9169] ppid=9150 vsize=1663376 CPUtime=942.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 492340 1253 0 0 94146 80 0 0 25 0 5 0 521534173 1703297024 390794 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1663376 CPUtime=942.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 522499 1253 0 0 94142 85 0 0 25 0 5 0 521534173 1703297024 390794 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1663376 CPUtime=942.21 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 488486 1253 0 0 94145 76 0 0 25 0 5 0 521534173 1703297024 390794 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1663376 CPUtime=937.15 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 331714 1253 0 0 93662 53 0 0 25 0 5 0 521534173 1703297024 390794 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 1663376

[startup+1002.3 s]
/proc/loadavg: 8.30 8.14 8.03 12/185 9211
/proc/meminfo: memFree=16254572/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1761560 CPUtime=4003.4 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 1968081 1253 0 0 400023 317 0 0 18 0 5 0 521534170 1803837440 415625 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 440390 415625 181 55 0 438276 0
[pid=9152/tid=9169] ppid=9150 vsize=1761560 CPUtime=1002.26 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 527627 1253 0 0 100141 85 0 0 25 0 5 0 521534173 1803837440 415625 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1761560 CPUtime=1002.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 566808 1253 0 0 100135 92 0 0 25 0 5 0 521534173 1803837440 415625 33554432000 4194304 4417332 140735697678784 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1761560 CPUtime=1002.2 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 532277 1253 0 0 100138 82 0 0 25 0 5 0 521534173 1803837440 415625 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1761560 CPUtime=996.6 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 339906 1253 0 0 99605 55 0 0 25 0 5 0 521534173 1803837440 415625 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.4
Current children cumulated vsize (KiB) 1761560

[startup+1062.3 s]
/proc/loadavg: 8.27 8.17 8.05 10/184 9213
/proc/meminfo: memFree=16563280/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1557684 CPUtime=4242.46 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 2097338 1253 0 0 423906 340 0 0 18 0 5 0 521534170 1595068416 366208 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 389421 366208 181 55 0 387307 0
[pid=9152/tid=9169] ppid=9150 vsize=1557684 CPUtime=1062.25 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 566047 1253 0 0 106133 92 0 0 25 0 5 0 521534173 1595068416 366208 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1557684 CPUtime=1062.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 611827 1253 0 0 106128 99 0 0 25 0 5 0 521534173 1595068416 366208 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1557684 CPUtime=1062.2 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 572878 1253 0 0 106131 89 0 0 25 0 5 0 521534173 1595068416 366208 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1557684 CPUtime=1055.67 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 345123 1253 0 0 105509 58 0 0 25 0 5 0 521534173 1595068416 366208 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 1557684

[startup+1122.3 s]
/proc/loadavg: 8.10 8.13 8.04 10/184 9214
/proc/meminfo: memFree=16676232/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1556100 CPUtime=4482.13 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 2145275 1253 0 0 447866 347 0 0 18 0 5 0 521534170 1593446400 366834 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 389025 366834 181 55 0 386911 0
[pid=9152/tid=9169] ppid=9150 vsize=1556100 CPUtime=1122.25 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 566047 1253 0 0 112133 92 0 0 25 0 5 0 521534173 1593446400 366834 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1556100 CPUtime=1122.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 612850 1253 0 0 112128 99 0 0 25 0 5 0 521534173 1593446400 366834 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1556100 CPUtime=1122.2 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 614964 1253 0 0 112125 95 0 0 25 0 5 0 521534173 1593446400 366834 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1556100 CPUtime=1115.35 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 349951 1253 0 0 111476 59 0 0 25 0 5 0 521534173 1593446400 366834 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.13
Current children cumulated vsize (KiB) 1556100

[startup+1182.3 s]
/proc/loadavg: 8.03 8.11 8.03 10/184 9216
/proc/meminfo: memFree=16569832/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1752096 CPUtime=4721.81 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 2231001 1253 0 0 471820 361 0 0 18 0 5 0 521534170 1794146304 420890 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 438024 420890 181 55 0 435910 0
[pid=9152/tid=9169] ppid=9150 vsize=1752096 CPUtime=1182.25 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 619409 1253 0 0 118124 101 0 0 25 0 5 0 521534173 1794146304 420890 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1752096 CPUtime=1182.27 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 631682 1253 0 0 118126 101 0 0 25 0 5 0 521534173 1794146304 420890 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1752096 CPUtime=1182.2 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 623156 1253 0 0 118123 97 0 0 25 0 5 0 521534173 1794146304 420890 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1752096 CPUtime=1175.03 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 355291 1253 0 0 117443 60 0 0 25 0 5 0 521534173 1794146304 420890 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.81
Current children cumulated vsize (KiB) 1752096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.02 8.10 8.03 9/184 9216
/proc/meminfo: memFree=16554828/32951132 swapFree=67111400/67111528
[pid=9152] ppid=9150 vsize=1782628 CPUtime=4800.11 cores=1,3,5,7
/proc/9152/stat : 9152 (plingeling) S 9150 9152 8608 0 -1 4202496 2276904 1253 0 0 479641 370 0 0 18 0 5 0 521534170 1825411072 428523 33554432000 4194304 4417332 140735697678784 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9152/statm: 445657 428523 181 55 0 443543 0
[pid=9152/tid=9169] ppid=9150 vsize=1782628 CPUtime=1201.86 cores=1,3,5,7
/proc/9152/task/9169/stat : 9169 (plingeling) R 9150 9152 8608 0 -1 4202560 619409 1253 0 0 120085 101 0 0 25 0 5 0 521534173 1825411072 428523 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9152/tid=9170] ppid=9150 vsize=1782628 CPUtime=1201.87 cores=1,3,5,7
/proc/9152/task/9170/stat : 9170 (plingeling) R 9150 9152 8608 0 -1 4202560 631682 1253 0 0 120086 101 0 0 25 0 5 0 521534173 1825411072 428523 33554432000 4194304 4417332 140735697678784 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9152/tid=9171] ppid=9150 vsize=1782628 CPUtime=1201.8 cores=1,3,5,7
/proc/9152/task/9171/stat : 9171 (plingeling) R 9150 9152 8608 0 -1 4202560 669059 1253 0 0 120074 106 0 0 25 0 5 0 521534173 1825411072 428523 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9152/tid=9172] ppid=9150 vsize=1782628 CPUtime=1194.52 cores=1,3,5,7
/proc/9152/task/9172/stat : 9172 (plingeling) R 9150 9152 8608 0 -1 4202560 355291 1253 0 0 119392 60 0 0 25 0 5 0 521534173 1825411072 428523 33554432000 4194304 4417332 140735697678784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1782628

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.98
CPU time (s): 4800.22
CPU user time (s): 4796.44
CPU system time (s): 3.77743
CPU usage (%): 399.358
Max. virtual memory (cumulated for all children) (KiB): 1794328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.44
system time used= 3.77743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2278157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105
involuntary context switches= 29047

runsolver used 1.9607 second user time and 4.5813 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 19:49:05
IDJOB=3263310
IDBENCH=83952
IDSOLVER=1605
FILE ID=node129/3263310-1304099345
RUNJOBID= node129-1304099345-9134
PBS_JOBID= 13170600
Free space on /tmp= 66368 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263310-1304099345/watcher-3263310-1304099345 -o /tmp/evaluation-result-3263310-1304099345/solver-3263310-1304099345 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263310-1304099345.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=193206818

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19120752 kB
Buffers:       1254108 kB
Cached:       11849416 kB
SwapCached:        128 kB
Active:        2204324 kB
Inactive:     10963928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19120752 kB
SwapTotal:    67111528 kB
SwapFree:     67111400 kB
Dirty:            1292 kB
Writeback:           0 kB
AnonPages:       64144 kB
Mapped:          14788 kB
Slab:           598756 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   185768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node129 at 2011-04-29 20:09:09