Trace number 3372500

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 587f (fixed)UNSAT 929.137 117.05

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

929.08/117.04	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3372500-1305438664/watcher-3372500-1305438664 -o /tmp/evaluation-result-3372500-1305438664/solver-3372500-1305438664 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372500-1305438664.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.77 6.90 7.47 1/357 12454
/proc/meminfo: memFree=25551208/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=18668 CPUtime=0 cores=0-7
/proc/12454/stat : 12454 (plingeling) R 12452 12454 12128 0 -1 4202496 2743 1261 0 0 0 0 0 0 21 0 1 0 636282083 19116032 2674 33554432000 4194304 4417452 140734932175200 18446744073709551615 264726097616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12454/statm: 4667 2674 148 55 0 2553 0

[startup+0.0621729 s]
/proc/loadavg: 6.77 6.90 7.47 1/357 12454
/proc/meminfo: memFree=25551208/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=34560 CPUtime=0.05 cores=0-7
/proc/12454/stat : 12454 (plingeling) R 12452 12454 12128 0 -1 4202496 6732 1261 0 0 5 0 0 0 21 0 1 0 636282083 35389440 6663 33554432000 4194304 4417452 140734932175200 18446744073709551615 4264976 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12454/statm: 8640 6663 148 55 0 6526 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34560

[startup+0.101164 s]
/proc/loadavg: 6.77 6.90 7.47 1/357 12454
/proc/meminfo: memFree=25551208/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=37048 CPUtime=0.08 cores=0-7
/proc/12454/stat : 12454 (plingeling) R 12452 12454 12128 0 -1 4202496 7355 1261 0 0 8 0 0 0 21 0 1 0 636282083 37937152 7286 33554432000 4194304 4417452 140734932175200 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12454/statm: 9262 7286 149 55 0 7148 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37048

[startup+0.301131 s]
/proc/loadavg: 6.77 6.90 7.47 1/357 12454
/proc/meminfo: memFree=25551208/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=66032 CPUtime=0.29 cores=0-7
/proc/12454/stat : 12454 (plingeling) R 12452 12454 12128 0 -1 4202496 14601 1261 0 0 28 1 0 0 22 0 1 0 636282083 67616768 14532 33554432000 4194304 4417452 140734932175200 18446744073709551615 4227880 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/12454/statm: 16508 14532 149 55 0 14394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66032

[startup+0.701018 s]
/proc/loadavg: 6.77 6.90 7.47 1/357 12454
/proc/meminfo: memFree=25551208/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=232844 CPUtime=1.38 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 28714 1261 0 0 135 3 0 0 18 0 9 0 636282083 238432256 21844 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 58211 21844 171 55 0 56097 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 232844

[startup+1.50087 s]
/proc/loadavg: 6.86 6.92 7.47 9/366 12468
/proc/meminfo: memFree=25463972/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=237992 CPUtime=7.76 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 40035 1261 0 0 772 4 0 0 18 0 9 0 636282083 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 59498 23820 175 55 0 57384 0
[pid=12454/tid=12461] ppid=12452 vsize=237992 CPUtime=0.89 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 3138 1261 0 0 89 0 0 0 19 0 9 0 636282143 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=237992 CPUtime=0.89 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 2891 1261 0 0 89 0 0 0 25 0 9 0 636282143 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4305871 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=237992 CPUtime=0.89 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 1614 1261 0 0 89 0 0 0 25 0 9 0 636282143 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=237992 CPUtime=0.89 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 1881 1261 0 0 89 0 0 0 25 0 9 0 636282143 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=237992 CPUtime=0.87 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 3807 1261 0 0 87 0 0 0 25 0 9 0 636282144 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4288172 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=237992 CPUtime=0.89 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 3451 1261 0 0 89 0 0 0 25 0 9 0 636282144 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=237992 CPUtime=0.89 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 2861 1261 0 0 89 0 0 0 21 0 9 0 636282144 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4289102 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=237992 CPUtime=0.89 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 1679 1261 0 0 89 0 0 0 21 0 9 0 636282144 243703808 23820 33554432000 4194304 4417452 140734932175200 18446744073709551615 4306846 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 237992

[startup+3.10056 s]
/proc/loadavg: 6.86 6.92 7.47 9/366 12468
/proc/meminfo: memFree=25426772/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=280528 CPUtime=20.55 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 58772 1261 0 0 2047 8 0 0 18 0 9 0 636282083 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 70132 32474 180 55 0 68018 0
[pid=12454/tid=12461] ppid=12452 vsize=280528 CPUtime=2.49 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 5442 1261 0 0 249 0 0 0 22 0 9 0 636282143 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4302434 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=280528 CPUtime=2.49 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 4428 1261 0 0 249 0 0 0 25 0 9 0 636282143 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4233423 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=280528 CPUtime=2.49 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 5230 1261 0 0 248 1 0 0 25 0 9 0 636282143 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=280528 CPUtime=2.49 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 2506 1261 0 0 249 0 0 0 25 0 9 0 636282143 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=280528 CPUtime=2.46 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 5654 1261 0 0 246 0 0 0 25 0 9 0 636282144 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4346298 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=280528 CPUtime=2.49 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 6603 1261 0 0 248 1 0 0 25 0 9 0 636282144 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4301776 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=280528 CPUtime=2.49 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 6988 1261 0 0 248 1 0 0 25 0 9 0 636282144 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=280528 CPUtime=2.49 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 3208 1261 0 0 249 0 0 0 25 0 9 0 636282144 287260672 32474 33554432000 4194304 4417452 140734932175200 18446744073709551615 4334206 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.55
Current children cumulated vsize (KiB) 280528

[startup+6.30095 s]
/proc/loadavg: 6.86 6.92 7.47 9/366 12468
/proc/meminfo: memFree=25389344/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=309712 CPUtime=46.11 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 66594 1261 0 0 4602 9 0 0 18 0 9 0 636282083 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 77428 40274 180 55 0 75314 0
[pid=12454/tid=12461] ppid=12452 vsize=309712 CPUtime=5.69 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 5871 1261 0 0 569 0 0 0 25 0 9 0 636282143 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=309712 CPUtime=5.69 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 5625 1261 0 0 569 0 0 0 25 0 9 0 636282143 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=309712 CPUtime=5.69 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 5993 1261 0 0 568 1 0 0 25 0 9 0 636282143 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=309712 CPUtime=5.69 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 2784 1261 0 0 569 0 0 0 25 0 9 0 636282143 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=309712 CPUtime=5.62 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 7152 1261 0 0 562 0 0 0 25 0 9 0 636282144 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=309712 CPUtime=5.69 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 7090 1261 0 0 568 1 0 0 25 0 9 0 636282144 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4337003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=309712 CPUtime=5.69 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 7940 1261 0 0 568 1 0 0 25 0 9 0 636282144 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=309712 CPUtime=5.69 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 5426 1261 0 0 569 0 0 0 25 0 9 0 636282144 317145088 40274 33554432000 4194304 4417452 140734932175200 18446744073709551615 4249675 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.11
Current children cumulated vsize (KiB) 309712

[startup+12.7008 s]
/proc/loadavg: 7.04 6.95 7.48 9/366 12468
/proc/meminfo: memFree=25359120/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=338104 CPUtime=97.23 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 75299 1261 0 0 9713 10 0 0 18 0 9 0 636282083 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 84526 47404 180 55 0 82412 0
[pid=12454/tid=12461] ppid=12452 vsize=338104 CPUtime=12.09 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 6378 1261 0 0 1209 0 0 0 25 0 9 0 636282143 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4365122 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=338104 CPUtime=12.09 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 6993 1261 0 0 1208 1 0 0 25 0 9 0 636282143 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4232730 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=338104 CPUtime=12.09 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 9084 1261 0 0 1208 1 0 0 25 0 9 0 636282143 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=338104 CPUtime=12.09 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 5408 1261 0 0 1209 0 0 0 25 0 9 0 636282143 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=338104 CPUtime=11.94 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 7726 1261 0 0 1194 0 0 0 25 0 9 0 636282144 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=338104 CPUtime=12.09 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 7601 1261 0 0 1208 1 0 0 25 0 9 0 636282144 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=338104 CPUtime=12.09 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 7970 1261 0 0 1208 1 0 0 25 0 9 0 636282144 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=338104 CPUtime=12.09 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 5426 1261 0 0 1209 0 0 0 25 0 9 0 636282144 346218496 47404 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 97.23
Current children cumulated vsize (KiB) 338104

[startup+25.5013 s]
/proc/loadavg: 7.19 6.99 7.48 9/366 12469
/proc/meminfo: memFree=25348288/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=353524 CPUtime=199.47 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 81910 1261 0 0 19936 11 0 0 18 0 9 0 636282083 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 88381 51259 180 55 0 86267 0
[pid=12454/tid=12461] ppid=12452 vsize=353524 CPUtime=24.9 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 6908 1261 0 0 2489 1 0 0 25 0 9 0 636282143 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=353524 CPUtime=24.89 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 7473 1261 0 0 2488 1 0 0 25 0 9 0 636282143 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=353524 CPUtime=24.89 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 9741 1261 0 0 2488 1 0 0 25 0 9 0 636282143 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=353524 CPUtime=24.88 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 9263 1261 0 0 2488 0 0 0 25 0 9 0 636282143 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=353524 CPUtime=24.58 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 7748 1261 0 0 2458 0 0 0 25 0 9 0 636282144 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4366614 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=353524 CPUtime=24.89 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 8139 1261 0 0 2488 1 0 0 25 0 9 0 636282144 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=353524 CPUtime=24.89 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 8082 1261 0 0 2488 1 0 0 25 0 9 0 636282144 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=353524 CPUtime=24.89 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 5843 1261 0 0 2489 0 0 0 25 0 9 0 636282144 362008576 51259 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 199.47
Current children cumulated vsize (KiB) 353524

[startup+51.1005 s]
/proc/loadavg: 7.54 7.08 7.50 9/366 12470
/proc/meminfo: memFree=25309888/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=390176 CPUtime=403.97 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 101539 1261 0 0 40381 16 0 0 18 0 9 0 636282083 399540224 60434 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 97544 60434 180 55 0 95430 0
[pid=12454/tid=12461] ppid=12452 vsize=390176 CPUtime=50.49 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 7120 1261 0 0 5048 1 0 0 25 0 9 0 636282143 399540224 60434 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=390176 CPUtime=50.49 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 7594 1261 0 0 5048 1 0 0 25 0 9 0 636282143 399540224 60434 33554432000 4194304 4417452 140734932175200 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=390176 CPUtime=50.48 cores=0-7

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

[pid=12454] ppid=12452 vsize=527632 CPUtime=813.07 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 180616 1261 0 0 81277 30 0 0 18 0 9 0 636282083 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 131908 95278 180 55 0 129794 0
[pid=12454/tid=12461] ppid=12452 vsize=527632 CPUtime=101.7 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 17117 1261 0 0 10168 2 0 0 25 0 9 0 636282143 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=527632 CPUtime=101.7 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 16006 1261 0 0 10168 2 0 0 25 0 9 0 636282143 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=527632 CPUtime=101.69 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 27945 1261 0 0 10163 6 0 0 25 0 9 0 636282143 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=527632 CPUtime=101.7 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 36039 1261 0 0 10165 5 0 0 25 0 9 0 636282143 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=527632 CPUtime=100.49 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 19969 1261 0 0 10047 2 0 0 25 0 9 0 636282144 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=527632 CPUtime=101.7 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 18714 1261 0 0 10166 4 0 0 25 0 9 0 636282144 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=527632 CPUtime=101.71 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 13649 1261 0 0 10169 2 0 0 25 0 9 0 636282144 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=527632 CPUtime=101.7 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 12464 1261 0 0 10169 1 0 0 25 0 9 0 636282144 540295168 95278 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364427 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 813.07
Current children cumulated vsize (KiB) 527632

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

[startup+108.701 s]
/proc/loadavg: 7.83 7.25 7.53 9/366 12471
/proc/meminfo: memFree=25162216/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=531608 CPUtime=864.1 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 187963 1261 0 0 86378 32 0 0 18 0 9 0 636282083 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 132902 96272 180 55 0 130788 0
[pid=12454/tid=12461] ppid=12452 vsize=531608 CPUtime=108.09 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 17772 1261 0 0 10807 2 0 0 25 0 9 0 636282143 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=531608 CPUtime=108.09 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 16023 1261 0 0 10807 2 0 0 25 0 9 0 636282143 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4277621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=531608 CPUtime=108.08 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 27963 1261 0 0 10802 6 0 0 25 0 9 0 636282143 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4264528 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=531608 CPUtime=108.08 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 36039 1261 0 0 10803 5 0 0 25 0 9 0 636282143 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=531608 CPUtime=106.81 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 24066 1261 0 0 10678 3 0 0 25 0 9 0 636282144 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=531608 CPUtime=108.09 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 19208 1261 0 0 10805 4 0 0 25 0 9 0 636282144 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4277491 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=531608 CPUtime=108.09 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 15715 1261 0 0 10807 2 0 0 25 0 9 0 636282144 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=531608 CPUtime=108.09 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 12464 1261 0 0 10808 1 0 0 25 0 9 0 636282144 544366592 96272 33554432000 4194304 4417452 140734932175200 18446744073709551615 4275906 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 864.1
Current children cumulated vsize (KiB) 531608

[startup+111.901 s]
/proc/loadavg: 7.84 7.26 7.53 9/366 12471
/proc/meminfo: memFree=25181320/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=480700 CPUtime=889.67 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 192113 1261 0 0 88933 34 0 0 18 0 9 0 636282083 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 120175 83545 180 55 0 118061 0
[pid=12454/tid=12461] ppid=12452 vsize=480700 CPUtime=111.3 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 18345 1261 0 0 11127 3 0 0 25 0 9 0 636282143 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=480700 CPUtime=111.29 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 16023 1261 0 0 11127 2 0 0 25 0 9 0 636282143 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4250977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=480700 CPUtime=111.28 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 30555 1261 0 0 11121 7 0 0 25 0 9 0 636282143 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=480700 CPUtime=111.28 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 36625 1261 0 0 11123 5 0 0 25 0 9 0 636282143 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364299 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=480700 CPUtime=109.97 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 24066 1261 0 0 10994 3 0 0 25 0 9 0 636282144 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4277945 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=480700 CPUtime=111.29 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 19607 1261 0 0 11125 4 0 0 25 0 9 0 636282144 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=480700 CPUtime=111.29 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 15715 1261 0 0 11127 2 0 0 25 0 9 0 636282144 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=480700 CPUtime=111.29 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 12464 1261 0 0 11128 1 0 0 25 0 9 0 636282144 492236800 83545 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 889.67
Current children cumulated vsize (KiB) 480700

[startup+115.1 s]
/proc/loadavg: 7.84 7.26 7.53 9/366 12471
/proc/meminfo: memFree=25194592/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=503460 CPUtime=915.21 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 198903 1261 0 0 91486 35 0 0 18 0 9 0 636282083 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 125865 89235 180 55 0 123751 0
[pid=12454/tid=12461] ppid=12452 vsize=503460 CPUtime=114.5 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 18345 1261 0 0 11447 3 0 0 25 0 9 0 636282143 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=503460 CPUtime=114.49 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 16023 1261 0 0 11447 2 0 0 25 0 9 0 636282143 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=503460 CPUtime=114.48 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 30555 1261 0 0 11441 7 0 0 25 0 9 0 636282143 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=503460 CPUtime=114.48 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 38673 1261 0 0 11442 6 0 0 25 0 9 0 636282143 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=503460 CPUtime=113.13 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 26760 1261 0 0 11309 4 0 0 25 0 9 0 636282144 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=503460 CPUtime=114.49 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 19607 1261 0 0 11445 4 0 0 25 0 9 0 636282144 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=503460 CPUtime=114.49 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 15715 1261 0 0 11447 2 0 0 25 0 9 0 636282144 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=503460 CPUtime=114.49 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 14512 1261 0 0 11448 1 0 0 25 0 9 0 636282144 515543040 89235 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 915.21
Current children cumulated vsize (KiB) 503460

[startup+115.901 s]
/proc/loadavg: 7.84 7.26 7.53 9/366 12471
/proc/meminfo: memFree=25193352/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=503360 CPUtime=921.61 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 199507 1261 0 0 92126 35 0 0 18 0 9 0 636282083 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 125840 89210 180 55 0 123726 0
[pid=12454/tid=12461] ppid=12452 vsize=503360 CPUtime=115.3 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 18345 1261 0 0 11527 3 0 0 25 0 9 0 636282143 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4236971 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=503360 CPUtime=115.29 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 16023 1261 0 0 11527 2 0 0 25 0 9 0 636282143 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=503360 CPUtime=115.28 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 30990 1261 0 0 11521 7 0 0 25 0 9 0 636282143 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=503360 CPUtime=115.28 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 38673 1261 0 0 11522 6 0 0 25 0 9 0 636282143 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=503360 CPUtime=113.92 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 26760 1261 0 0 11388 4 0 0 25 0 9 0 636282144 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=503360 CPUtime=115.29 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 19776 1261 0 0 11525 4 0 0 25 0 9 0 636282144 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=503360 CPUtime=115.29 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 15715 1261 0 0 11527 2 0 0 25 0 9 0 636282144 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4309871 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=503360 CPUtime=115.29 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 14512 1261 0 0 11528 1 0 0 25 0 9 0 636282144 515440640 89210 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 921.61
Current children cumulated vsize (KiB) 503360

[startup+116.701 s]
/proc/loadavg: 7.85 7.27 7.54 9/366 12471
/proc/meminfo: memFree=25195584/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=501656 CPUtime=928 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 201249 1261 0 0 92764 36 0 0 18 0 9 0 636282083 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 125414 88784 180 55 0 123300 0
[pid=12454/tid=12461] ppid=12452 vsize=501656 CPUtime=116.1 cores=0-7
/proc/12454/task/12461/stat : 12461 (plingeling) R 12452 12454 12128 0 -1 4202560 19350 1261 0 0 11607 3 0 0 25 0 9 0 636282143 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12454/tid=12462] ppid=12452 vsize=501656 CPUtime=116.09 cores=0-7
/proc/12454/task/12462/stat : 12462 (plingeling) R 12452 12454 12128 0 -1 4202560 16023 1261 0 0 11607 2 0 0 25 0 9 0 636282143 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12454/tid=12463] ppid=12452 vsize=501656 CPUtime=116.08 cores=0-7
/proc/12454/task/12463/stat : 12463 (plingeling) R 12452 12454 12128 0 -1 4202560 31727 1261 0 0 11601 7 0 0 25 0 9 0 636282143 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12454/tid=12464] ppid=12452 vsize=501656 CPUtime=116.08 cores=0-7
/proc/12454/task/12464/stat : 12464 (plingeling) R 12452 12454 12128 0 -1 4202560 38673 1261 0 0 11602 6 0 0 25 0 9 0 636282143 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4237313 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12454/tid=12465] ppid=12452 vsize=501656 CPUtime=114.71 cores=0-7
/proc/12454/task/12465/stat : 12465 (plingeling) R 12452 12454 12128 0 -1 4202560 26760 1261 0 0 11467 4 0 0 25 0 9 0 636282144 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12454/tid=12466] ppid=12452 vsize=501656 CPUtime=116.09 cores=0-7
/proc/12454/task/12466/stat : 12466 (plingeling) R 12452 12454 12128 0 -1 4202560 19776 1261 0 0 11605 4 0 0 25 0 9 0 636282144 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12454/tid=12467] ppid=12452 vsize=501656 CPUtime=116.09 cores=0-7
/proc/12454/task/12467/stat : 12467 (plingeling) R 12452 12454 12128 0 -1 4202560 15715 1261 0 0 11607 2 0 0 25 0 9 0 636282144 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4310464 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12454/tid=12468] ppid=12452 vsize=501656 CPUtime=116.09 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 14512 1261 0 0 11608 1 0 0 25 0 9 0 636282144 513695744 88784 33554432000 4194304 4417452 140734932175200 18446744073709551615 4308162 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 928
Current children cumulated vsize (KiB) 501656

[startup+116.901 s]
/proc/loadavg: 7.85 7.27 7.54 9/366 12471
/proc/meminfo: memFree=25195584/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=448004 CPUtime=928.98 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 201250 1261 0 0 92862 36 0 0 16 0 2 0 636282083 458756096 85590 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 112001 85590 181 55 0 109887 0
[pid=12454/tid=12468] ppid=12452 vsize=448004 CPUtime=116.29 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 14512 1261 0 0 11628 1 0 0 25 0 2 0 636282144 458756096 85590 33554432000 4194304 4417452 140734932175200 18446744073709551615 4247473 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 928.98
Current children cumulated vsize (KiB) 448004

[startup+117.001 s]
/proc/loadavg: 7.85 7.27 7.54 9/366 12471
/proc/meminfo: memFree=25195584/32951124 swapFree=63083164/67111528
[pid=12454] ppid=12452 vsize=448004 CPUtime=929.08 cores=0-7
/proc/12454/stat : 12454 (plingeling) S 12452 12454 12128 0 -1 4202496 201250 1261 0 0 92872 36 0 0 16 0 2 0 636282083 458756096 85590 33554432000 4194304 4417452 140734932175200 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12454/statm: 112001 85590 181 55 0 109887 0
[pid=12454/tid=12468] ppid=12452 vsize=448004 CPUtime=116.39 cores=0-7
/proc/12454/task/12468/stat : 12468 (plingeling) R 12452 12454 12128 0 -1 4202560 14512 1261 0 0 11638 1 0 0 25 0 2 0 636282144 458756096 85590 33554432000 4194304 4417452 140734932175200 18446744073709551615 4247490 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 929.08
Current children cumulated vsize (KiB) 448004

Child status: 20
Real time (s): 117.05
CPU time (s): 929.137
CPU user time (s): 928.754
CPU system time (s): 0.382941
CPU usage (%): 793.797
Max. virtual memory (cumulated for all children) (KiB): 538168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 928.754
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202514
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= 314
involuntary context switches= 3276

runsolver used 0.406938 second user time and 0.986849 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 07:51:05
IDJOB=3372500
IDBENCH=82422
IDSOLVER=1851
FILE ID=node141/3372500-1305438664
RUNJOBID= node141-1305435369-12142
PBS_JOBID= 13324736
Free space on /tmp= 73356 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372500-1305438664/watcher-3372500-1305438664 -o /tmp/evaluation-result-3372500-1305438664/solver-3372500-1305438664 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372500-1305438664.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1242937658

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      25551488 kB
Buffers:        251516 kB
Cached:        4934984 kB
SwapCached:      15708 kB
Active:        2097816 kB
Inactive:      5059080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25551488 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:     1961708 kB
Mapped:          12840 kB
Slab:           137204 kB
PageTables:      38000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86224984 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= 73356 MiB
End job on node141 at 2011-05-15 07:53:02