Trace number 3284791

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.2 1203.26

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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-3284791-1304057363/watcher-3284791-1304057363 -o /tmp/evaluation-result-3284791-1304057363/solver-3284791-1304057363 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3284791-1304057363.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.46 7.81 7.82 5/181 29386
/proc/meminfo: memFree=19190864/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=11480 CPUtime=0 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) R 29384 29386 28898 0 -1 4202496 927 1254 0 0 0 0 0 0 23 0 1 0 595967076 11755520 856 33554432000 4194304 4417332 140736403057360 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29386/statm: 2870 856 143 55 0 756 0

[startup+0.079562 s]
/proc/loadavg: 7.46 7.81 7.82 5/181 29386
/proc/meminfo: memFree=19190864/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=16776 CPUtime=0.07 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) R 29384 29386 28898 0 -1 4202496 2300 1254 0 0 7 0 0 0 23 0 1 0 595967076 17178624 2217 33554432000 4194304 4417332 140736403057360 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29386/statm: 4194 2217 148 55 0 2080 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16776

[startup+0.10055 s]
/proc/loadavg: 7.46 7.81 7.82 5/181 29386
/proc/meminfo: memFree=19190864/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=16968 CPUtime=0.09 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) R 29384 29386 28898 0 -1 4202496 2332 1254 0 0 9 0 0 0 23 0 1 0 595967076 17375232 2249 33554432000 4194304 4417332 140736403057360 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29386/statm: 4242 2249 148 55 0 2128 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16968

[startup+0.300526 s]
/proc/loadavg: 7.46 7.81 7.82 5/181 29386
/proc/meminfo: memFree=19190864/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=41712 CPUtime=0.29 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) R 29384 29386 28898 0 -1 4202496 8542 1254 0 0 28 1 0 0 25 0 1 0 595967076 42713088 8451 33554432000 4194304 4417332 140736403057360 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29386/statm: 10428 8451 148 55 0 8314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41712

[startup+0.70045 s]
/proc/loadavg: 7.46 7.81 7.82 5/181 29386
/proc/meminfo: memFree=19190864/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=69360 CPUtime=0.69 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) R 29384 29386 28898 0 -1 4202496 15454 1254 0 0 67 2 0 0 25 0 1 0 595967076 71024640 15363 33554432000 4194304 4417332 140736403057360 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29386/statm: 17340 15363 148 55 0 15226 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69360

[startup+1.50029 s]
/proc/loadavg: 7.46 7.81 7.82 6/182 29392
/proc/meminfo: memFree=19073676/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=198644 CPUtime=1.48 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) R 29384 29386 28898 0 -1 4202496 47775 1254 0 0 141 7 0 0 25 0 1 0 595967076 203411456 47684 33554432000 4194304 4417332 140736403057360 18446744073709551615 251367165534 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29386/statm: 49661 47684 148 55 0 47547 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 198644

[startup+3.10094 s]
/proc/loadavg: 7.26 7.76 7.81 9/186 29396
/proc/meminfo: memFree=18988084/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=317820 CPUtime=6.28 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 74645 1254 0 0 615 13 0 0 25 0 5 0 595967076 325447680 53987 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 79455 53987 173 55 0 77341 0
[pid=29386/tid=29393] ppid=29384 vsize=317820 CPUtime=1.06 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 5086 1254 0 0 106 0 0 0 19 0 5 0 595967279 325447680 53987 33554432000 4194304 4417332 140736403057360 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=317820 CPUtime=1.05 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 4584 1254 0 0 105 0 0 0 25 0 5 0 595967279 325447680 53987 33554432000 4194304 4417332 140736403057360 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=317820 CPUtime=1.05 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 5420 1254 0 0 105 0 0 0 25 0 5 0 595967279 325447680 53987 33554432000 4194304 4417332 140736403057360 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=317820 CPUtime=1.05 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 2422 1254 0 0 105 0 0 0 25 0 5 0 595967279 325447680 53987 33554432000 4194304 4417332 140736403057360 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 317820

[startup+6.30035 s]
/proc/loadavg: 7.26 7.76 7.81 9/186 29396
/proc/meminfo: memFree=18979028/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=317592 CPUtime=19.05 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 105885 1254 0 0 1888 17 0 0 25 0 5 0 595967076 325214208 54308 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 79398 54308 178 55 0 77284 0
[pid=29386/tid=29393] ppid=29384 vsize=317592 CPUtime=4.27 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 12956 1254 0 0 425 2 0 0 25 0 5 0 595967279 325214208 54308 33554432000 4194304 4417332 140736403057360 18446744073709551615 4254328 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=317592 CPUtime=4.26 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 14122 1254 0 0 424 2 0 0 25 0 5 0 595967279 325214208 54308 33554432000 4194304 4417332 140736403057360 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=317592 CPUtime=4.23 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 19251 1254 0 0 421 2 0 0 25 0 5 0 595967279 325214208 54308 33554432000 4194304 4417332 140736403057360 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=317592 CPUtime=4.25 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 2423 1254 0 0 425 0 0 0 25 0 5 0 595967279 325214208 54308 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 317592

[startup+12.7012 s]
/proc/loadavg: 7.37 7.77 7.81 9/186 29396
/proc/meminfo: memFree=18965280/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=330000 CPUtime=44.62 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 109787 1254 0 0 4444 18 0 0 25 0 5 0 595967076 337920000 56806 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 82500 56806 180 55 0 80386 0
[pid=29386/tid=29393] ppid=29384 vsize=330000 CPUtime=10.67 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 13219 1254 0 0 1065 2 0 0 25 0 5 0 595967279 337920000 56806 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=330000 CPUtime=10.66 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 14128 1254 0 0 1064 2 0 0 25 0 5 0 595967279 337920000 56806 33554432000 4194304 4417332 140736403057360 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=330000 CPUtime=10.59 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 20358 1254 0 0 1057 2 0 0 25 0 5 0 595967279 337920000 56806 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=330000 CPUtime=10.66 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 4949 1254 0 0 1065 1 0 0 25 0 5 0 595967279 337920000 56806 33554432000 4194304 4417332 140736403057360 18446744073709551615 4354432 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.62
Current children cumulated vsize (KiB) 330000

[startup+25.5008 s]
/proc/loadavg: 7.47 7.77 7.81 9/186 29397
/proc/meminfo: memFree=18933164/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=347068 CPUtime=95.74 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 114058 1254 0 0 9556 18 0 0 25 0 5 0 595967076 355397632 61073 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 86767 61073 180 55 0 84653 0
[pid=29386/tid=29393] ppid=29384 vsize=347068 CPUtime=23.46 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 13903 1254 0 0 2344 2 0 0 25 0 5 0 595967279 355397632 61073 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=347068 CPUtime=23.46 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 14558 1254 0 0 2344 2 0 0 25 0 5 0 595967279 355397632 61073 33554432000 4194304 4417332 140736403057360 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=347068 CPUtime=23.32 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 20742 1254 0 0 2330 2 0 0 25 0 5 0 595967279 355397632 61073 33554432000 4194304 4417332 140736403057360 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=347068 CPUtime=23.45 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 7722 1254 0 0 2344 1 0 0 25 0 5 0 595967279 355397632 61073 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357834 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 95.74
Current children cumulated vsize (KiB) 347068

[startup+51.1011 s]
/proc/loadavg: 7.65 7.79 7.82 9/186 29397
/proc/meminfo: memFree=18902872/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=391744 CPUtime=198.01 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 136815 1254 0 0 19780 21 0 0 25 0 5 0 595967076 401145856 68492 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 97936 68492 180 55 0 95822 0
[pid=29386/tid=29393] ppid=29384 vsize=391744 CPUtime=49.07 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 23269 1254 0 0 4904 3 0 0 25 0 5 0 595967279 401145856 68492 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=391744 CPUtime=49.06 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 15107 1254 0 0 4904 2 0 0 25 0 5 0 595967279 401145856 68492 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357493 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=391744 CPUtime=48.77 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 29659 1254 0 0 4874 3 0 0 25 0 5 0 595967279 401145856 68492 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=391744 CPUtime=49.05 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 11647 1254 0 0 4904 1 0 0 25 0 5 0 595967279 401145856 68492 33554432000 4194304 4417332 140736403057360 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 198.01
Current children cumulated vsize (KiB) 391744

[startup+102.307 s]
/proc/loadavg: 7.86 7.82 7.82 9/186 29399
/proc/meminfo: memFree=18831432/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=447356 CPUtime=402.55 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 153065 1254 0 0 40232 23 0 0 25 0 5 0 595967076 458092544 84386 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 111839 84386 181 55 0 109725 0
[pid=29386/tid=29393] ppid=29384 vsize=447356 CPUtime=100.27 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 24528 1254 0 0 10024 3 0 0 25 0 5 0 595967279 458092544 84386 33554432000 4194304 4417332 140736403057360 18446744073709551615 4237194 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=447356 CPUtime=100.26 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 16047 1254 0 0 10024 2 0 0 25 0 5 0 595967279 458092544 84386 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=447356 CPUtime=99.7 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 31014 1254 0 0 9966 4 0 0 25 0 5 0 595967279 458092544 84386 33554432000 4194304 4417332 140736403057360 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=447356 CPUtime=100.26 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 24343 1254 0 0 10024 2 0 0 25 0 5 0 595967279 458092544 84386 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 402.55
Current children cumulated vsize (KiB) 447356

[startup+162.301 s]
/proc/loadavg: 8.02 7.87 7.83 9/186 29400
/proc/meminfo: memFree=18768904/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=485300 CPUtime=642.19 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 162800 1254 0 0 64195 24 0 0 25 0 5 0 595967076 496947200 93872 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 121325 93872 181 55 0 119211 0
[pid=29386/tid=29393] ppid=29384 vsize=485300 CPUtime=160.26 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 25494 1254 0 0 16023 3 0 0 25 0 5 0 595967279 496947200 93872 33554432000 4194304 4417332 140736403057360 18446744073709551615 4309925 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=485300 CPUtime=160.26 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 16125 1254 0 0 16024 2 0 0 25 0 5 0 595967279 496947200 93872 33554432000 4194304 4417332 140736403057360 18446744073709551615 4309869 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=485300 CPUtime=159.36 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 35203 1254 0 0 15932 4 0 0 25 0 5 0 595967279 496947200 93872 33554432000 4194304 4417332 140736403057360 18446744073709551615 4312982 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=485300 CPUtime=160.26 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 28845 1254 0 0 16023 3 0 0 25 0 5 0 595967279 496947200 93872 33554432000 4194304 4417332 140736403057360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 485300

[startup+222.3 s]
/proc/loadavg: 8.07 7.91 7.85 9/186 29402
/proc/meminfo: memFree=18717512/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=538776 CPUtime=881.86 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 177179 1254 0 0 88160 26 0 0 25 0 5 0 595967076 551706624 107247 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 134694 107247 181 55 0 132580 0
[pid=29386/tid=29393] ppid=29384 vsize=538776 CPUtime=220.26 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 26303 1254 0 0 22023 3 0 0 25 0 5 0 595967279 551706624 107247 33554432000 4194304 4417332 140736403057360 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0

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

[pid=29386/tid=29394] ppid=29384 vsize=797600 CPUtime=700.28 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 19368 1254 0 0 70025 3 0 0 25 0 5 0 595967279 816742400 171953 33554432000 4194304 4417332 140736403057360 18446744073709551615 4320254 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=797600 CPUtime=696.37 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 39757 1254 0 0 69633 4 0 0 25 0 5 0 595967279 816742400 171953 33554432000 4194304 4417332 140736403057360 18446744073709551615 4282496 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=797600 CPUtime=700.27 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 162147 1254 0 0 70005 22 0 0 25 0 5 0 595967279 816742400 171953 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.24
Current children cumulated vsize (KiB) 797600

[startup+762.307 s]
/proc/loadavg: 8.06 8.03 7.92 9/186 29416
/proc/meminfo: memFree=18431236/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=888424 CPUtime=3038.93 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 389612 1254 0 0 303838 55 0 0 25 0 5 0 595967076 909746176 194659 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 222106 194659 181 55 0 219992 0
[pid=29386/tid=29393] ppid=29384 vsize=888424 CPUtime=760.27 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 43992 1254 0 0 76022 5 0 0 25 0 5 0 595967279 909746176 194659 33554432000 4194304 4417332 140736403057360 18446744073709551615 4232580 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=888424 CPUtime=760.28 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 24369 1254 0 0 76025 3 0 0 25 0 5 0 595967279 909746176 194659 33554432000 4194304 4417332 140736403057360 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=888424 CPUtime=756.05 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 48648 1254 0 0 75599 6 0 0 25 0 5 0 595967279 909746176 194659 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=888424 CPUtime=760.28 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 215470 1254 0 0 75999 29 0 0 25 0 5 0 595967279 909746176 194659 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357440 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3038.93
Current children cumulated vsize (KiB) 888424

[startup+822.3 s]
/proc/loadavg: 8.06 8.04 7.93 9/186 29418
/proc/meminfo: memFree=18216296/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1057712 CPUtime=3278.58 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 478076 1254 0 0 327792 66 0 0 25 0 5 0 595967076 1083097088 236981 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 264428 236981 181 55 0 262314 0
[pid=29386/tid=29393] ppid=29384 vsize=1057712 CPUtime=820.26 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 43992 1254 0 0 82021 5 0 0 25 0 5 0 595967279 1083097088 236981 33554432000 4194304 4417332 140736403057360 18446744073709551615 4366460 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1057712 CPUtime=820.28 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 46340 1254 0 0 82022 6 0 0 25 0 5 0 595967279 1083097088 236981 33554432000 4194304 4417332 140736403057360 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1057712 CPUtime=815.71 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 69128 1254 0 0 81563 8 0 0 25 0 5 0 595967279 1083097088 236981 33554432000 4194304 4417332 140736403057360 18446744073709551615 4352309 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1057712 CPUtime=820.28 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 261483 1254 0 0 81993 35 0 0 25 0 5 0 595967279 1083097088 236981 33554432000 4194304 4417332 140736403057360 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.58
Current children cumulated vsize (KiB) 1057712

[startup+882.3 s]
/proc/loadavg: 8.09 8.04 7.93 9/186 29419
/proc/meminfo: memFree=17923008/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1320080 CPUtime=3518.25 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 796821 1254 0 0 351710 115 0 0 25 0 5 0 595967076 1351761920 302511 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 330020 302511 181 55 0 327906 0
[pid=29386/tid=29393] ppid=29384 vsize=1320080 CPUtime=880.27 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 83008 1254 0 0 88017 10 0 0 25 0 5 0 595967279 1351761920 302511 33554432000 4194304 4417332 140736403057360 18446744073709551615 4263136 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1320080 CPUtime=880.28 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 157167 1254 0 0 88004 24 0 0 25 0 5 0 595967279 1351761920 302511 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357444 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1320080 CPUtime=875.37 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 151021 1254 0 0 87518 19 0 0 25 0 5 0 595967279 1351761920 302511 33554432000 4194304 4417332 140736403057360 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1320080 CPUtime=880.28 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 348492 1254 0 0 87978 50 0 0 25 0 5 0 595967279 1351761920 302511 33554432000 4194304 4417332 140736403057360 18446744073709551615 4250447 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.25
Current children cumulated vsize (KiB) 1320080

[startup+942.3 s]
/proc/loadavg: 8.09 8.05 7.94 9/186 29421
/proc/meminfo: memFree=17672124/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1509996 CPUtime=3757.92 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 1142054 1254 0 0 375617 175 0 0 25 0 5 0 595967076 1546235904 350052 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 377499 350052 181 55 0 375385 0
[pid=29386/tid=29393] ppid=29384 vsize=1509996 CPUtime=940.26 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 154932 1254 0 0 94003 23 0 0 25 0 5 0 595967279 1546235904 350052 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236693 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1509996 CPUtime=940.28 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 229482 1254 0 0 93990 38 0 0 25 0 5 0 595967279 1546235904 350052 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357173 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1509996 CPUtime=935.05 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 215366 1254 0 0 93475 30 0 0 25 0 5 0 595967279 1546235904 350052 33554432000 4194304 4417332 140736403057360 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1509996 CPUtime=940.29 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 485141 1254 0 0 93956 73 0 0 25 0 5 0 595967279 1546235904 350052 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.92
Current children cumulated vsize (KiB) 1509996

[startup+1002.3 s]
/proc/loadavg: 8.09 8.05 7.94 9/186 29423
/proc/meminfo: memFree=18075324/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1115420 CPUtime=3997.6 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 1204909 1254 0 0 399574 186 0 0 25 0 5 0 595967076 1142190080 251408 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 278855 251408 181 55 0 276741 0
[pid=29386/tid=29393] ppid=29384 vsize=1115420 CPUtime=1000.27 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 157944 1254 0 0 100003 24 0 0 25 0 5 0 595967279 1142190080 251408 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1115420 CPUtime=1000.28 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 245574 1254 0 0 99986 42 0 0 25 0 5 0 595967279 1142190080 251408 33554432000 4194304 4417332 140736403057360 18446744073709551615 4353463 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1115420 CPUtime=994.7 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 229370 1254 0 0 99438 32 0 0 25 0 5 0 595967279 1142190080 251408 33554432000 4194304 4417332 140736403057360 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1115420 CPUtime=1000.28 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 514888 1254 0 0 99952 76 0 0 25 0 5 0 595967279 1142190080 251408 33554432000 4194304 4417332 140736403057360 18446744073709551615 4352289 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.6
Current children cumulated vsize (KiB) 1115420

[startup+1062.3 s]
/proc/loadavg: 8.08 8.06 7.95 9/186 29424
/proc/meminfo: memFree=17995060/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1187736 CPUtime=4237.27 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 1245609 1254 0 0 423536 191 0 0 25 0 5 0 595967076 1216241664 269487 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 296934 269487 181 55 0 294820 0
[pid=29386/tid=29393] ppid=29384 vsize=1187736 CPUtime=1060.26 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 160207 1254 0 0 106002 24 0 0 25 0 5 0 595967279 1216241664 269487 33554432000 4194304 4417332 140736403057360 18446744073709551615 4281657 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1187736 CPUtime=1060.29 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 251124 1254 0 0 105986 43 0 0 25 0 5 0 595967279 1216241664 269487 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1187736 CPUtime=1054.39 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 240422 1254 0 0 105405 34 0 0 25 0 5 0 595967279 1216241664 269487 33554432000 4194304 4417332 140736403057360 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1187736 CPUtime=1060.29 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 536723 1254 0 0 105950 79 0 0 25 0 5 0 595967279 1216241664 269487 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4237.27
Current children cumulated vsize (KiB) 1187736

[startup+1122.3 s]
/proc/loadavg: 8.03 8.04 7.95 9/186 29426
/proc/meminfo: memFree=18025764/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1156480 CPUtime=4476.95 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 1306180 1254 0 0 447496 199 0 0 25 0 5 0 595967076 1184235520 261673 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 289120 261673 181 55 0 287006 0
[pid=29386/tid=29393] ppid=29384 vsize=1156480 CPUtime=1120.27 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 166287 1254 0 0 112002 25 0 0 25 0 5 0 595967279 1184235520 261673 33554432000 4194304 4417332 140736403057360 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1156480 CPUtime=1120.28 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 263385 1254 0 0 111984 44 0 0 25 0 5 0 595967279 1184235520 261673 33554432000 4194304 4417332 140736403057360 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1156480 CPUtime=1114.05 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 259980 1254 0 0 111369 36 0 0 25 0 5 0 595967279 1184235520 261673 33554432000 4194304 4417332 140736403057360 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1156480 CPUtime=1120.29 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 559395 1254 0 0 111947 82 0 0 25 0 5 0 595967279 1184235520 261673 33554432000 4194304 4417332 140736403057360 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.95
Current children cumulated vsize (KiB) 1156480

[startup+1182.3 s]
/proc/loadavg: 7.85 7.99 7.93 9/186 29464
/proc/meminfo: memFree=18364392/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1164792 CPUtime=4716.62 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 1348679 1254 0 0 471458 204 0 0 25 0 5 0 595967076 1192747008 263751 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 291198 263751 181 55 0 289084 0
[pid=29386/tid=29393] ppid=29384 vsize=1164792 CPUtime=1180.26 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 170196 1254 0 0 118001 25 0 0 25 0 5 0 595967279 1192747008 263751 33554432000 4194304 4417332 140736403057360 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1164792 CPUtime=1180.29 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 268112 1254 0 0 117984 45 0 0 25 0 5 0 595967279 1192747008 263751 33554432000 4194304 4417332 140736403057360 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1164792 CPUtime=1173.71 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 269129 1254 0 0 117334 37 0 0 25 0 5 0 595967279 1192747008 263751 33554432000 4194304 4417332 140736403057360 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1164792 CPUtime=1180.29 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 584109 1254 0 0 117945 84 0 0 25 0 5 0 595967279 1192747008 263751 33554432000 4194304 4417332 140736403057360 18446744073709551615 4358020 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4716.62
Current children cumulated vsize (KiB) 1164792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 7.96 8.00 7.94 10/186 29465
/proc/meminfo: memFree=18224644/32950928 swapFree=67111364/67111528
[pid=29386] ppid=29384 vsize=1156352 CPUtime=4800.12 cores=1,3,5,7
/proc/29386/stat : 29386 (plingeling) S 29384 29386 28898 0 -1 4202496 1362472 1254 0 0 479806 206 0 0 25 0 5 0 595967076 1184104448 261641 33554432000 4194304 4417332 140736403057360 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/29386/statm: 289088 261641 181 55 0 286974 0
[pid=29386/tid=29393] ppid=29384 vsize=1156352 CPUtime=1201.16 cores=1,3,5,7
/proc/29386/task/29393/stat : 29393 (plingeling) R 29384 29386 28898 0 -1 4202560 172224 1254 0 0 120091 25 0 0 25 0 5 0 595967279 1184104448 261641 33554432000 4194304 4417332 140736403057360 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29386/tid=29394] ppid=29384 vsize=1156352 CPUtime=1201.2 cores=1,3,5,7
/proc/29386/task/29394/stat : 29394 (plingeling) R 29384 29386 28898 0 -1 4202560 270259 1254 0 0 120074 46 0 0 25 0 5 0 595967279 1184104448 261641 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236672 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29386/tid=29395] ppid=29384 vsize=1156352 CPUtime=1194.5 cores=1,3,5,7
/proc/29386/task/29395/stat : 29395 (plingeling) R 29384 29386 28898 0 -1 4202560 272271 1254 0 0 119412 38 0 0 25 0 5 0 595967279 1184104448 261641 33554432000 4194304 4417332 140736403057360 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29386/tid=29396] ppid=29384 vsize=1156352 CPUtime=1201.2 cores=1,3,5,7
/proc/29386/task/29396/stat : 29396 (plingeling) R 29384 29386 28898 0 -1 4202560 590585 1254 0 0 120035 85 0 0 25 0 5 0 595967279 1184104448 261641 33554432000 4194304 4417332 140736403057360 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1156352

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): 1203.26
CPU time (s): 4800.2
CPU user time (s): 4798.09
CPU system time (s): 2.11468
CPU usage (%): 398.933
Max. virtual memory (cumulated for all children) (KiB): 2282248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.09
system time used= 2.11468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1363726
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= 243
involuntary context switches= 33862

runsolver used 1.86972 second user time and 4.70528 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 08:09:24
IDJOB=3284791
IDBENCH=82363
IDSOLVER=1605
FILE ID=node113/3284791-1304057363
RUNJOBID= node113-1304056091-28917
PBS_JOBID= 13170432
Free space on /tmp= 71104 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284791-1304057363/watcher-3284791-1304057363 -o /tmp/evaluation-result-3284791-1304057363/solver-3284791-1304057363 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3284791-1304057363.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1339754763

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19190896 kB
Buffers:       1743548 kB
Cached:       10906580 kB
SwapCached:        164 kB
Active:        6850112 kB
Inactive:      6316340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19190896 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           56556 kB
Writeback:           0 kB
AnonPages:      515820 kB
Mapped:          15288 kB
Slab:           528376 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   710844 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= 71112 MiB
End job on node113 at 2011-04-29 08:29:29