Trace number 3221889

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 parSAT 187.526 23.4699

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S231612998-061.SATISFIABLE.cnf
MD5SUM053eacf65ab310107e284aa82f53766f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.84957
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

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
186.95/23.46	s SATISFIABLE
186.95/23.46	v 1 -2 -3 4 5 6 -7 8 9 10 11 -12 13 14 -15 16 17 -18 19 20 21 -22 -23 24 25 26 27 28 -29 30 -31 -32 33 -34 35 -36 37 38 39 -40 -41 42 43 -44 -45 46 -47 48 49 -50 51 -52 -53 54 55 -56 -57 -58 -59 -60 61 62 -63 64 65 66 67 -68 69 -70 71 -72 73 74 75 76 -77 78 -79 -80 -81 82 83 -84 -85 -86 -87 -88 89 90 
186.95/23.46	v 0 
186.95/23.46	solver [3] TNM 2009 answered
186.95/23.46	Done

Verifier Data

OK

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-3221889-1304162878/watcher-3221889-1304162878 -o /tmp/evaluation-result-3221889-1304162878/solver-3221889-1304162878 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221889-1304162878.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.48 7.93 7.96 1/170 27033
/proc/meminfo: memFree=21976556/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) R 27031 27033 26652 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0

[startup+0.0381039 s]
/proc/loadavg: 7.48 7.93 7.96 1/170 27033
/proc/meminfo: memFree=21976556/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101091 s]
/proc/loadavg: 7.48 7.93 7.96 1/170 27033
/proc/meminfo: memFree=21976556/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300053 s]
/proc/loadavg: 7.48 7.93 7.96 1/170 27033
/proc/meminfo: memFree=21976556/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700978 s]
/proc/loadavg: 7.48 7.93 7.96 1/170 27033
/proc/meminfo: memFree=21976556/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) R 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50083 s]
/proc/loadavg: 7.48 7.93 7.96 9/180 27048
/proc/meminfo: memFree=21957876/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=103544 CPUtime=1.49 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 3293 0 0 0 149 0 0 0 20 0 1 0 508703432 106029056 1245 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 25886 1245 330 96 0 22448 0
[pid=27035] ppid=27033 vsize=15200 CPUtime=1.49 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 1250 0 0 0 149 0 0 0 20 0 1 0 508703432 15564800 1142 33554432000 4194304 4785740 140737153552880 18446744073709551615 4287180 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 3800 1142 340 145 0 845 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=1.49 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 149 0 0 0 20 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=8748 CPUtime=1.49 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2003 0 0 0 149 0 0 0 20 0 1 0 508703432 8957952 614 33554432000 4194304 4331988 140737468441456 18446744073709551615 4226253 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 2187 614 174 34 0 629 0
[pid=27038] ppid=27033 vsize=62072 CPUtime=5.91 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 4580 1248 0 0 590 1 0 0 18 0 5 0 508703432 63561728 3973 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 15518 3973 161 40 0 14062 0
[pid=27038/tid=27045] ppid=27033 vsize=62072 CPUtime=1.47 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 869 1248 0 0 147 0 0 0 20 0 5 0 508703434 63561728 3973 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=62072 CPUtime=1.47 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 885 1248 0 0 147 0 0 0 23 0 5 0 508703434 63561728 3973 33554432000 4194304 4356188 140735672216480 18446744073709551615 4273839 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=62072 CPUtime=1.46 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 842 1248 0 0 146 0 0 0 23 0 5 0 508703434 63561728 3973 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=62072 CPUtime=1.47 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 802 1248 0 0 147 0 0 0 23 0 5 0 508703434 63561728 3973 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 664660

[startup+3.10053 s]
/proc/loadavg: 7.48 7.93 7.96 9/180 27048
/proc/meminfo: memFree=21942756/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=112104 CPUtime=3.08 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 6043 0 0 0 308 0 0 0 25 0 1 0 508703432 114794496 3452 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 28026 3452 336 96 0 24588 0
[pid=27035] ppid=27033 vsize=16116 CPUtime=3.09 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 1447 0 0 0 309 0 0 0 25 0 1 0 508703432 16502784 1339 33554432000 4194304 4785740 140737153552880 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 4029 1339 340 145 0 1074 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=3.09 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 309 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=9204 CPUtime=3.09 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2103 0 0 0 309 0 0 0 25 0 1 0 508703432 9424896 714 33554432000 4194304 4331988 140737468441456 18446744073709551615 4226647 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 2301 714 175 34 0 743 0
[pid=27038] ppid=27033 vsize=61964 CPUtime=12.3 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 5193 1248 0 0 1229 1 0 0 18 0 5 0 508703432 63451136 3946 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 15491 3946 161 40 0 14035 0
[pid=27038/tid=27045] ppid=27033 vsize=61964 CPUtime=3.07 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 998 1248 0 0 307 0 0 0 25 0 5 0 508703434 63451136 3946 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=61964 CPUtime=3.07 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 1046 1248 0 0 307 0 0 0 25 0 5 0 508703434 63451136 3946 33554432000 4194304 4356188 140735672216480 18446744073709551615 4281818 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=61964 CPUtime=3.05 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 971 1248 0 0 305 0 0 0 25 0 5 0 508703434 63451136 3946 33554432000 4194304 4356188 140735672216480 18446744073709551615 4219792 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=61964 CPUtime=3.07 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 996 1248 0 0 307 0 0 0 25 0 5 0 508703434 63451136 3946 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 674484

[startup+6.30092 s]
/proc/loadavg: 7.52 7.93 7.96 9/180 27048
/proc/meminfo: memFree=21939540/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=118176 CPUtime=6.29 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 8474 0 0 0 628 1 0 0 25 0 1 0 508703432 121012224 4061 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 29544 4061 336 96 0 26106 0
[pid=27035] ppid=27033 vsize=17372 CPUtime=6.29 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 1758 0 0 0 629 0 0 0 25 0 1 0 508703432 17788928 1650 33554432000 4194304 4785740 140737153552880 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 4343 1650 340 145 0 1388 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=6.29 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 629 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=9772 CPUtime=6.29 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2200 0 0 0 629 0 0 0 25 0 1 0 508703432 10006528 811 33554432000 4194304 4331988 140737468441456 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 2443 811 175 34 0 885 0
[pid=27038] ppid=27033 vsize=63140 CPUtime=25.08 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 6511 1248 0 0 2507 1 0 0 18 0 5 0 508703432 64655360 4240 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 15785 4240 161 40 0 14329 0
[pid=27038/tid=27045] ppid=27033 vsize=63140 CPUtime=6.27 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 1384 1248 0 0 627 0 0 0 25 0 5 0 508703434 64655360 4240 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=63140 CPUtime=6.27 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 1335 1248 0 0 627 0 0 0 25 0 5 0 508703434 64655360 4240 33554432000 4194304 4356188 140735672216480 18446744073709551615 4237410 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=63140 CPUtime=6.24 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 1228 1248 0 0 624 0 0 0 25 0 5 0 508703434 64655360 4240 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=63140 CPUtime=6.27 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 1382 1248 0 0 627 0 0 0 25 0 5 0 508703434 64655360 4240 33554432000 4194304 4356188 140735672216480 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 683556

[startup+12.7007 s]
/proc/loadavg: 7.56 7.93 7.96 9/180 27048
/proc/meminfo: memFree=21933192/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=39156 CPUtime=12.69 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 12369 0 0 0 1267 2 0 0 25 0 1 0 508703432 40095744 3984 33554432000 4194304 4587354 140736103619104 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 9789 3984 336 96 0 6351 0
[pid=27035] ppid=27033 vsize=18664 CPUtime=12.69 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 2054 0 0 0 1269 0 0 0 25 0 1 0 508703432 19111936 1946 33554432000 4194304 4785740 140737153552880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 4666 1946 341 145 0 1711 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=12.69 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 1269 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=10284 CPUtime=12.69 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2399 0 0 0 1269 0 0 0 25 0 1 0 508703432 10530816 1010 33554432000 4194304 4331988 140737468441456 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 2571 1010 175 34 0 1013 0
[pid=27038] ppid=27033 vsize=64292 CPUtime=50.64 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 9007 1248 0 0 5063 1 0 0 18 0 5 0 508703432 65835008 4528 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 16073 4528 161 40 0 14617 0
[pid=27038/tid=27045] ppid=27033 vsize=64292 CPUtime=12.67 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 2024 1248 0 0 1267 0 0 0 25 0 5 0 508703434 65835008 4528 33554432000 4194304 4356188 140735672216480 18446744073709551615 4234339 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=64292 CPUtime=12.66 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 1943 1248 0 0 1266 0 0 0 25 0 5 0 508703434 65835008 4528 33554432000 4194304 4356188 140735672216480 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=64292 CPUtime=12.6 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 1900 1248 0 0 1260 0 0 0 25 0 5 0 508703434 65835008 4528 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=64292 CPUtime=12.67 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 1958 1248 0 0 1267 0 0 0 25 0 5 0 508703434 65835008 4528 33554432000 4194304 4356188 140735672216480 18446744073709551615 4238870 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) 607492

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

[startup+19.1005 s]
/proc/loadavg: 7.62 7.93 7.96 9/180 27049
/proc/meminfo: memFree=21919068/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0

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

[pid=27038/tid=27045] ppid=27033 vsize=75176 CPUtime=19.07 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 3145 1248 0 0 1907 0 0 0 25 0 5 0 508703434 76980224 7249 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=75176 CPUtime=19.06 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 3095 1248 0 0 1906 0 0 0 25 0 5 0 508703434 76980224 7249 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=75176 CPUtime=18.96 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 2924 1248 0 0 1896 0 0 0 25 0 5 0 508703434 76980224 7249 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=75176 CPUtime=19.06 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 3046 1248 0 0 1906 0 0 0 25 0 5 0 508703434 76980224 7249 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331079 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 152.56
Current children cumulated vsize (KiB) 624400

[startup+20.7012 s]
/proc/loadavg: 7.62 7.93 7.96 9/180 27049
/proc/meminfo: memFree=21919316/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=43116 CPUtime=20.68 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 16635 0 0 0 2066 2 0 0 25 0 1 0 508703432 44150784 5311 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 10779 5311 336 96 0 7341 0
[pid=27035] ppid=27033 vsize=20364 CPUtime=20.69 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 2433 0 0 0 2069 0 0 0 25 0 1 0 508703432 20852736 2325 33554432000 4194304 4785740 140737153552880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 5091 2325 341 145 0 2136 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=20.69 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 2069 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134530770 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=12200 CPUtime=20.69 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2643 0 0 0 2069 0 0 0 25 0 1 0 508703432 12492800 1254 33554432000 4194304 4331988 140737468441456 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 3050 1254 175 34 0 1492 0
[pid=27038] ppid=27033 vsize=74408 CPUtime=82.6 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 13776 1248 0 0 8258 2 0 0 18 0 5 0 508703432 76193792 7057 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 18602 7057 161 40 0 17146 0
[pid=27038/tid=27045] ppid=27033 vsize=74408 CPUtime=20.67 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 3241 1248 0 0 2067 0 0 0 25 0 5 0 508703434 76193792 7057 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=74408 CPUtime=20.66 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 3095 1248 0 0 2066 0 0 0 25 0 5 0 508703434 76193792 7057 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=74408 CPUtime=20.55 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 3116 1248 0 0 2055 0 0 0 25 0 5 0 508703434 76193792 7057 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=74408 CPUtime=20.66 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 3142 1248 0 0 2066 0 0 0 25 0 5 0 508703434 76193792 7057 33554432000 4194304 4356188 140735672216480 18446744073709551615 4279535 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 165.35
Current children cumulated vsize (KiB) 625184

[startup+22.3009 s]
/proc/loadavg: 7.62 7.93 7.96 9/180 27049
/proc/meminfo: memFree=21918812/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=119140 CPUtime=22.29 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 17578 0 0 0 2226 3 0 0 25 0 1 0 508703432 121999360 5191 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 29785 5191 336 96 0 26347 0
[pid=27035] ppid=27033 vsize=20532 CPUtime=22.29 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 2451 0 0 0 2229 0 0 0 25 0 1 0 508703432 21024768 2343 33554432000 4194304 4785740 140737153552880 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 5133 2343 341 145 0 2178 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=22.29 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 2229 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=12200 CPUtime=22.29 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2693 0 0 0 2229 0 0 0 25 0 1 0 508703432 12492800 1304 33554432000 4194304 4331988 140737468441456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 3050 1304 175 34 0 1492 0
[pid=27038] ppid=27033 vsize=75592 CPUtime=88.99 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 14284 1248 0 0 8896 3 0 0 18 0 5 0 508703432 77406208 7353 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 18898 7353 161 40 0 17442 0
[pid=27038/tid=27045] ppid=27033 vsize=75592 CPUtime=22.27 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 3365 1248 0 0 2227 0 0 0 25 0 5 0 508703434 77406208 7353 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=75592 CPUtime=22.26 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 3287 1248 0 0 2226 0 0 0 25 0 5 0 508703434 77406208 7353 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=75592 CPUtime=22.14 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 3116 1248 0 0 2214 0 0 0 25 0 5 0 508703434 77406208 7353 33554432000 4194304 4356188 140735672216480 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=75592 CPUtime=22.26 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 3334 1248 0 0 2226 0 0 0 25 0 5 0 508703434 77406208 7353 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 178.15
Current children cumulated vsize (KiB) 702560

[startup+23.1068 s]
/proc/loadavg: 7.62 7.93 7.96 9/180 27049
/proc/meminfo: memFree=21917008/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=119140 CPUtime=23.1 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 17826 0 0 0 2307 3 0 0 25 0 1 0 508703432 121999360 5433 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 29785 5433 336 96 0 26347 0
[pid=27035] ppid=27033 vsize=20532 CPUtime=23.09 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 2469 0 0 0 2309 0 0 0 25 0 1 0 508703432 21024768 2361 33554432000 4194304 4785740 140737153552880 18446744073709551615 4550378 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 5133 2361 341 145 0 2178 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=23.1 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 2310 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=12200 CPUtime=23.09 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2716 0 0 0 2309 0 0 0 25 0 1 0 508703432 12492800 1327 33554432000 4194304 4331988 140737468441456 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 3050 1327 175 34 0 1492 0
[pid=27038] ppid=27033 vsize=74824 CPUtime=92.21 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 14476 1248 0 0 9218 3 0 0 18 0 5 0 508703432 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 18706 7161 161 40 0 17250 0
[pid=27038/tid=27045] ppid=27033 vsize=74824 CPUtime=23.07 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 3461 1248 0 0 2307 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=74824 CPUtime=23.07 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 3287 1248 0 0 2307 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=74824 CPUtime=22.94 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 3212 1248 0 0 2294 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=74824 CPUtime=23.07 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 3334 1248 0 0 2307 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 184.59
Current children cumulated vsize (KiB) 701792

[startup+23.3007 s]
/proc/loadavg: 7.62 7.93 7.96 9/180 27049
/proc/meminfo: memFree=21917008/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=119140 CPUtime=23.29 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 17879 0 0 0 2326 3 0 0 25 0 1 0 508703432 121999360 5486 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 29785 5486 336 96 0 26347 0
[pid=27035] ppid=27033 vsize=20532 CPUtime=23.29 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 2469 0 0 0 2329 0 0 0 25 0 1 0 508703432 21024768 2361 33554432000 4194304 4785740 140737153552880 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 5133 2361 341 145 0 2178 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=23.29 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 2329 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=12200 CPUtime=23.29 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2722 0 0 0 2329 0 0 0 25 0 1 0 508703432 12492800 1333 33554432000 4194304 4331988 140737468441456 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 3050 1333 175 34 0 1492 0
[pid=27038] ppid=27033 vsize=74824 CPUtime=92.99 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 14476 1248 0 0 9296 3 0 0 18 0 5 0 508703432 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 18706 7161 161 40 0 17250 0
[pid=27038/tid=27045] ppid=27033 vsize=74824 CPUtime=23.27 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 3461 1248 0 0 2327 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=74824 CPUtime=23.26 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 3287 1248 0 0 2326 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331203 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=74824 CPUtime=23.14 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 3212 1248 0 0 2314 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=74824 CPUtime=23.26 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 3334 1248 0 0 2326 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4238825 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 186.15
Current children cumulated vsize (KiB) 701792

[startup+23.4007 s]
/proc/loadavg: 7.62 7.93 7.96 9/180 27049
/proc/meminfo: memFree=21917008/32951124 swapFree=67111524/67111528
[pid=27033] ppid=27031 vsize=18324 CPUtime=0 cores=0-7
/proc/27033/stat : 27033 (ppfolio) S 27031 27033 26652 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508703432 18763776 389 33554432000 4194304 4287625 140737409339744 18446744073709551615 264726425103 0 0 4096 65536 4598993397930262527 0 0 17 4 0 0 0
/proc/27033/statm: 4581 389 341 23 0 91 0
[pid=27034] ppid=27033 vsize=119140 CPUtime=23.39 cores=0
/proc/27034/stat : 27034 (cryptominisat) R 27033 27033 26652 0 -1 4202496 17908 0 0 0 2336 3 0 0 25 0 1 0 508703432 121999360 5514 33554432000 4194304 4587354 140736103619104 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27034/statm: 29785 5514 336 96 0 26347 0
[pid=27035] ppid=27033 vsize=20532 CPUtime=23.39 cores=1
/proc/27035/stat : 27035 (clasp) R 27033 27033 26652 0 -1 4202496 2469 0 0 0 2339 0 0 0 25 0 1 0 508703432 21024768 2361 33554432000 4194304 4785740 140737153552880 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27035/statm: 5133 2361 341 145 0 2178 0
[pid=27036] ppid=27033 vsize=456772 CPUtime=23.39 cores=2
/proc/27036/stat : 27036 (TNM) R 27033 27033 26652 0 -1 4202496 594 0 0 0 2339 0 0 0 25 0 1 0 508703432 467734528 491 33554432000 134512640 134534564 4287841968 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27036/statm: 114193 491 95 6 0 112859 0
[pid=27037] ppid=27033 vsize=12200 CPUtime=23.39 cores=3
/proc/27037/stat : 27037 (march_hi) R 27033 27033 26652 0 -1 4202496 2725 0 0 0 2339 0 0 0 25 0 1 0 508703432 12492800 1336 33554432000 4194304 4331988 140737468441456 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27037/statm: 3050 1336 175 34 0 1492 0
[pid=27038] ppid=27033 vsize=74824 CPUtime=93.39 cores=4-7
/proc/27038/stat : 27038 (plingeling) S 27033 27033 26652 0 -1 4202496 14476 1248 0 0 9336 3 0 0 18 0 5 0 508703432 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27038/statm: 18706 7161 161 40 0 17250 0
[pid=27038/tid=27045] ppid=27033 vsize=74824 CPUtime=23.37 cores=4-7
/proc/27038/task/27045/stat : 27045 (plingeling) R 27033 27033 26652 0 -1 4202560 3461 1248 0 0 2337 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27038/tid=27046] ppid=27033 vsize=74824 CPUtime=23.36 cores=4-7
/proc/27038/task/27046/stat : 27046 (plingeling) R 27033 27033 26652 0 -1 4202560 3287 1248 0 0 2336 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27038/tid=27047] ppid=27033 vsize=74824 CPUtime=23.24 cores=4-7
/proc/27038/task/27047/stat : 27047 (plingeling) R 27033 27033 26652 0 -1 4202560 3212 1248 0 0 2324 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27038/tid=27048] ppid=27033 vsize=74824 CPUtime=23.36 cores=4-7
/proc/27038/task/27048/stat : 27048 (plingeling) R 27033 27033 26652 0 -1 4202560 3334 1248 0 0 2336 0 0 0 25 0 5 0 508703434 76619776 7161 33554432000 4194304 4356188 140735672216480 18446744073709551615 4238090 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 186.95
Current children cumulated vsize (KiB) 701792

Child status: 0
Real time (s): 23.4699
CPU time (s): 187.526
CPU user time (s): 187.446
CPU system time (s): 0.080987
CPU usage (%): 799.008
Max. virtual memory (cumulated for all children) (KiB): 11270964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.446
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40013
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= 561
involuntary context switches= 1043

runsolver used 0.043993 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 13:27:58
IDJOB=3221889
IDBENCH=82998
IDSOLVER=1638
FILE ID=node141/3221889-1304162878
RUNJOBID= node141-1304157866-26666
PBS_JOBID= 13170914
Free space on /tmp= 72600 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S231612998-061.SATISFIABLE.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221889-1304162878/watcher-3221889-1304162878 -o /tmp/evaluation-result-3221889-1304162878/solver-3221889-1304162878 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221889-1304162878.cnf

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

MD5SUM BENCH= 053eacf65ab310107e284aa82f53766f
RANDOM SEED=1949206469

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21976960 kB
Buffers:       1408832 kB
Cached:        8924296 kB
SwapCached:          4 kB
Active:        2656304 kB
Inactive:      7739360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21976960 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10276 kB
Writeback:          24 kB
AnonPages:       63016 kB
Mapped:          14788 kB
Slab:           512112 kB
PageTables:       3896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181652 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= 72588 MiB
End job on node141 at 2011-04-30 13:28:22