Trace number 3266390

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.3 1201.72

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/f600.shuffled.cnf
MD5SUMd42133fd7674f41611be43d1b8ca7db6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2550
Sum of the clauses size7650
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32550
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3266390-1304108511/watcher-3266390-1304108511 -o /tmp/evaluation-result-3266390-1304108511/solver-3266390-1304108511 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3266390-1304108511.cnf 

running on 4 cores: 0,2,4,6

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.94 8.01 7.97 5/181 6390
/proc/meminfo: memFree=29984976/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=9712 CPUtime=0 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) R 6388 6390 5950 0 -1 4202496 521 1257 0 0 0 0 0 0 25 0 1 0 601081768 9945088 450 33554432000 4194304 4417332 140734746095440 18446744073709551615 260905087981 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/6390/statm: 2428 450 147 55 0 314 0

[startup+0.112513 s]
/proc/loadavg: 7.94 8.01 7.97 5/181 6390
/proc/meminfo: memFree=29984976/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=118656 CPUtime=0.42 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1196 1257 0 0 42 0 0 0 25 0 5 0 601081768 121503744 1121 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 29664 1121 179 55 0 27550 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 118656

[startup+0.200497 s]
/proc/loadavg: 7.94 8.01 7.97 5/181 6390
/proc/meminfo: memFree=29984976/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=119800 CPUtime=0.77 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1701 1257 0 0 77 0 0 0 25 0 5 0 601081768 122675200 1409 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 29950 1409 179 55 0 27836 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 119800

[startup+0.300478 s]
/proc/loadavg: 7.94 8.01 7.97 5/181 6390
/proc/meminfo: memFree=29984976/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=120732 CPUtime=1.16 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 2200 1257 0 0 116 0 0 0 25 0 5 0 601081768 123629568 1642 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 30183 1642 179 55 0 28069 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 120732

[startup+0.700406 s]
/proc/loadavg: 7.94 8.01 7.97 5/181 6390
/proc/meminfo: memFree=29984976/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=120976 CPUtime=2.76 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 4318 1257 0 0 276 0 0 0 25 0 5 0 601081768 123879424 1703 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 30244 1703 179 55 0 28130 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 120976

[startup+1.50026 s]
/proc/loadavg: 7.94 8.01 7.97 9/186 6400
/proc/meminfo: memFree=29992632/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=124560 CPUtime=5.96 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 9061 1257 0 0 595 1 0 0 25 0 5 0 601081768 127549440 2603 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 31140 2603 179 55 0 29026 0
[pid=6390/tid=6397] ppid=6388 vsize=124560 CPUtime=1.48 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 2142 1257 0 0 148 0 0 0 25 0 5 0 601081769 127549440 2603 33554432000 4194304 4417332 140734746095440 18446744073709551615 4352079 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=124560 CPUtime=1.48 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 2105 1257 0 0 148 0 0 0 25 0 5 0 601081769 127549440 2603 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=124560 CPUtime=1.48 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 2007 1257 0 0 148 0 0 0 25 0 5 0 601081769 127549440 2603 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=124560 CPUtime=1.48 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 2274 1257 0 0 148 0 0 0 25 0 5 0 601081769 127549440 2603 33554432000 4194304 4417332 140734746095440 18446744073709551615 4259865 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 124560

[startup+3.10097 s]
/proc/loadavg: 7.94 8.01 7.97 9/186 6400
/proc/meminfo: memFree=29973784/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=127696 CPUtime=12.35 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 16066 1257 0 0 1233 2 0 0 25 0 5 0 601081768 130760704 3387 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 31924 3387 179 55 0 29810 0
[pid=6390/tid=6397] ppid=6388 vsize=127696 CPUtime=3.09 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 3971 1257 0 0 308 1 0 0 25 0 5 0 601081769 130760704 3387 33554432000 4194304 4417332 140734746095440 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=127696 CPUtime=3.08 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 4104 1257 0 0 308 0 0 0 25 0 5 0 601081769 130760704 3387 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=127696 CPUtime=3.08 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 3651 1257 0 0 308 0 0 0 25 0 5 0 601081769 130760704 3387 33554432000 4194304 4417332 140734746095440 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=127696 CPUtime=3.07 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 3807 1257 0 0 307 0 0 0 25 0 5 0 601081769 130760704 3387 33554432000 4194304 4417332 140734746095440 18446744073709551615 4251063 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 127696

[startup+6.30038 s]
/proc/loadavg: 7.95 8.01 7.97 9/186 6400
/proc/meminfo: memFree=29969820/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=131408 CPUtime=25.13 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 29050 1257 0 0 2509 4 0 0 25 0 5 0 601081768 134561792 4300 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 32852 4300 179 55 0 30738 0
[pid=6390/tid=6397] ppid=6388 vsize=131408 CPUtime=6.28 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 6866 1257 0 0 627 1 0 0 25 0 5 0 601081769 134561792 4300 33554432000 4194304 4417332 140734746095440 18446744073709551615 4366314 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=131408 CPUtime=6.29 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 7354 1257 0 0 628 1 0 0 25 0 5 0 601081769 134561792 4300 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=131408 CPUtime=6.29 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 6801 1257 0 0 628 1 0 0 25 0 5 0 601081769 134561792 4300 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=131408 CPUtime=6.25 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 7496 1257 0 0 625 0 0 0 25 0 5 0 601081769 134561792 4300 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 131408

[startup+12.7012 s]
/proc/loadavg: 7.95 8.01 7.97 9/186 6400
/proc/meminfo: memFree=29959996/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=138360 CPUtime=50.7 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 53580 1257 0 0 5062 8 0 0 25 0 5 0 601081768 141680640 6045 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 34590 6045 179 55 0 32476 0
[pid=6390/tid=6397] ppid=6388 vsize=138360 CPUtime=12.69 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 12734 1257 0 0 1267 2 0 0 25 0 5 0 601081769 141680640 6045 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=138360 CPUtime=12.69 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 13443 1257 0 0 1267 2 0 0 25 0 5 0 601081769 141680640 6045 33554432000 4194304 4417332 140734746095440 18446744073709551615 4320831 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=138360 CPUtime=12.68 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 12578 1257 0 0 1267 1 0 0 25 0 5 0 601081769 141680640 6045 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=138360 CPUtime=12.62 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 14292 1257 0 0 1260 2 0 0 25 0 5 0 601081769 141680640 6045 33554432000 4194304 4417332 140734746095440 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 138360

[startup+25.5009 s]
/proc/loadavg: 8.03 8.02 7.97 9/186 6400
/proc/meminfo: memFree=29943392/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=142396 CPUtime=101.83 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 88537 1257 0 0 10169 14 0 0 25 0 5 0 601081768 145813504 7060 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 35599 7060 179 55 0 33485 0
[pid=6390/tid=6397] ppid=6388 vsize=142396 CPUtime=25.49 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 21488 1257 0 0 2546 3 0 0 25 0 5 0 601081769 145813504 7060 33554432000 4194304 4417332 140734746095440 18446744073709551615 4366610 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=142396 CPUtime=25.49 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 21097 1257 0 0 2546 3 0 0 25 0 5 0 601081769 145813504 7060 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=142396 CPUtime=25.48 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 20805 1257 0 0 2545 3 0 0 25 0 5 0 601081769 145813504 7060 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=142396 CPUtime=25.35 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 24614 1257 0 0 2531 4 0 0 25 0 5 0 601081769 145813504 7060 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 142396

[startup+51.1012 s]
/proc/loadavg: 8.02 8.02 7.97 9/186 6401
/proc/meminfo: memFree=30001532/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=151988 CPUtime=204.09 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 145343 1257 0 0 20385 24 0 0 25 0 5 0 601081768 155635712 9448 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 37997 9448 179 55 0 35883 0
[pid=6390/tid=6397] ppid=6388 vsize=151988 CPUtime=51.09 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 34270 1257 0 0 5104 5 0 0 25 0 5 0 601081769 155635712 9448 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=151988 CPUtime=51.08 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 34048 1257 0 0 5104 4 0 0 25 0 5 0 601081769 155635712 9448 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=151988 CPUtime=51.09 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 36253 1257 0 0 5103 6 0 0 25 0 5 0 601081769 155635712 9448 33554432000 4194304 4417332 140734746095440 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=151988 CPUtime=50.8 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 40239 1257 0 0 5073 7 0 0 25 0 5 0 601081769 155635712 9448 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 151988

[startup+102.301 s]
/proc/loadavg: 8.10 8.04 7.98 9/186 6402
/proc/meminfo: memFree=29963900/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=154572 CPUtime=408.63 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 246306 1257 0 0 40822 41 0 0 25 0 5 0 601081768 158281728 10074 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 38643 10074 179 55 0 36529 0
[pid=6390/tid=6397] ppid=6388 vsize=154572 CPUtime=102.29 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 60100 1257 0 0 10219 10 0 0 25 0 5 0 601081769 158281728 10074 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=154572 CPUtime=102.29 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 63458 1257 0 0 10220 9 0 0 25 0 5 0 601081769 158281728 10074 33554432000 4194304 4417332 140734746095440 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=154572 CPUtime=102.29 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 61126 1257 0 0 10219 10 0 0 25 0 5 0 601081769 158281728 10074 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=154572 CPUtime=101.73 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 61089 1257 0 0 10162 11 0 0 25 0 5 0 601081769 158281728 10074 33554432000 4194304 4417332 140734746095440 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 154572

[startup+162.301 s]
/proc/loadavg: 8.12 8.06 7.99 9/186 6404
/proc/meminfo: memFree=29885256/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=167696 CPUtime=648.29 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 326567 1257 0 0 64775 54 0 0 25 0 5 0 601081768 171720704 13355 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 41924 13355 179 55 0 39810 0
[pid=6390/tid=6397] ppid=6388 vsize=167696 CPUtime=162.29 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 77222 1257 0 0 16217 12 0 0 25 0 5 0 601081769 171720704 13355 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=167696 CPUtime=162.29 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 84043 1257 0 0 16217 12 0 0 25 0 5 0 601081769 171720704 13355 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=167696 CPUtime=162.29 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 83674 1257 0 0 16215 14 0 0 25 0 5 0 601081769 171720704 13355 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=167696 CPUtime=161.4 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 81095 1257 0 0 16125 15 0 0 25 0 5 0 601081769 171720704 13355 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 167696


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

[pid=6390/tid=6398] ppid=6388 vsize=205216 CPUtime=702.3 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 228219 1257 0 0 70197 33 0 0 25 0 5 0 601081769 210141184 22753 33554432000 4194304 4417332 140734746095440 18446744073709551615 4365975 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=205216 CPUtime=702.3 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 222879 1257 0 0 70190 40 0 0 25 0 5 0 601081769 210141184 22753 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=205216 CPUtime=698.41 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 221809 1257 0 0 69800 41 0 0 25 0 5 0 601081769 210141184 22753 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 205216

[startup+762.301 s]
/proc/loadavg: 8.14 8.08 8.01 9/186 6457
/proc/meminfo: memFree=30031692/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=227552 CPUtime=3045.05 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 921807 1257 0 0 304349 156 0 0 25 0 5 0 601081768 233013248 28346 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 56888 28346 179 55 0 54774 0
[pid=6390/tid=6397] ppid=6388 vsize=227552 CPUtime=762.32 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 217429 1257 0 0 76197 35 0 0 25 0 5 0 601081769 233013248 28346 33554432000 4194304 4417332 140734746095440 18446744073709551615 4246977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=227552 CPUtime=762.31 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 239814 1257 0 0 76196 35 0 0 25 0 5 0 601081769 233013248 28346 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=227552 CPUtime=762.31 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 233527 1257 0 0 76190 41 0 0 25 0 5 0 601081769 233013248 28346 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=227552 CPUtime=758.08 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 230504 1257 0 0 75765 43 0 0 25 0 5 0 601081769 233013248 28346 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 227552

[startup+822.301 s]
/proc/loadavg: 8.14 8.09 8.01 9/186 6458
/proc/meminfo: memFree=30047140/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=207716 CPUtime=3284.7 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 965114 1257 0 0 328307 163 0 0 25 0 5 0 601081768 212701184 23390 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 51929 23390 179 55 0 49815 0
[pid=6390/tid=6397] ppid=6388 vsize=207716 CPUtime=822.3 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 227663 1257 0 0 82194 36 0 0 25 0 5 0 601081769 212701184 23390 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=207716 CPUtime=822.31 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 249814 1257 0 0 82194 37 0 0 25 0 5 0 601081769 212701184 23390 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=207716 CPUtime=822.31 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 245086 1257 0 0 82187 44 0 0 25 0 5 0 601081769 212701184 23390 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=207716 CPUtime=817.75 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 242018 1257 0 0 81730 45 0 0 25 0 5 0 601081769 212701184 23390 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 207716

[startup+882.307 s]
/proc/loadavg: 8.14 8.10 8.02 9/186 6460
/proc/meminfo: memFree=30057376/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=202936 CPUtime=3524.4 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1002399 1257 0 0 352271 169 0 0 25 0 5 0 601081768 207806464 22191 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 50734 22191 179 55 0 48620 0
[pid=6390/tid=6397] ppid=6388 vsize=202936 CPUtime=882.32 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 236777 1257 0 0 88194 38 0 0 25 0 5 0 601081769 207806464 22191 33554432000 4194304 4417332 140734746095440 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=202936 CPUtime=882.31 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 260576 1257 0 0 88193 38 0 0 25 0 5 0 601081769 207806464 22191 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=202936 CPUtime=882.31 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 252516 1257 0 0 88186 45 0 0 25 0 5 0 601081769 207806464 22191 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=202936 CPUtime=877.42 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 251997 1257 0 0 87696 46 0 0 25 0 5 0 601081769 207806464 22191 33554432000 4194304 4417332 140734746095440 18446744073709551615 4354654 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 202936

[startup+942.301 s]
/proc/loadavg: 8.16 8.11 8.02 9/186 6462
/proc/meminfo: memFree=30032152/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=206348 CPUtime=3764.06 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1047474 1257 0 0 376229 177 0 0 25 0 5 0 601081768 211300352 23042 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 51587 23042 179 55 0 49473 0
[pid=6390/tid=6397] ppid=6388 vsize=206348 CPUtime=942.32 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 243061 1257 0 0 94193 39 0 0 25 0 5 0 601081769 211300352 23042 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=206348 CPUtime=942.31 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 270335 1257 0 0 94191 40 0 0 25 0 5 0 601081769 211300352 23042 33554432000 4194304 4417332 140734746095440 18446744073709551615 4321404 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=206348 CPUtime=942.31 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 267383 1257 0 0 94183 48 0 0 25 0 5 0 601081769 211300352 23042 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=206348 CPUtime=937.08 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 266162 1257 0 0 93660 48 0 0 25 0 5 0 601081769 211300352 23042 33554432000 4194304 4417332 140734746095440 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 206348

[startup+1002.3 s]
/proc/loadavg: 8.13 8.11 8.02 9/186 6463
/proc/meminfo: memFree=29998124/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=218160 CPUtime=4003.72 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1084299 1257 0 0 400189 183 0 0 25 0 5 0 601081768 223395840 26002 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 54540 26002 179 55 0 52426 0
[pid=6390/tid=6397] ppid=6388 vsize=218160 CPUtime=1002.32 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 252370 1257 0 0 100191 41 0 0 25 0 5 0 601081769 223395840 26002 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=218160 CPUtime=1002.31 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 278346 1257 0 0 100190 41 0 0 25 0 5 0 601081769 223395840 26002 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=218160 CPUtime=1002.32 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 277145 1257 0 0 100182 50 0 0 25 0 5 0 601081769 223395840 26002 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=218160 CPUtime=996.75 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 275905 1257 0 0 99624 51 0 0 25 0 5 0 601081769 223395840 26002 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 218160

[startup+1062.3 s]
/proc/loadavg: 8.38 8.18 8.05 9/186 6468
/proc/meminfo: memFree=29964656/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=201476 CPUtime=4243.4 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1122771 1257 0 0 424150 190 0 0 25 0 5 0 601081768 206311424 21820 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 50369 21820 179 55 0 48255 0
[pid=6390/tid=6397] ppid=6388 vsize=201476 CPUtime=1062.32 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 261677 1257 0 0 106190 42 0 0 25 0 5 0 601081769 206311424 21820 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=201476 CPUtime=1062.32 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 288154 1257 0 0 106189 43 0 0 25 0 5 0 601081769 206311424 21820 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=201476 CPUtime=1062.31 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 283920 1257 0 0 106180 51 0 0 25 0 5 0 601081769 206311424 21820 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=201476 CPUtime=1056.43 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 288487 1257 0 0 105590 53 0 0 25 0 5 0 601081769 206311424 21820 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 201476

[startup+1122.3 s]
/proc/loadavg: 8.21 8.16 8.05 9/186 6469
/proc/meminfo: memFree=29976764/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=230100 CPUtime=4483.07 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1160692 1257 0 0 448112 195 0 0 25 0 5 0 601081768 235622400 28986 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 57525 28986 179 55 0 55411 0
[pid=6390/tid=6397] ppid=6388 vsize=230100 CPUtime=1122.32 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 270092 1257 0 0 112189 43 0 0 25 0 5 0 601081769 235622400 28986 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=230100 CPUtime=1122.32 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 296662 1257 0 0 112188 44 0 0 25 0 5 0 601081769 235622400 28986 33554432000 4194304 4417332 140734746095440 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=230100 CPUtime=1122.31 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 294151 1257 0 0 112179 52 0 0 25 0 5 0 601081769 235622400 28986 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=230100 CPUtime=1116.08 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 299254 1257 0 0 111554 54 0 0 25 0 5 0 601081769 235622400 28986 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 230100

[startup+1182.3 s]
/proc/loadavg: 8.14 8.14 8.05 9/186 6471
/proc/meminfo: memFree=29961832/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=223544 CPUtime=4722.75 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1192975 1257 0 0 472074 201 0 0 25 0 5 0 601081768 228909056 27344 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 55886 27344 179 55 0 53772 0
[pid=6390/tid=6397] ppid=6388 vsize=223544 CPUtime=1182.32 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 276522 1257 0 0 118188 44 0 0 25 0 5 0 601081769 228909056 27344 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=223544 CPUtime=1182.32 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 306327 1257 0 0 118186 46 0 0 25 0 5 0 601081769 228909056 27344 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=223544 CPUtime=1182.32 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 302094 1257 0 0 118178 54 0 0 25 0 5 0 601081769 228909056 27344 33554432000 4194304 4417332 140734746095440 18446744073709551615 4259600 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=223544 CPUtime=1175.77 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 307499 1257 0 0 117521 56 0 0 25 0 5 0 601081769 228909056 27344 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 223544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.13 8.05 9/186 6472
/proc/meminfo: memFree=29948932/32950928 swapFree=67054472/67111528
[pid=6390] ppid=6388 vsize=219232 CPUtime=4800.27 cores=0,2,4,6
/proc/6390/stat : 6390 (plingeling) S 6388 6390 5950 0 -1 4202496 1207770 1257 0 0 479823 204 0 0 25 0 5 0 601081768 224493568 26268 33554432000 4194304 4417332 140734746095440 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6390/statm: 54808 26268 179 55 0 52694 0
[pid=6390/tid=6397] ppid=6388 vsize=219232 CPUtime=1201.72 cores=0,2,4,6
/proc/6390/task/6397/stat : 6397 (plingeling) R 6388 6390 5950 0 -1 4202560 278898 1257 0 0 120128 44 0 0 25 0 5 0 601081769 224493568 26268 33554432000 4194304 4417332 140734746095440 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6390/tid=6398] ppid=6388 vsize=219232 CPUtime=1201.73 cores=0,2,4,6
/proc/6390/task/6398/stat : 6398 (plingeling) R 6388 6390 5950 0 -1 4202560 309301 1257 0 0 120126 47 0 0 25 0 5 0 601081769 224493568 26268 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6390/tid=6399] ppid=6388 vsize=219232 CPUtime=1201.72 cores=0,2,4,6
/proc/6390/task/6399/stat : 6399 (plingeling) R 6388 6390 5950 0 -1 4202560 304054 1257 0 0 120118 54 0 0 25 0 5 0 601081769 224493568 26268 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6390/tid=6400] ppid=6388 vsize=219232 CPUtime=1195.06 cores=0,2,4,6
/proc/6390/task/6400/stat : 6400 (plingeling) R 6388 6390 5950 0 -1 4202560 314984 1257 0 0 119449 57 0 0 25 0 5 0 601081769 224493568 26268 33554432000 4194304 4417332 140734746095440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 219232

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.72
CPU time (s): 4800.3
CPU user time (s): 4798.25
CPU system time (s): 2.04869
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 242888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.25
system time used= 2.04869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1209027
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= 111
involuntary context switches= 21125

runsolver used 2.04069 second user time and 4.52231 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 22:21:51
IDJOB=3266390
IDBENCH=87732
IDSOLVER=1605
FILE ID=node116/3266390-1304108511
RUNJOBID= node116-1304107594-6264
PBS_JOBID= 13170643
Free space on /tmp= 72516 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT02/handmade/simon/satex-challenges/f600.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266390-1304108511/watcher-3266390-1304108511 -o /tmp/evaluation-result-3266390-1304108511/solver-3266390-1304108511 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3266390-1304108511.cnf

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

MD5SUM BENCH= d42133fd7674f41611be43d1b8ca7db6
RANDOM SEED=597227623

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.826
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.75
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.826
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.77
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.826
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.75
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29985240 kB
Buffers:        976160 kB
Cached:        1361220 kB
SwapCached:       9656 kB
Active:         322996 kB
Inactive:      2304044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29985240 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:              36 kB
Writeback:           0 kB
AnonPages:      287852 kB
Mapped:          13584 kB
Slab:           274496 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   522364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72516 MiB
End job on node116 at 2011-04-29 22:41:55