Trace number 3274966

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
ppfolio par? (TO) 35801.6 5100.02

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1540.75
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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-3274966-1304144470/watcher-3274966-1304144470 -o /tmp/evaluation-result-3274966-1304144470/solver-3274966-1304144470 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3274966-1304144470.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: 1.69 3.15 3.34 2/170 9569
/proc/meminfo: memFree=29466972/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 6 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0

[startup+0.032368 s]
/proc/loadavg: 1.69 3.15 3.34 2/170 9569
/proc/meminfo: memFree=29466972/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 6 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100374 s]
/proc/loadavg: 1.69 3.15 3.34 2/170 9569
/proc/meminfo: memFree=29466972/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300269 s]
/proc/loadavg: 1.69 3.15 3.34 2/170 9569
/proc/meminfo: memFree=29466972/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70019 s]
/proc/loadavg: 1.69 3.15 3.34 2/170 9569
/proc/meminfo: memFree=29466972/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50104 s]
/proc/loadavg: 1.69 3.15 3.34 9/180 9584
/proc/meminfo: memFree=29345744/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
[pid=9570] ppid=9569 vsize=43108 CPUtime=1.49 cores=0
/proc/9570/stat : 9570 (cryptominisat) R 9569 9569 9543 0 -1 4202496 10420 0 0 0 148 1 0 0 25 0 1 0 604677679 44142592 6393 33554432000 4194304 4587354 140736663381424 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9570/statm: 10777 6393 327 96 0 7339 0
[pid=9571] ppid=9569 vsize=24728 CPUtime=1.49 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 4623 0 0 0 149 0 0 0 20 0 1 0 604677679 25321472 3479 33554432000 4194304 4785740 140735226549312 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 6182 3479 340 145 0 3227 0
[pid=9572] ppid=9569 vsize=467588 CPUtime=1.49 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 4737 0 0 0 149 0 0 0 25 0 1 0 604677679 478810112 4634 33554432000 134512640 134534564 4289654112 18446744073709551615 134524752 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 116897 4634 91 6 0 115563 0
[pid=9573] ppid=9569 vsize=27116 CPUtime=1.49 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 16944 0 0 0 147 2 0 0 25 0 1 0 604677680 27766784 3874 33554432000 4194304 4331988 140734481354592 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 6779 3874 151 34 0 5221 0
[pid=9574] ppid=9569 vsize=161448 CPUtime=5.31 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 13816 1252 0 0 529 2 0 0 18 0 5 0 604677680 165322752 12454 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 40362 12454 163 40 0 38906 0
[pid=9574/tid=9581] ppid=9569 vsize=161448 CPUtime=1.26 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 1204 1252 0 0 126 0 0 0 25 0 5 0 604677701 165322752 12454 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=161448 CPUtime=1.27 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 1209 1252 0 0 127 0 0 0 25 0 5 0 604677701 165322752 12454 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=161448 CPUtime=1.27 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 1196 1252 0 0 127 0 0 0 22 0 5 0 604677701 165322752 12454 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=161448 CPUtime=1.27 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 1528 1252 0 0 127 0 0 0 22 0 5 0 604677701 165322752 12454 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331178 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 742312

[startup+3.10074 s]
/proc/loadavg: 1.69 3.15 3.34 9/180 9584
/proc/meminfo: memFree=29348596/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
[pid=9570] ppid=9569 vsize=1876044 CPUtime=3.09 cores=0
/proc/9570/stat : 9570 (cryptominisat) R 9569 9569 9543 0 -1 4202496 13951 0 0 0 307 2 0 0 25 0 1 0 604677679 1921069056 7878 33554432000 4194304 4587354 140736663381424 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9570/statm: 469011 7878 337 96 0 465573 0
[pid=9571] ppid=9569 vsize=25880 CPUtime=3.09 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 4931 0 0 0 309 0 0 0 25 0 1 0 604677679 26501120 3787 33554432000 4194304 4785740 140735226549312 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 6470 3787 340 145 0 3515 0
[pid=9572] ppid=9569 vsize=467588 CPUtime=3.09 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 4737 0 0 0 309 0 0 0 25 0 1 0 604677679 478810112 4634 33554432000 134512640 134534564 4289654112 18446744073709551615 134524563 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 116897 4634 91 6 0 115563 0
[pid=9573] ppid=9569 vsize=27628 CPUtime=3.09 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 17049 0 0 0 307 2 0 0 25 0 1 0 604677680 28291072 3979 33554432000 4194304 4331988 140734481354592 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 6907 3979 151 34 0 5349 0
[pid=9574] ppid=9569 vsize=162424 CPUtime=11.71 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 14029 1252 0 0 1168 3 0 0 18 0 5 0 604677680 166322176 12666 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 40606 12666 163 40 0 39150 0
[pid=9574/tid=9581] ppid=9569 vsize=162424 CPUtime=2.86 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 1204 1252 0 0 286 0 0 0 25 0 5 0 604677701 166322176 12666 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=162424 CPUtime=2.87 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 1209 1252 0 0 287 0 0 0 25 0 5 0 604677701 166322176 12666 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=162424 CPUtime=2.87 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 1196 1252 0 0 287 0 0 0 25 0 5 0 604677701 166322176 12666 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270905 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=162424 CPUtime=2.87 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 1741 1252 0 0 287 0 0 0 25 0 5 0 604677701 166322176 12666 33554432000 4194304 4356188 140737225019840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 2577888

[startup+6.30114 s]
/proc/loadavg: 2.19 3.23 3.37 9/180 9584
/proc/meminfo: memFree=29333140/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
[pid=9570] ppid=9569 vsize=55560 CPUtime=6.29 cores=0
/proc/9570/stat : 9570 (cryptominisat) R 9569 9569 9543 0 -1 4202496 15452 0 0 0 627 2 0 0 25 0 1 0 604677679 56893440 8115 33554432000 4194304 4587354 140736663381424 18446744073709551615 4231420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9570/statm: 13890 8115 337 96 0 10452 0
[pid=9571] ppid=9569 vsize=28636 CPUtime=6.29 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 5605 0 0 0 629 0 0 0 25 0 1 0 604677679 29323264 4461 33554432000 4194304 4785740 140735226549312 18446744073709551615 4552525 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 7159 4461 340 145 0 4204 0
[pid=9572] ppid=9569 vsize=467588 CPUtime=6.29 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 4737 0 0 0 629 0 0 0 25 0 1 0 604677679 478810112 4634 33554432000 134512640 134534564 4289654112 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 116897 4634 91 6 0 115563 0
[pid=9573] ppid=9569 vsize=31500 CPUtime=6.28 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 17726 0 0 0 626 2 0 0 25 0 1 0 604677680 32256000 4656 33554432000 4194304 4331988 140734481354592 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 7875 4656 151 34 0 6317 0
[pid=9574] ppid=9569 vsize=164664 CPUtime=24.49 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 14616 1252 0 0 2446 3 0 0 18 0 5 0 604677680 168615936 13226 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 41166 13226 163 40 0 39710 0
[pid=9574/tid=9581] ppid=9569 vsize=164664 CPUtime=6.04 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 1215 1252 0 0 604 0 0 0 25 0 5 0 604677701 168615936 13226 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=164664 CPUtime=6.07 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 1209 1252 0 0 607 0 0 0 25 0 5 0 604677701 168615936 13226 33554432000 4194304 4356188 140737225019840 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=164664 CPUtime=6.07 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 1196 1252 0 0 607 0 0 0 25 0 5 0 604677701 168615936 13226 33554432000 4194304 4356188 140737225019840 18446744073709551615 4270786 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=164664 CPUtime=6.07 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 2317 1252 0 0 607 0 0 0 25 0 5 0 604677701 168615936 13226 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 766272

[startup+12.7009 s]
/proc/loadavg: 2.66 3.31 3.39 9/180 9585
/proc/meminfo: memFree=29300792/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
[pid=9570] ppid=9569 vsize=16732284 CPUtime=12.69 cores=0
/proc/9570/stat : 9570 (cryptominisat) R 9569 9569 9543 0 -1 4202496 19944 0 0 0 1266 3 0 0 25 0 1 0 604677679 17133858816 11402 33554432000 4194304 4587354 140736663381424 18446744073709551615 4238958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9570/statm: 4183071 11402 337 96 0 4179633 0
[pid=9571] ppid=9569 vsize=34000 CPUtime=12.68 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 6846 0 0 0 1268 0 0 0 25 0 1 0 604677679 34816000 5702 33554432000 4194304 4785740 140735226549312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 8500 5702 340 145 0 5545 0
[pid=9572] ppid=9569 vsize=467588 CPUtime=12.69 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 4738 0 0 0 1269 0 0 0 25 0 1 0 604677679 478810112 4635 33554432000 134512640 134534564 4289654112 18446744073709551615 134524691 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 116897 4635 91 6 0 115563 0
[pid=9573] ppid=9569 vsize=53784 CPUtime=12.69 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 22235 0 0 0 1266 3 0 0 25 0 1 0 604677680 55074816 9165 33554432000 4194304 4331988 140734481354592 18446744073709551615 4271211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 13446 9166 151 34 0 11888 0
[pid=9574] ppid=9569 vsize=162924 CPUtime=50.05 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 20190 1252 0 0 5002 3 0 0 18 0 5 0 604677680 166834176 12791 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 40731 12791 163 40 0 39275 0
[pid=9574/tid=9581] ppid=9569 vsize=162924 CPUtime=12.4 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 2708 1252 0 0 1240 0 0 0 25 0 5 0 604677701 166834176 12791 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=162924 CPUtime=12.47 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 2756 1252 0 0 1247 0 0 0 25 0 5 0 604677701 166834176 12791 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=162924 CPUtime=12.47 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 2744 1252 0 0 1247 0 0 0 25 0 5 0 604677701 166834176 12791 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=162924 CPUtime=12.47 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 3303 1252 0 0 1247 0 0 0 25 0 5 0 604677701 166834176 12791 33554432000 4194304 4356188 140737225019840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 17468904

[startup+25.5005 s]
/proc/loadavg: 3.91 3.56 3.47 9/180 9585
/proc/meminfo: memFree=29176116/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=0 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 604677679 18763776 390 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 4168328574664703999 0 0 17 4 0 0 0
/proc/9569/statm: 4581 390 341 23 0 91 0
[pid=9570] ppid=9569 vsize=1893372 CPUtime=25.49 cores=0
/proc/9570/stat : 9570 (cryptominisat) R 9569 9569 9543 0 -1 4202496 21841 0 0 0 2545 4 0 0 25 0 1 0 604677679 1938812928 13285 33554432000 4194304 4587354 140736663381424 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0

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

Current children cumulated CPU time (s) 33999
Current children cumulated vsize (KiB) 1256376

[startup+4902.3 s]
/proc/loadavg: 7.12 7.08 7.00 8/179 9730
/proc/meminfo: memFree=28837200/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=129.16 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 523 81417 0 0 0 0 12899 17 15 0 1 0 604677679 18763776 391 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/9569/statm: 4581 391 342 23 0 91 0
[pid=9571] ppid=9569 vsize=194448 CPUtime=4902.31 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 43544 0 0 0 490219 12 0 0 25 0 1 0 604677679 199114752 42400 33554432000 4194304 4785740 140735226549312 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 48612 42400 340 145 0 45657 0
[pid=9572] ppid=9569 vsize=471684 CPUtime=4902.46 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 5283 0 0 0 490241 5 0 0 25 0 1 0 604677679 483004416 5180 33554432000 134512640 134534564 4289654112 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 117921 5180 103 6 0 116587 0
[pid=9573] ppid=9569 vsize=183804 CPUtime=4902.46 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 57520 0 0 0 490238 8 0 0 25 0 1 0 604677680 188215296 34189 33554432000 4194304 4331988 140734481354592 18446744073709551615 4299107 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 45951 34189 175 34 0 44393 0
[pid=9574] ppid=9569 vsize=415636 CPUtime=19582.3 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 1826454 1252 0 0 1957930 298 0 0 18 0 5 0 604677680 425611264 76001 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 103909 76001 163 40 0 102453 0
[pid=9574/tid=9581] ppid=9569 vsize=415636 CPUtime=4875.51 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 438673 1252 0 0 487482 69 0 0 25 0 5 0 604677701 425611264 76001 33554432000 4194304 4356188 140737225019840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=415636 CPUtime=4902.06 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 489860 1252 0 0 490125 81 0 0 25 0 5 0 604677701 425611264 76001 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=415636 CPUtime=4902.24 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 465929 1252 0 0 490146 78 0 0 25 0 5 0 604677701 425611264 76001 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=415636 CPUtime=4902.23 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 423313 1252 0 0 490156 67 0 0 25 0 5 0 604677701 425611264 76001 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 34418.7
Current children cumulated vsize (KiB) 1283896

[startup+4962.3 s]
/proc/loadavg: 7.11 7.08 7.00 8/179 9732
/proc/meminfo: memFree=28885288/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=129.16 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 523 81417 0 0 0 0 12899 17 15 0 1 0 604677679 18763776 391 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/9569/statm: 4581 391 342 23 0 91 0
[pid=9571] ppid=9569 vsize=195408 CPUtime=4962.31 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 43774 0 0 0 496219 12 0 0 25 0 1 0 604677679 200097792 42630 33554432000 4194304 4785740 140735226549312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 48852 42630 340 145 0 45897 0
[pid=9572] ppid=9569 vsize=471684 CPUtime=4962.46 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 5283 0 0 0 496241 5 0 0 25 0 1 0 604677679 483004416 5180 33554432000 134512640 134534564 4289654112 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 117921 5180 103 6 0 116587 0
[pid=9573] ppid=9569 vsize=183804 CPUtime=4962.46 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 57546 0 0 0 496238 8 0 0 25 0 1 0 604677680 188215296 34215 33554432000 4194304 4331988 140734481354592 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 45951 34215 175 34 0 44393 0
[pid=9574] ppid=9569 vsize=383124 CPUtime=19822 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 1846902 1252 0 0 1981893 303 0 0 18 0 5 0 604677680 392318976 67873 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 95781 67873 163 40 0 94325 0
[pid=9574/tid=9581] ppid=9569 vsize=383124 CPUtime=4935.18 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 445393 1252 0 0 493448 70 0 0 25 0 5 0 604677701 392318976 67873 33554432000 4194304 4356188 140737225019840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=383124 CPUtime=4962.07 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 492612 1252 0 0 496125 82 0 0 25 0 5 0 604677701 392318976 67873 33554432000 4194304 4356188 140737225019840 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=383124 CPUtime=4962.24 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 466953 1252 0 0 496145 79 0 0 25 0 5 0 604677701 392318976 67873 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=383124 CPUtime=4962.24 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 433265 1252 0 0 496154 70 0 0 25 0 5 0 604677701 392318976 67873 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 34838.3
Current children cumulated vsize (KiB) 1252344

[startup+5022.3 s]
/proc/loadavg: 7.10 7.07 7.00 8/179 9733
/proc/meminfo: memFree=28845940/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=129.16 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 523 81417 0 0 0 0 12899 17 15 0 1 0 604677679 18763776 391 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/9569/statm: 4581 391 342 23 0 91 0
[pid=9571] ppid=9569 vsize=196688 CPUtime=5022.31 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 44019 0 0 0 502219 12 0 0 25 0 1 0 604677679 201408512 42875 33554432000 4194304 4785740 140735226549312 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 49172 42875 340 145 0 46217 0
[pid=9572] ppid=9569 vsize=471684 CPUtime=5022.46 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 5283 0 0 0 502241 5 0 0 25 0 1 0 604677679 483004416 5180 33554432000 134512640 134534564 4289654112 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 117921 5180 103 6 0 116587 0
[pid=9573] ppid=9569 vsize=183804 CPUtime=5022.46 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 57574 0 0 0 502238 8 0 0 25 0 1 0 604677680 188215296 34243 33554432000 4194304 4331988 140734481354592 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 45951 34243 175 34 0 44393 0
[pid=9574] ppid=9569 vsize=404372 CPUtime=20061.7 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 1864086 1252 0 0 2005859 306 0 0 18 0 5 0 604677680 414076928 73185 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 101093 73185 163 40 0 99637 0
[pid=9574/tid=9581] ppid=9569 vsize=404372 CPUtime=4994.86 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 447825 1252 0 0 499416 70 0 0 25 0 5 0 604677701 414076928 73185 33554432000 4194304 4356188 140737225019840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=404372 CPUtime=5022.07 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 495332 1252 0 0 502125 82 0 0 25 0 5 0 604677701 414076928 73185 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=404372 CPUtime=5022.24 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 477577 1252 0 0 502143 81 0 0 25 0 5 0 604677701 414076928 73185 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=404372 CPUtime=5022.24 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 434673 1252 0 0 502154 70 0 0 25 0 5 0 604677701 414076928 73185 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 35258
Current children cumulated vsize (KiB) 1274872

[startup+5082.3 s]
/proc/loadavg: 7.09 7.07 7.00 8/179 9735
/proc/meminfo: memFree=28829904/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=129.16 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 523 81417 0 0 0 0 12899 17 15 0 1 0 604677679 18763776 391 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/9569/statm: 4581 391 342 23 0 91 0
[pid=9571] ppid=9569 vsize=197648 CPUtime=5082.31 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 44188 0 0 0 508219 12 0 0 25 0 1 0 604677679 202391552 43044 33554432000 4194304 4785740 140735226549312 18446744073709551615 4277521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 49412 43044 340 145 0 46457 0
[pid=9572] ppid=9569 vsize=471684 CPUtime=5082.46 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 5283 0 0 0 508241 5 0 0 25 0 1 0 604677679 483004416 5180 33554432000 134512640 134534564 4289654112 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 117921 5180 103 6 0 116587 0
[pid=9573] ppid=9569 vsize=183804 CPUtime=5082.46 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 57610 0 0 0 508238 8 0 0 25 0 1 0 604677680 188215296 34279 33554432000 4194304 4331988 140734481354592 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 45951 34279 175 34 0 44393 0
[pid=9574] ppid=9569 vsize=419236 CPUtime=20301.3 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 1879514 1252 0 0 2029824 309 0 0 18 0 5 0 604677680 429297664 76901 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 104809 76901 163 40 0 103353 0
[pid=9574/tid=9581] ppid=9569 vsize=419236 CPUtime=5054.53 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 448177 1252 0 0 505383 70 0 0 25 0 5 0 604677701 429297664 76901 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=419236 CPUtime=5082.07 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 505096 1252 0 0 508124 83 0 0 25 0 5 0 604677701 429297664 76901 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=419236 CPUtime=5082.25 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 480969 1252 0 0 508143 82 0 0 25 0 5 0 604677701 429297664 76901 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=419236 CPUtime=5082.24 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 436593 1252 0 0 508154 70 0 0 25 0 5 0 604677701 429297664 76901 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 35677.7
Current children cumulated vsize (KiB) 1290696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 7.07 7.07 7.00 8/179 9735
/proc/meminfo: memFree=28815876/32950928 swapFree=67111356/67111528
[pid=9569] ppid=9567 vsize=18324 CPUtime=129.16 cores=0-7
/proc/9569/stat : 9569 (ppfolio) S 9567 9569 9543 0 -1 4202496 523 81417 0 0 0 0 12899 17 15 0 1 0 604677679 18763776 391 33554432000 4194304 4287625 140735724053248 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/9569/statm: 4581 391 342 23 0 91 0
[pid=9571] ppid=9569 vsize=197648 CPUtime=5100.01 cores=1
/proc/9571/stat : 9571 (clasp) R 9569 9569 9543 0 -1 4202496 44206 0 0 0 509989 12 0 0 25 0 1 0 604677679 202391552 43062 33554432000 4194304 4785740 140735226549312 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9571/statm: 49412 43062 340 145 0 46457 0
[pid=9572] ppid=9569 vsize=471684 CPUtime=5100.17 cores=2
/proc/9572/stat : 9572 (TNM) R 9569 9569 9543 0 -1 4202496 5283 0 0 0 510012 5 0 0 25 0 1 0 604677679 483004416 5180 33554432000 134512640 134534564 4289654112 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9572/statm: 117921 5180 103 6 0 116587 0
[pid=9573] ppid=9569 vsize=183804 CPUtime=5100.17 cores=3
/proc/9573/stat : 9573 (march_hi) R 9569 9569 9543 0 -1 4202496 57618 0 0 0 510009 8 0 0 25 0 1 0 604677680 188215296 34287 33554432000 4194304 4331988 140734481354592 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9573/statm: 45951 34287 175 34 0 44393 0
[pid=9574] ppid=9569 vsize=433316 CPUtime=20372.1 cores=4-7
/proc/9574/stat : 9574 (plingeling) S 9569 9569 9543 0 -1 4202496 1891226 1252 0 0 2036893 312 0 0 18 0 5 0 604677680 443715584 80421 33554432000 4194304 4356188 140737225019840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9574/statm: 108329 80421 163 40 0 106873 0
[pid=9574/tid=9581] ppid=9569 vsize=433316 CPUtime=5072.14 cores=4-7
/proc/9574/task/9581/stat : 9581 (plingeling) R 9569 9569 9543 0 -1 4202560 457969 1252 0 0 507141 73 0 0 25 0 5 0 604677701 443715584 80421 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9574/tid=9582] ppid=9569 vsize=433316 CPUtime=5099.77 cores=4-7
/proc/9574/task/9582/stat : 9582 (plingeling) R 9569 9569 9543 0 -1 4202560 506120 1252 0 0 509894 83 0 0 25 0 5 0 604677701 443715584 80421 33554432000 4194304 4356188 140737225019840 18446744073709551615 4234341 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9574/tid=9583] ppid=9569 vsize=433316 CPUtime=5099.95 cores=4-7
/proc/9574/task/9583/stat : 9583 (plingeling) R 9569 9569 9543 0 -1 4202560 480969 1252 0 0 509913 82 0 0 25 0 5 0 604677701 443715584 80421 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9574/tid=9584] ppid=9569 vsize=433316 CPUtime=5099.94 cores=4-7
/proc/9574/task/9584/stat : 9584 (plingeling) R 9569 9569 9543 0 -1 4202560 437489 1252 0 0 509924 70 0 0 25 0 5 0 604677701 443715584 80421 33554432000 4194304 4356188 140737225019840 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 35801.6
Current children cumulated vsize (KiB) 1304776

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9569 and gives
#  childrusage.ru_utime.tv_sec=15429
#  childrusage.ru_utime.tv_usec=116417
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=468928
# CPU time returned by wait4() is 15429.6
# while last known CPU time is 35801.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 35801.6
CPU user time (s): 35798
CPU system time (s): 3.54
CPU usage (%): 701.989
Max. virtual memory (cumulated for all children) (KiB): 17644780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15429.1
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189063
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= 310
involuntary context switches= 92967

runsolver used 7.79382 second user time and 20.031 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 08:21:10
IDJOB=3274966
IDBENCH=71153
IDSOLVER=1638
FILE ID=node114/3274966-1304144470
RUNJOBID= node114-1304144470-9557
PBS_JOBID= 13170858
Free space on /tmp= 73396 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274966-1304144470/watcher-3274966-1304144470 -o /tmp/evaluation-result-3274966-1304144470/solver-3274966-1304144470 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3274966-1304144470.cnf

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1018722221

node114.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.848
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29467500 kB
Buffers:       1093860 kB
Cached:        1819060 kB
SwapCached:        168 kB
Active:         197116 kB
Inactive:      2779980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29467500 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           14032 kB
Writeback:           0 kB
AnonPages:       63356 kB
Mapped:          13940 kB
Slab:           441304 kB
PageTables:       3868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185860 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= 73384 MiB
End job on node114 at 2011-04-30 09:46:12