Trace number 3220695

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) 39971.8 5000.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S2124915970-046.UNKNOWN.cnf
MD5SUMe6a3a97a5be52c43f493d905174d1bee
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

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-3220695-1304159756/watcher-3220695-1304159756 -o /tmp/evaluation-result-3220695-1304159756/solver-3220695-1304159756 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220695-1304159756.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): 5000 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: 7.09 7.01 6.99 1/170 10418
/proc/meminfo: memFree=29462324/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 6 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0

[startup+0.0789371 s]
/proc/loadavg: 7.09 7.01 6.99 1/170 10418
/proc/meminfo: memFree=29462324/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100932 s]
/proc/loadavg: 7.09 7.01 6.99 1/170 10418
/proc/meminfo: memFree=29462324/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) R 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300895 s]
/proc/loadavg: 7.09 7.01 6.99 1/170 10418
/proc/meminfo: memFree=29462324/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70082 s]
/proc/loadavg: 7.09 7.01 6.99 1/170 10418
/proc/meminfo: memFree=29462324/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50067 s]
/proc/loadavg: 7.16 7.03 6.99 10/180 10433
/proc/meminfo: memFree=29446248/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1718180 CPUtime=1.48 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 4300 0 0 0 148 0 0 0 25 0 1 0 606206244 1759416320 2815 33554432000 4194304 4587354 140734657653968 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 429545 2815 337 96 0 426107 0
[pid=10420] ppid=10418 vsize=14180 CPUtime=1.49 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 1003 0 0 0 149 0 0 0 20 0 1 0 606206244 14520320 894 33554432000 4194304 4785740 140737206499616 18446744073709551615 4287150 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 3545 894 340 145 0 590 0
[pid=10421] ppid=10418 vsize=456088 CPUtime=1.49 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 388 0 0 0 149 0 0 0 25 0 1 0 606206244 467034112 285 33554432000 134512640 134534564 4290984992 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114022 285 95 6 0 112688 0
[pid=10422] ppid=10418 vsize=7940 CPUtime=1.49 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 613 0 0 0 149 0 0 0 25 0 1 0 606206244 8130560 497 33554432000 4194304 4331988 140733608820608 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 1985 497 175 34 0 427 0
[pid=10423] ppid=10418 vsize=56488 CPUtime=5.89 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 3466 1249 0 0 589 0 0 0 18 0 5 0 606206244 57843712 2578 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 14122 2578 162 40 0 12666 0
[pid=10423/tid=10430] ppid=10418 vsize=56488 CPUtime=1.48 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 660 1249 0 0 148 0 0 0 19 0 5 0 606206245 57843712 2578 33554432000 4194304 4356188 140737004659536 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=56488 CPUtime=1.43 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 785 1249 0 0 143 0 0 0 25 0 5 0 606206245 57843712 2578 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=56488 CPUtime=1.48 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 685 1249 0 0 148 0 0 0 25 0 5 0 606206245 57843712 2578 33554432000 4194304 4356188 140737004659536 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=56488 CPUtime=1.48 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 725 1249 0 0 148 0 0 0 20 0 5 0 606206245 57843712 2578 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 2271200

[startup+3.10037 s]
/proc/loadavg: 7.16 7.03 6.99 9/180 10433
/proc/meminfo: memFree=29434468/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1720824 CPUtime=3.09 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 6116 0 0 0 308 1 0 0 25 0 1 0 606206244 1762123776 3568 33554432000 4194304 4587354 140734657653968 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 430206 3568 337 96 0 426768 0
[pid=10420] ppid=10418 vsize=15012 CPUtime=3.09 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 1212 0 0 0 309 0 0 0 25 0 1 0 606206244 15372288 1103 33554432000 4194304 4785740 140737206499616 18446744073709551615 4309392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 3753 1103 340 145 0 798 0
[pid=10421] ppid=10418 vsize=456088 CPUtime=3.09 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 388 0 0 0 309 0 0 0 25 0 1 0 606206244 467034112 285 33554432000 134512640 134534564 4290984992 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114022 285 95 6 0 112688 0
[pid=10422] ppid=10418 vsize=8508 CPUtime=3.09 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 709 0 0 0 309 0 0 0 25 0 1 0 606206244 8712192 593 33554432000 4194304 4331988 140733608820608 18446744073709551615 4239744 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 2127 593 175 34 0 569 0
[pid=10423] ppid=10418 vsize=60472 CPUtime=12.28 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 5006 1249 0 0 1228 0 0 0 18 0 5 0 606206244 61923328 3574 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 15118 3574 162 40 0 13662 0
[pid=10423/tid=10430] ppid=10418 vsize=60472 CPUtime=3.08 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 1077 1249 0 0 308 0 0 0 25 0 5 0 606206245 61923328 3574 33554432000 4194304 4356188 140737004659536 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=60472 CPUtime=3.02 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 977 1249 0 0 302 0 0 0 25 0 5 0 606206245 61923328 3574 33554432000 4194304 4356188 140737004659536 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=60472 CPUtime=3.08 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 1167 1249 0 0 308 0 0 0 25 0 5 0 606206245 61923328 3574 33554432000 4194304 4356188 140737004659536 18446744073709551615 4279656 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=60472 CPUtime=3.08 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 1174 1249 0 0 308 0 0 0 25 0 5 0 606206245 61923328 3574 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 2279228

[startup+6.30077 s]
/proc/loadavg: 7.23 7.05 7.00 9/180 10433
/proc/meminfo: memFree=29425564/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1730076 CPUtime=6.29 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 8574 0 0 0 628 1 0 0 25 0 1 0 606206244 1771597824 4071 33554432000 4194304 4587354 140734657653968 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 432519 4071 337 96 0 429081 0
[pid=10420] ppid=10418 vsize=16152 CPUtime=6.29 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 1461 0 0 0 629 0 0 0 25 0 1 0 606206244 16539648 1352 33554432000 4194304 4785740 140737206499616 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 4038 1352 340 145 0 1083 0
[pid=10421] ppid=10418 vsize=456088 CPUtime=6.29 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 388 0 0 0 629 0 0 0 25 0 1 0 606206244 467034112 285 33554432000 134512640 134534564 4290984992 18446744073709551615 134528638 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114022 285 95 6 0 112688 0
[pid=10422] ppid=10418 vsize=9020 CPUtime=6.29 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 894 0 0 0 629 0 0 0 25 0 1 0 606206244 9236480 778 33554432000 4194304 4331988 140733608820608 18446744073709551615 4298512 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 2255 778 175 34 0 697 0
[pid=10423] ppid=10418 vsize=62660 CPUtime=25.07 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 6913 1249 0 0 2507 0 0 0 18 0 5 0 606206244 64163840 4105 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 15665 4105 162 40 0 14209 0
[pid=10423/tid=10430] ppid=10418 vsize=62660 CPUtime=6.28 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 1526 1249 0 0 628 0 0 0 25 0 5 0 606206245 64163840 4105 33554432000 4194304 4356188 140737004659536 18446744073709551615 4280878 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=62660 CPUtime=6.21 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 1666 1249 0 0 621 0 0 0 25 0 5 0 606206245 64163840 4105 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331332 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=62660 CPUtime=6.28 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 1600 1249 0 0 628 0 0 0 25 0 5 0 606206245 64163840 4105 33554432000 4194304 4356188 140737004659536 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=62660 CPUtime=6.28 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 1510 1249 0 0 628 0 0 0 25 0 5 0 606206245 64163840 4105 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 2292320

[startup+12.7006 s]
/proc/loadavg: 7.29 7.06 7.01 9/180 10433
/proc/meminfo: memFree=29415032/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1726596 CPUtime=12.69 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 13530 0 0 0 1267 2 0 0 25 0 1 0 606206244 1768034304 4764 33554432000 4194304 4587354 140734657653968 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 431649 4764 337 96 0 428211 0
[pid=10420] ppid=10418 vsize=17584 CPUtime=12.69 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 1805 0 0 0 1269 0 0 0 25 0 1 0 606206244 18006016 1696 33554432000 4194304 4785740 140737206499616 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 4396 1696 340 145 0 1441 0
[pid=10421] ppid=10418 vsize=456088 CPUtime=12.69 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 388 0 0 0 1269 0 0 0 25 0 1 0 606206244 467034112 285 33554432000 134512640 134534564 4290984992 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114022 285 95 6 0 112688 0
[pid=10422] ppid=10418 vsize=10936 CPUtime=12.69 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 1235 0 0 0 1269 0 0 0 25 0 1 0 606206244 11198464 1119 33554432000 4194304 4331988 140733608820608 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 2734 1119 175 34 0 1176 0
[pid=10423] ppid=10418 vsize=67536 CPUtime=50.64 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 10244 1249 0 0 5063 1 0 0 18 0 5 0 606206244 69156864 5324 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 16884 5324 162 40 0 15428 0
[pid=10423/tid=10430] ppid=10418 vsize=67536 CPUtime=12.68 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 2743 1249 0 0 1268 0 0 0 25 0 5 0 606206245 69156864 5324 33554432000 4194304 4356188 140737004659536 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=67536 CPUtime=12.58 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 2307 1249 0 0 1258 0 0 0 25 0 5 0 606206245 69156864 5324 33554432000 4194304 4356188 140737004659536 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=67536 CPUtime=12.68 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 2304 1249 0 0 1268 0 0 0 25 0 5 0 606206245 69156864 5324 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=67536 CPUtime=12.68 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 2279 1249 0 0 1268 0 0 0 25 0 5 0 606206245 69156864 5324 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 2297064

[startup+25.5012 s]
/proc/loadavg: 7.45 7.11 7.02 9/180 10434
/proc/meminfo: memFree=29400548/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 7 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1730112 CPUtime=25.49 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 21427 0 0 0 2546 3 0 0 25 0 1 0 606206244 1771634688 5918 33554432000 4194304 4587354 140734657653968 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10421] ppid=10418 vsize=456092 CPUtime=4782.45 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 397 0 0 0 478244 1 0 0 25 0 1 0 606206244 467038208 294 33554432000 134512640 134534564 4290984992 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114023 294 103 6 0 112689 0
[pid=10422] ppid=10418 vsize=1078736 CPUtime=4782.45 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 199710 0 0 0 478097 148 0 0 25 0 1 0 606206244 1104625664 199594 33554432000 4194304 4331988 140733608820608 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 269684 199594 175 34 0 268126 0
[pid=10423] ppid=10418 vsize=181164 CPUtime=19102.4 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 723491 1249 0 0 1910127 112 0 0 18 0 5 0 606206244 185511936 33747 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 45291 33747 162 40 0 43835 0
[pid=10423/tid=10430] ppid=10418 vsize=181164 CPUtime=4782.43 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 181514 1249 0 0 478217 26 0 0 25 0 5 0 606206245 185511936 33747 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=181164 CPUtime=4756.33 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 187813 1249 0 0 475605 28 0 0 25 0 5 0 606206245 185511936 33747 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=181164 CPUtime=4781.79 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 178149 1249 0 0 478150 29 0 0 25 0 5 0 606206245 185511936 33747 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=181164 CPUtime=4781.8 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 175404 1249 0 0 478153 27 0 0 25 0 5 0 606206245 185511936 33747 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 3626812

[startup+4842.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 10577
/proc/meminfo: memFree=28310104/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 3 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1846664 CPUtime=4841.71 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 394127 0 0 0 483995 176 0 0 25 0 1 0 606206244 1890983936 36897 33554432000 4194304 4587354 140734657653968 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 461666 36897 337 96 0 458228 0
[pid=10420] ppid=10418 vsize=45664 CPUtime=4842.31 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 8090 0 0 0 484230 1 0 0 25 0 1 0 606206244 46759936 7981 33554432000 4194304 4785740 140737206499616 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 11416 7981 341 145 0 8461 0
[pid=10421] ppid=10418 vsize=456092 CPUtime=4842.45 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 397 0 0 0 484244 1 0 0 25 0 1 0 606206244 467038208 294 33554432000 134512640 134534564 4290984992 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114023 294 103 6 0 112689 0
[pid=10422] ppid=10418 vsize=1078736 CPUtime=4842.45 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 202177 0 0 0 484096 149 0 0 25 0 1 0 606206244 1104625664 202061 33554432000 4194304 4331988 140733608820608 18446744073709551615 4210461 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 269684 202061 175 34 0 268126 0
[pid=10423] ppid=10418 vsize=209324 CPUtime=19342.1 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 734243 1249 0 0 1934093 114 0 0 18 0 5 0 606206244 214347776 40787 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 52331 40787 162 40 0 50875 0
[pid=10423/tid=10430] ppid=10418 vsize=209324 CPUtime=4842.43 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 186506 1249 0 0 484216 27 0 0 25 0 5 0 606206245 214347776 40787 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=209324 CPUtime=4816.01 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 188773 1249 0 0 481572 29 0 0 25 0 5 0 606206245 214347776 40787 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=209324 CPUtime=4841.79 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 178853 1249 0 0 484150 29 0 0 25 0 5 0 606206245 214347776 40787 33554432000 4194304 4356188 140737004659536 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=209324 CPUtime=4841.8 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 179500 1249 0 0 484153 27 0 0 25 0 5 0 606206245 214347776 40787 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711
Current children cumulated vsize (KiB) 3654804

[startup+4902.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 10579
/proc/meminfo: memFree=28275204/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 3 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1846664 CPUtime=4901.71 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 396421 0 0 0 489993 178 0 0 25 0 1 0 606206244 1890983936 39123 33554432000 4194304 4587354 140734657653968 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 461666 39123 337 96 0 458228 0
[pid=10420] ppid=10418 vsize=45664 CPUtime=4902.31 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 8092 0 0 0 490230 1 0 0 25 0 1 0 606206244 46759936 7983 33554432000 4194304 4785740 140737206499616 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 11416 7983 341 145 0 8461 0
[pid=10421] ppid=10418 vsize=456092 CPUtime=4902.45 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 397 0 0 0 490244 1 0 0 25 0 1 0 606206244 467038208 294 33554432000 134512640 134534564 4290984992 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114023 294 103 6 0 112689 0
[pid=10422] ppid=10418 vsize=1078736 CPUtime=4902.45 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 204504 0 0 0 490094 151 0 0 25 0 1 0 606206244 1104625664 204388 33554432000 4194304 4331988 140733608820608 18446744073709551615 4237119 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 269684 204388 175 34 0 268126 0
[pid=10423] ppid=10418 vsize=227756 CPUtime=19581.8 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 738851 1249 0 0 1958060 115 0 0 18 0 5 0 606206244 233222144 45395 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 56939 45395 162 40 0 55483 0
[pid=10423/tid=10430] ppid=10418 vsize=227756 CPUtime=4902.43 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 187466 1249 0 0 490216 27 0 0 25 0 5 0 606206245 233222144 45395 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=227756 CPUtime=4875.68 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 189669 1249 0 0 487539 29 0 0 25 0 5 0 606206245 233222144 45395 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=227756 CPUtime=4901.8 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 179749 1249 0 0 490150 30 0 0 25 0 5 0 606206245 233222144 45395 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=227756 CPUtime=4901.81 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 181356 1249 0 0 490153 28 0 0 25 0 5 0 606206245 233222144 45395 33554432000 4194304 4356188 140737004659536 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.7
Current children cumulated vsize (KiB) 3673236

[startup+4962.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 10580
/proc/meminfo: memFree=28293740/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 3 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1846664 CPUtime=4961.7 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 397522 0 0 0 495991 179 0 0 25 0 1 0 606206244 1890983936 37688 33554432000 4194304 4587354 140734657653968 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 461666 37688 337 96 0 458228 0
[pid=10420] ppid=10418 vsize=45664 CPUtime=4962.31 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 8093 0 0 0 496230 1 0 0 25 0 1 0 606206244 46759936 7984 33554432000 4194304 4785740 140737206499616 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 11416 7984 341 145 0 8461 0
[pid=10421] ppid=10418 vsize=456092 CPUtime=4962.45 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 397 0 0 0 496244 1 0 0 25 0 1 0 606206244 467038208 294 33554432000 134512640 134534564 4290984992 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114023 294 103 6 0 112689 0
[pid=10422] ppid=10418 vsize=1078736 CPUtime=4962.46 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 206922 0 0 0 496092 154 0 0 25 0 1 0 606206244 1104625664 206806 33554432000 4194304 4331988 140733608820608 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 269684 206806 175 34 0 268126 0
[pid=10423] ppid=10418 vsize=204204 CPUtime=19821.4 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 744867 1249 0 0 1982027 116 0 0 18 0 5 0 606206244 209104896 39507 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 51051 39507 162 40 0 49595 0
[pid=10423/tid=10430] ppid=10418 vsize=204204 CPUtime=4962.43 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 187466 1249 0 0 496216 27 0 0 25 0 5 0 606206245 209104896 39507 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=204204 CPUtime=4935.35 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 190629 1249 0 0 493506 29 0 0 25 0 5 0 606206245 209104896 39507 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=204204 CPUtime=4961.8 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 184805 1249 0 0 496150 30 0 0 25 0 5 0 606206245 209104896 39507 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=204204 CPUtime=4961.81 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 181356 1249 0 0 496153 28 0 0 25 0 5 0 606206245 209104896 39507 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.4
Current children cumulated vsize (KiB) 3649684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 10581
/proc/meminfo: memFree=28287244/32950928 swapFree=67111356/67111528
[pid=10418] ppid=10416 vsize=18324 CPUtime=0 cores=0-7
/proc/10418/stat : 10418 (ppfolio) S 10416 10418 9967 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606206244 18763776 389 33554432000 4194304 4287625 140735619498560 18446744073709551615 231895510543 0 0 4096 65536 16674384935221460991 0 0 17 3 0 0 0
/proc/10418/statm: 4581 389 341 23 0 91 0
[pid=10419] ppid=10418 vsize=1846664 CPUtime=4999.41 cores=0
/proc/10419/stat : 10419 (cryptominisat) R 10418 10418 9967 0 -1 4202496 399332 0 0 0 499760 181 0 0 25 0 1 0 606206244 1890983936 39452 33554432000 4194304 4587354 140734657653968 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10419/statm: 461666 39452 337 96 0 458228 0
[pid=10420] ppid=10418 vsize=45664 CPUtime=5000.02 cores=1
/proc/10420/stat : 10420 (clasp) R 10418 10418 9967 0 -1 4202496 8095 0 0 0 500001 1 0 0 25 0 1 0 606206244 46759936 7986 33554432000 4194304 4785740 140737206499616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10420/statm: 11416 7986 341 145 0 8461 0
[pid=10421] ppid=10418 vsize=456092 CPUtime=5000.16 cores=2
/proc/10421/stat : 10421 (TNM) R 10418 10418 9967 0 -1 4202496 397 0 0 0 500015 1 0 0 25 0 1 0 606206244 467038208 294 33554432000 134512640 134534564 4290984992 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10421/statm: 114023 294 103 6 0 112689 0
[pid=10422] ppid=10418 vsize=1078736 CPUtime=5000.16 cores=3
/proc/10422/stat : 10422 (march_hi) R 10418 10418 9967 0 -1 4202496 208351 0 0 0 499861 155 0 0 25 0 1 0 606206244 1104625664 208235 33554432000 4194304 4331988 140733608820608 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10422/statm: 269684 208235 175 34 0 268126 0
[pid=10423] ppid=10418 vsize=197676 CPUtime=19972.1 cores=4-7
/proc/10423/stat : 10423 (plingeling) S 10418 10418 9967 0 -1 4202496 746979 1249 0 0 1997089 116 0 0 18 0 5 0 606206244 202420224 37875 33554432000 4194304 4356188 140737004659536 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10423/statm: 49419 37875 162 40 0 47963 0
[pid=10423/tid=10430] ppid=10418 vsize=197676 CPUtime=5000.14 cores=4-7
/proc/10423/task/10430/stat : 10430 (plingeling) R 10418 10418 9967 0 -1 4202560 188682 1249 0 0 499987 27 0 0 25 0 5 0 606206245 202420224 37875 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10423/tid=10431] ppid=10418 vsize=197676 CPUtime=4972.85 cores=4-7
/proc/10423/task/10431/stat : 10431 (plingeling) R 10418 10418 9967 0 -1 4202560 190629 1249 0 0 497256 29 0 0 25 0 5 0 606206245 202420224 37875 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10423/tid=10432] ppid=10418 vsize=197676 CPUtime=4999.5 cores=4-7
/proc/10423/task/10432/stat : 10432 (plingeling) R 10418 10418 9967 0 -1 4202560 184805 1249 0 0 499920 30 0 0 25 0 5 0 606206245 202420224 37875 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10423/tid=10433] ppid=10418 vsize=197676 CPUtime=4999.51 cores=4-7
/proc/10423/task/10433/stat : 10433 (plingeling) R 10418 10418 9967 0 -1 4202560 182252 1249 0 0 499923 28 0 0 25 0 5 0 606206245 202420224 37875 33554432000 4194304 4356188 140737004659536 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39971.8
Current children cumulated vsize (KiB) 3643156

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 10418 and gives
#  childrusage.ru_utime.tv_sec=14997
#  childrusage.ru_utime.tv_usec=777991
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=857717
# CPU time returned by wait4() is 14999.6
# while last known CPU time is 39971.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.8
CPU user time (s): 39967.3
CPU system time (s): 4.54
CPU usage (%): 799.433
Max. virtual memory (cumulated for all children) (KiB): 17251212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14997.8
system time used= 1.85772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408359
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= 598
involuntary context switches= 36485

runsolver used 7.8618 second user time and 19.4041 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 12:35:56
IDJOB=3220695
IDBENCH=82799
IDSOLVER=1638
FILE ID=node114/3220695-1304159756
RUNJOBID= node114-1304153868-9981
PBS_JOBID= 13170903
Free space on /tmp= 73400 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S2124915970-046.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220695-1304159756/watcher-3220695-1304159756 -o /tmp/evaluation-result-3220695-1304159756/solver-3220695-1304159756 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220695-1304159756.cnf

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

MD5SUM BENCH= e6a3a97a5be52c43f493d905174d1bee
RANDOM SEED=435156345

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:      29462604 kB
Buffers:       1099048 kB
Cached:        1818216 kB
SwapCached:        168 kB
Active:         198712 kB
Inactive:      2782728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29462604 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10100 kB
Writeback:           0 kB
AnonPages:       64100 kB
Mapped:          14828 kB
Slab:           441080 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186692 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= 73388 MiB
End job on node114 at 2011-04-30 13:59:18