Trace number 3310410

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 parUNSAT 7055.37 1016.12

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.644
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

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
0.00/0.00	
7054.33/1015.89	s UNSATISFIABLE
7055.33/1016.11	solver [1] cryptominisat 2.7.1 answered
7055.33/1016.11	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3310410-1304019266/watcher-3310410-1304019266 -o /tmp/evaluation-result-3310410-1304019266/solver-3310410-1304019266 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310410-1304019266.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: 7.67 3.76 2.06 2/170 27474
/proc/meminfo: memFree=15080080/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 24 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0

[startup+0.029674 s]
/proc/loadavg: 7.67 3.76 2.06 2/170 27474
/proc/meminfo: memFree=15080080/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 24 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100659 s]
/proc/loadavg: 7.67 3.76 2.06 2/170 27474
/proc/meminfo: memFree=15080080/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 24 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30062 s]
/proc/loadavg: 7.67 3.76 2.06 2/170 27474
/proc/meminfo: memFree=15080080/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 24 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700554 s]
/proc/loadavg: 7.67 3.76 2.06 2/170 27474
/proc/meminfo: memFree=15080080/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 24 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50041 s]
/proc/loadavg: 7.67 3.76 2.06 5/175 27485
/proc/meminfo: memFree=14566928/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 24 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=366708 CPUtime=1.49 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 78964 0 0 0 137 12 0 0 25 0 1 0 513526291 375508992 78667 33554432000 4194304 4587354 140735946377504 18446744073709551615 4440080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 91677 78668 287 96 0 88239 0
[pid=27476] ppid=27474 vsize=110360 CPUtime=1.48 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 26924 0 0 0 141 7 0 0 25 0 1 0 513526291 113008640 24415 33554432000 4194304 4785740 140734316898624 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 27590 24416 321 145 0 24635 0
[pid=27478] ppid=27474 vsize=173772 CPUtime=1.48 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4194304 39132 0 0 0 142 6 0 0 25 0 1 0 513526291 177942528 39027 33554432000 4194304 4331988 140734457900400 18446744073709551615 274473967360 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 43443 39028 113 34 0 41885 0
[pid=27479] ppid=27474 vsize=178704 CPUtime=1.48 cores=4-7
/proc/27479/stat : 27479 (plingeling) R 27474 27474 27241 0 -1 4202496 43456 1251 0 0 142 6 0 0 25 0 1 0 513526291 182992896 43339 33554432000 4194304 4356188 140736355549200 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/27479/statm: 44676 43339 132 40 0 43220 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 847868

[startup+3.10113 s]
/proc/loadavg: 7.67 3.76 2.06 5/175 27485
/proc/meminfo: memFree=14050924/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 18 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=451020 CPUtime=3.09 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 96596 0 0 0 294 15 0 0 25 0 1 0 513526291 461844480 96268 33554432000 4194304 4587354 140735946377504 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 112755 96268 306 96 0 109317 0
[pid=27476] ppid=27474 vsize=135032 CPUtime=3.09 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 32975 0 0 0 301 8 0 0 25 0 1 0 513526291 138272768 30466 33554432000 4194304 4785740 140734316898624 18446744073709551615 4320422 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 33758 30466 336 145 0 30803 0
[pid=27478] ppid=27474 vsize=270924 CPUtime=3.09 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4194304 66157 0 0 0 295 14 0 0 25 0 1 0 513526291 277426176 66052 33554432000 4194304 4331988 140734457900400 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 67731 66052 113 34 0 66173 0
[pid=27479] ppid=27474 vsize=350860 CPUtime=3.09 cores=4-7
/proc/27479/stat : 27479 (plingeling) R 27474 27474 27241 0 -1 4202496 86501 1251 0 0 296 13 0 0 25 0 1 0 513526291 359280640 86378 33554432000 4194304 4356188 140736355549200 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/27479/statm: 87715 86378 132 40 0 86259 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 1226160

[startup+6.30057 s]
/proc/loadavg: 7.37 3.76 2.07 8/179 27489
/proc/meminfo: memFree=13607220/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 18 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=451152 CPUtime=6.29 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 96682 0 0 0 614 15 0 0 25 0 1 0 513526291 461979648 96354 33554432000 4194304 4587354 140735946377504 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 112788 96354 306 96 0 109350 0
[pid=27476] ppid=27474 vsize=156240 CPUtime=6.29 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 37941 0 0 0 619 10 0 0 25 0 1 0 513526291 159989760 35432 33554432000 4194304 4785740 140734316898624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 39060 35432 336 145 0 36105 0
[pid=27478] ppid=27474 vsize=567664 CPUtime=6.28 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4194304 103660 0 0 0 610 18 0 0 25 0 1 0 513526291 581287936 80470 33554432000 4194304 4331988 140734457900400 18446744073709551615 274473663945 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 141916 80470 126 34 0 140358 0
[pid=27479] ppid=27474 vsize=684436 CPUtime=10.25 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 174596 1251 0 0 1000 25 0 0 25 0 5 0 513526291 700862464 159520 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 171109 159520 148 40 0 169653 0
[pid=27479/tid=27486] ppid=27474 vsize=684436 CPUtime=1.32 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 561 1251 0 0 132 0 0 0 25 0 5 0 513526788 700862464 159520 33554432000 4194304 4356188 140736355549200 18446744073709551615 4261950 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=684436 CPUtime=1.31 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 577 1251 0 0 131 0 0 0 25 0 5 0 513526788 700862464 159520 33554432000 4194304 4356188 140736355549200 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=684436 CPUtime=1.32 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 609 1251 0 0 132 0 0 0 25 0 5 0 513526788 700862464 159520 33554432000 4194304 4356188 140736355549200 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=684436 CPUtime=1.31 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 576 1251 0 0 131 0 0 0 25 0 5 0 513526788 700862464 159520 33554432000 4194304 4356188 140736355549200 18446744073709551615 4260290 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 29.11
Current children cumulated vsize (KiB) 1877816

[startup+12.7004 s]
/proc/loadavg: 7.34 3.82 2.10 8/179 27489
/proc/meminfo: memFree=13341008/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=618916 CPUtime=12.68 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 136235 0 0 0 1247 21 0 0 25 0 1 0 513526291 633769984 135907 33554432000 4194304 4587354 140735946377504 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 154729 135907 310 96 0 151291 0
[pid=27476] ppid=27474 vsize=189564 CPUtime=12.69 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 45844 0 0 0 1258 11 0 0 25 0 1 0 513526291 194113536 43335 33554432000 4194304 4785740 140734316898624 18446744073709551615 4552867 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 47391 43335 336 145 0 44436 0
[pid=27478] ppid=27474 vsize=589860 CPUtime=12.68 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4194304 201636 0 0 0 1236 32 0 0 25 0 1 0 513526291 604016640 81955 33554432000 4194304 4331988 140734457900400 18446744073709551615 274473362461 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 147465 81955 129 34 0 145907 0
[pid=27479] ppid=27474 vsize=749088 CPUtime=29.72 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 262107 1251 0 0 2931 41 0 0 25 0 5 0 513526291 767066112 175710 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 187272 175710 163 40 0 185816 0
[pid=27479/tid=27486] ppid=27474 vsize=749088 CPUtime=4.64 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 19772 1251 0 0 461 3 0 0 25 0 5 0 513526788 767066112 175710 33554432000 4194304 4356188 140736355549200 18446744073709551615 4287083 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=749088 CPUtime=7.69 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 24819 1251 0 0 766 3 0 0 25 0 5 0 513526788 767066112 175710 33554432000 4194304 4356188 140736355549200 18446744073709551615 4250534 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=749088 CPUtime=7.7 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 26290 1251 0 0 766 4 0 0 25 0 5 0 513526788 767066112 175710 33554432000 4194304 4356188 140736355549200 18446744073709551615 4260315 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=749088 CPUtime=4.7 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 18953 1251 0 0 466 4 0 0 25 0 5 0 513526788 767066112 175710 33554432000 4194304 4356188 140736355549200 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 67.77
Current children cumulated vsize (KiB) 2165752

[startup+25.5012 s]
/proc/loadavg: 7.27 3.97 2.18 8/179 27490
/proc/meminfo: memFree=13240192/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=579216 CPUtime=25.49 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 136451 0 0 0 2527 22 0 0 25 0 1 0 513526291 593117184 127793 33554432000 4194304 4587354 140735946377504 18446744073709551615 4241262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 144804 127793 325 96 0 141366 0
[pid=27476] ppid=27474 vsize=256592 CPUtime=25.49 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 62318 0 0 0 2535 14 0 0 25 0 1 0 513526291 262750208 59809 33554432000 4194304 4785740 140734316898624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 64148 59809 336 145 0 61193 0
[pid=27478] ppid=27474 vsize=615400 CPUtime=25.48 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4202496 488323 0 0 0 2473 75 0 0 25 0 1 0 513526291 630169600 91261 33554432000 4194304 4331988 140734457900400 18446744073709551615 4251621 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 153850 91261 150 34 0 152292 0
[pid=27479] ppid=27474 vsize=819228 CPUtime=68.12 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 323057 1251 0 0 6763 49 0 0 25 0 5 0 513526291 838889472 193110 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 204807 193110 163 40 0 203351 0
[pid=27479/tid=27486] ppid=27474 vsize=819228 CPUtime=11.03 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 25255 1251 0 0 1099 4 0 0 25 0 5 0 513526788 838889472 193110 33554432000 4194304 4356188 140736355549200 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=819228 CPUtime=20.5 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 47106 1251 0 0 2044 6 0 0 25 0 5 0 513526788 838889472 193110 33554432000 4194304 4356188 140736355549200 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=819228 CPUtime=20.5 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 43085 1251 0 0 2043 7 0 0 25 0 5 0 513526788 838889472 193110 33554432000 4194304 4356188 140736355549200 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=819228 CPUtime=11.09 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 35338 1251 0 0 1103 6 0 0 25 0 5 0 513526788 838889472 193110 33554432000 4194304 4356188 140736355549200 18446744073709551615 4219872 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 144.58
Current children cumulated vsize (KiB) 2288760

[startup+51.1007 s]
/proc/loadavg: 7.18 4.21 2.30 8/179 27490
/proc/meminfo: memFree=13001920/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=579396 CPUtime=51.09 cores=0

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

/proc/27476/statm: 1609329 1600411 336 145 0 1606374 0
[pid=27478] ppid=27474 vsize=2027932 CPUtime=1002.31 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4202496 927918 0 0 0 99978 253 0 0 25 0 1 0 513526291 2076602368 440115 33554432000 4194304 4331988 140734457900400 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 506983 440115 151 34 0 505425 0
[pid=27479] ppid=27474 vsize=774924 CPUtime=3952.95 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 1862670 1251 0 0 394991 304 0 0 25 0 5 0 513526291 793522176 182176 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 193731 182176 164 40 0 192275 0
[pid=27479/tid=27486] ppid=27474 vsize=774924 CPUtime=974.03 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 424740 1251 0 0 97331 72 0 0 25 0 5 0 513526788 793522176 182176 33554432000 4194304 4356188 140736355549200 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=774924 CPUtime=997.31 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 491619 1251 0 0 99653 78 0 0 25 0 5 0 513526788 793522176 182176 33554432000 4194304 4356188 140736355549200 18446744073709551615 4210780 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=774924 CPUtime=997.3 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 392219 1251 0 0 99666 64 0 0 25 0 5 0 513526788 793522176 182176 33554432000 4194304 4356188 140736355549200 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=774924 CPUtime=979.31 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 381819 1251 0 0 97868 63 0 0 25 0 5 0 513526788 793522176 182176 33554432000 4194304 4356188 140736355549200 18446744073709551615 4331504 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6959.88
Current children cumulated vsize (KiB) 11071256

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

[startup+1004.7 s]
/proc/loadavg: 7.10 6.96 5.34 8/179 27516
/proc/meminfo: memFree=5251672/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=1812760 CPUtime=1004.71 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 1603604 0 0 0 100242 229 0 0 25 0 1 0 513526291 1856266240 230349 33554432000 4194304 4587354 140735946377504 18446744073709551615 4231562 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 453190 230349 338 96 0 449752 0
[pid=27476] ppid=27474 vsize=6438660 CPUtime=1004.71 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 1604174 0 0 0 100192 279 0 0 25 0 1 0 513526291 6593187840 1600753 33554432000 4194304 4785740 140734316898624 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 1609665 1600753 336 145 0 1606710 0
[pid=27478] ppid=27474 vsize=2028724 CPUtime=1004.71 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4202496 928123 0 0 0 100218 253 0 0 25 0 1 0 513526291 2077413376 440320 33554432000 4194304 4331988 140734457900400 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 507181 440320 151 34 0 505623 0
[pid=27479] ppid=27474 vsize=776972 CPUtime=3962.54 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 1863182 1251 0 0 395950 304 0 0 25 0 5 0 513526291 795619328 182688 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 194243 182688 164 40 0 192787 0
[pid=27479/tid=27486] ppid=27474 vsize=776972 CPUtime=976.42 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 425252 1251 0 0 97570 72 0 0 25 0 5 0 513526788 795619328 182688 33554432000 4194304 4356188 140736355549200 18446744073709551615 4330796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=776972 CPUtime=999.71 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 491619 1251 0 0 99893 78 0 0 25 0 5 0 513526788 795619328 182688 33554432000 4194304 4356188 140736355549200 18446744073709551615 4211032 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=776972 CPUtime=999.7 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 392219 1251 0 0 99906 64 0 0 25 0 5 0 513526788 795619328 182688 33554432000 4194304 4356188 140736355549200 18446744073709551615 4281709 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=776972 CPUtime=981.71 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 381819 1251 0 0 98108 63 0 0 25 0 5 0 513526788 795619328 182688 33554432000 4194304 4356188 140736355549200 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6976.67
Current children cumulated vsize (KiB) 11075440

[startup+1011.1 s]
/proc/loadavg: 7.09 6.96 5.35 8/179 27516
/proc/meminfo: memFree=5272256/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=1790064 CPUtime=1011.12 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 1614165 0 0 0 100881 231 0 0 25 0 1 0 513526291 1833025536 225068 33554432000 4194304 4587354 140735946377504 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 447516 225068 338 96 0 444078 0
[pid=27476] ppid=27474 vsize=6439056 CPUtime=1011.11 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 1604281 0 0 0 100832 279 0 0 25 0 1 0 513526291 6593593344 1600860 33554432000 4194304 4785740 140734316898624 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 1609764 1600860 336 145 0 1606809 0
[pid=27478] ppid=27474 vsize=2030836 CPUtime=1011.11 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4202496 928639 0 0 0 100858 253 0 0 25 0 1 0 513526291 2079576064 440836 33554432000 4194304 4331988 140734457900400 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 507709 440836 151 34 0 506151 0
[pid=27479] ppid=27474 vsize=774744 CPUtime=3988.1 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 1863182 1251 0 0 398506 304 0 0 25 0 5 0 513526291 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 193686 182131 164 40 0 192230 0
[pid=27479/tid=27486] ppid=27474 vsize=774744 CPUtime=982.78 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 425252 1251 0 0 98206 72 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=774744 CPUtime=1006.11 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 491619 1251 0 0 100533 78 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=774744 CPUtime=1006.1 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 392219 1251 0 0 100546 64 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4210823 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=774744 CPUtime=988.11 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 381819 1251 0 0 98748 63 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7021.44
Current children cumulated vsize (KiB) 11053024

[startup+1014.3 s]
/proc/loadavg: 7.08 6.96 5.36 8/179 27516
/proc/meminfo: memFree=5266548/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=1790064 CPUtime=1014.32 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 1614165 0 0 0 101201 231 0 0 25 0 1 0 513526291 1833025536 225068 33554432000 4194304 4587354 140735946377504 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 447516 225068 338 96 0 444078 0
[pid=27476] ppid=27474 vsize=6443880 CPUtime=1014.31 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 1605475 0 0 0 101151 280 0 0 25 0 1 0 513526291 6598533120 1602054 33554432000 4194304 4785740 140734316898624 18446744073709551615 4545881 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 1610970 1602054 336 145 0 1608015 0
[pid=27478] ppid=27474 vsize=2031760 CPUtime=1014.31 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4202496 928897 0 0 0 101178 253 0 0 25 0 1 0 513526291 2080522240 441094 33554432000 4194304 4331988 140734457900400 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 507940 441094 151 34 0 506382 0
[pid=27479] ppid=27474 vsize=774744 CPUtime=4000.89 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 1863182 1251 0 0 399785 304 0 0 25 0 5 0 513526291 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 193686 182131 164 40 0 192230 0
[pid=27479/tid=27486] ppid=27474 vsize=774744 CPUtime=985.97 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 425252 1251 0 0 98525 72 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=774744 CPUtime=1009.31 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 491619 1251 0 0 100853 78 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=774744 CPUtime=1009.3 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 392219 1251 0 0 100866 64 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4259406 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=774744 CPUtime=991.31 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 381819 1251 0 0 99068 63 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4279481 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7043.83
Current children cumulated vsize (KiB) 11058772

[startup+1015.1 s]
/proc/loadavg: 7.08 6.96 5.36 8/179 27516
/proc/meminfo: memFree=5266548/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=1790064 CPUtime=1015.12 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202496 1614165 0 0 0 101281 231 0 0 25 0 1 0 513526291 1833025536 225068 33554432000 4194304 4587354 140735946377504 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27475/statm: 447516 225068 338 96 0 444078 0
[pid=27476] ppid=27474 vsize=6444676 CPUtime=1015.11 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4202496 1605700 0 0 0 101231 280 0 0 25 0 1 0 513526291 6599348224 1602279 33554432000 4194304 4785740 140734316898624 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27476/statm: 1611169 1602279 336 145 0 1608214 0
[pid=27478] ppid=27474 vsize=2032156 CPUtime=1015.11 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4202496 928978 0 0 0 101258 253 0 0 25 0 1 0 513526291 2080927744 441175 33554432000 4194304 4331988 140734457900400 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27478/statm: 508039 441175 151 34 0 506481 0
[pid=27479] ppid=27474 vsize=774744 CPUtime=4004.08 cores=4-7
/proc/27479/stat : 27479 (plingeling) S 27474 27474 27241 0 -1 4202496 1863182 1251 0 0 400104 304 0 0 25 0 5 0 513526291 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 193686 182131 164 40 0 192230 0
[pid=27479/tid=27486] ppid=27474 vsize=774744 CPUtime=986.77 cores=4-7
/proc/27479/task/27486/stat : 27486 (plingeling) R 27474 27474 27241 0 -1 4202560 425252 1251 0 0 98605 72 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=774744 CPUtime=1010.11 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4202560 491619 1251 0 0 100933 78 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4279749 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27479/tid=27488] ppid=27474 vsize=774744 CPUtime=1010.1 cores=4-7
/proc/27479/task/27488/stat : 27488 (plingeling) R 27474 27474 27241 0 -1 4202560 392219 1251 0 0 100946 64 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27479/tid=27489] ppid=27474 vsize=774744 CPUtime=992.11 cores=4-7
/proc/27479/task/27489/stat : 27489 (plingeling) R 27474 27474 27241 0 -1 4202560 381819 1251 0 0 99148 63 0 0 25 0 5 0 513526788 793337856 182131 33554432000 4194304 4356188 140736355549200 18446744073709551615 4330843 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7049.42
Current children cumulated vsize (KiB) 11059964

[startup+1015.9 s]
/proc/loadavg: 7.08 6.96 5.36 8/179 27516
/proc/meminfo: memFree=5264936/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=0 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 215 0 0 0 0 0 0 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 4576088092527558656 0 0 17 0 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27475] ppid=27474 vsize=0 CPUtime=1015.91 cores=0
/proc/27475/stat : 27475 (cryptominisat) R 27474 27474 27241 0 -1 4202500 1614180 0 0 0 101358 233 0 0 25 0 1 0 513526291 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27475/statm: 0 0 0 0 0 0 0
[pid=27476] ppid=27474 vsize=0 CPUtime=1015.92 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4203524 1606170 0 0 0 101310 282 0 0 25 0 1 0 513526291 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/27476/statm: 0 0 0 0 0 0 0
[pid=27478] ppid=27474 vsize=0 CPUtime=1015.91 cores=3
/proc/27478/stat : 27478 (march_hi) R 27474 27474 27241 0 -1 4203524 929027 0 0 0 101337 254 0 0 25 0 1 0 513526291 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27478/statm: 0 0 0 0 0 0 0
[pid=27479] ppid=27474 vsize=0 CPUtime=4007.25 cores=4-7
/proc/27479/stat : 27479 (plingeling) Z 27474 27474 27241 0 -1 4203548 1863182 1251 0 0 400420 305 0 0 18 0 2 0 513526291 0 0 33554432000 0 0 0 0 0 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27479/statm: 0 0 0 0 0 0 0
[pid=27479/tid=27487] ppid=27474 vsize=0 CPUtime=1010.91 cores=4-7
/proc/27479/task/27487/stat : 27487 (plingeling) R 27474 27474 27241 0 -1 4203588 491619 1251 0 0 101012 79 0 0 25 0 2 0 513526788 0 0 33554432000 0 0 0 0 0 0 0 4096 17442 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7054.99
Current children cumulated vsize (KiB) 18324

[startup+1016.1 s]
/proc/loadavg: 7.08 6.96 5.36 8/179 27516
/proc/meminfo: memFree=5264936/32950928 swapFree=67111528/67111528
[pid=27474] ppid=27472 vsize=18324 CPUtime=6039.21 cores=0-7
/proc/27474/stat : 27474 (ppfolio) S 27472 27474 27241 0 -1 4202496 521 4407855 0 0 0 0 603117 804 15 0 1 0 513526291 18763776 390 33554432000 4194304 4287625 140735622606400 18446744073709551615 274473987599 0 0 4096 65536 10433369842894503936 0 0 17 0 0 0 0
/proc/27474/statm: 4581 390 342 23 0 91 0
[pid=27476] ppid=27474 vsize=0 CPUtime=1016.12 cores=1
/proc/27476/stat : 27476 (clasp) R 27474 27474 27241 0 -1 4203524 1606170 0 0 0 101310 302 0 0 25 0 1 0 513526291 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/27476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7055.33
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 1016.12
CPU time (s): 7055.37
CPU user time (s): 7044.28
CPU system time (s): 11.0863
CPU usage (%): 694.345
Max. virtual memory (cumulated for all children) (KiB): 11986256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7044.28
system time used= 11.0863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6014563
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= 548
involuntary context switches= 32734

runsolver used 1.62175 second user time and 3.9194 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 21:34:26
IDJOB=3310410
IDBENCH=88167
IDSOLVER=1638
FILE ID=node125/3310410-1304019266
RUNJOBID= node125-1304019070-27255
PBS_JOBID= 13170287
Free space on /tmp= 72664 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310410-1304019266/watcher-3310410-1304019266 -o /tmp/evaluation-result-3310410-1304019266/solver-3310410-1304019266 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310410-1304019266.cnf

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=700938863

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      15080484 kB
Buffers:       2214432 kB
Cached:       15055604 kB
SwapCached:          0 kB
Active:        8979876 kB
Inactive:      8354784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15080484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          113212 kB
Writeback:           0 kB
AnonPages:       64188 kB
Mapped:          14512 kB
Slab:           471144 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187164 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= 72652 MiB
End job on node125 at 2011-04-28 21:51:23