Trace number 3310395

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 134.799 16.8916

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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
134.11/16.89	s UNSATISFIABLE
134.11/16.89	solver [5] plingeling 276-6264d55-100731 answered
134.11/16.89	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-3310395-1304019092/watcher-3310395-1304019092 -o /tmp/evaluation-result-3310395-1304019092/solver-3310395-1304019092 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310395-1304019092.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: 2.73 0.64 0.21 2/170 1369
/proc/meminfo: memFree=22229676/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) R 1367 1369 1220 0 -1 4194304 488 0 0 0 0 0 0 0 24 0 1 0 494324539 18763776 387 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261618615 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1369/statm: 4581 387 339 23 0 91 0

[startup+0.175498 s]
/proc/loadavg: 2.73 0.64 0.21 2/170 1369
/proc/meminfo: memFree=22229676/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) R 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200493 s]
/proc/loadavg: 2.73 0.64 0.21 2/170 1369
/proc/meminfo: memFree=22229676/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 7 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300477 s]
/proc/loadavg: 2.73 0.64 0.21 2/170 1369
/proc/meminfo: memFree=22229676/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 7 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700407 s]
/proc/loadavg: 2.73 0.64 0.21 2/170 1369
/proc/meminfo: memFree=22229676/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 7 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50127 s]
/proc/loadavg: 2.73 0.64 0.21 9/180 1384
/proc/meminfo: memFree=22197976/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=960236 CPUtime=1.49 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 2436 0 0 0 149 0 0 0 20 0 1 0 494324540 983281664 1667 33554432000 4194304 4587354 140737064641760 18446744073709551615 4248785 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 240059 1667 332 96 0 236621 0
[pid=1371] ppid=1369 vsize=17676 CPUtime=1.49 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 1980 0 0 0 149 0 0 0 20 0 1 0 494324540 18100224 1751 33554432000 4194304 4785740 140733989977552 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 4419 1751 340 145 0 1464 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=1.49 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 149 0 0 0 20 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=17192 CPUtime=1.49 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4129 0 0 0 149 0 0 0 20 0 1 0 494324540 17604608 1705 33554432000 4194304 4331988 140734186210944 18446744073709551615 4237180 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 4298 1705 175 34 0 2740 0
[pid=1374] ppid=1369 vsize=124228 CPUtime=5.85 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 4527 1248 0 0 585 0 0 0 18 0 5 0 494324540 127209472 3411 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 31057 3411 163 40 0 29601 0
[pid=1374/tid=1381] ppid=1369 vsize=124228 CPUtime=1.47 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 873 1248 0 0 147 0 0 0 23 0 5 0 494324542 127209472 3411 33554432000 4194304 4356188 140733981073408 18446744073709551615 4273050 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=124228 CPUtime=1.46 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 741 1248 0 0 146 0 0 0 23 0 5 0 494324542 127209472 3411 33554432000 4194304 4356188 140733981073408 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=124228 CPUtime=1.42 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 785 1248 0 0 142 0 0 0 23 0 5 0 494324542 127209472 3411 33554432000 4194304 4356188 140733981073408 18446744073709551615 4334575 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=124228 CPUtime=1.47 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 726 1248 0 0 147 0 0 0 23 0 5 0 494324542 127209472 3411 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 1594408

[startup+3.10098 s]
/proc/loadavg: 3.15 0.76 0.25 9/180 1384
/proc/meminfo: memFree=22194008/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=960740 CPUtime=3.09 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 3291 0 0 0 309 0 0 0 25 0 1 0 494324540 983797760 1836 33554432000 4194304 4587354 140737064641760 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 240185 1836 338 96 0 236747 0
[pid=1371] ppid=1369 vsize=18348 CPUtime=3.09 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 2157 0 0 0 309 0 0 0 25 0 1 0 494324540 18788352 1928 33554432000 4194304 4785740 140733989977552 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 4587 1928 340 145 0 1632 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=3.09 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 309 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134529838 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=17748 CPUtime=3.09 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4258 0 0 0 309 0 0 0 25 0 1 0 494324540 18173952 1831 33554432000 4194304 4331988 140734186210944 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 4437 1831 175 34 0 2879 0
[pid=1374] ppid=1369 vsize=126552 CPUtime=12.25 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 5748 1248 0 0 1224 1 0 0 18 0 5 0 494324540 129589248 3992 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 31638 3992 163 40 0 30182 0
[pid=1374/tid=1381] ppid=1369 vsize=126552 CPUtime=3.06 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 1257 1248 0 0 306 0 0 0 25 0 5 0 494324542 129589248 3992 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331363 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=126552 CPUtime=3.06 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 903 1248 0 0 306 0 0 0 25 0 5 0 494324542 129589248 3992 33554432000 4194304 4356188 140733981073408 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=126552 CPUtime=3.02 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 1139 1248 0 0 302 0 0 0 25 0 5 0 494324542 129589248 3992 33554432000 4194304 4356188 140733981073408 18446744073709551615 4250947 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=126552 CPUtime=3.07 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 1047 1248 0 0 307 0 0 0 25 0 5 0 494324542 129589248 3992 33554432000 4194304 4356188 140733981073408 18446744073709551615 4238436 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 1598464

[startup+6.30142 s]
/proc/loadavg: 3.15 0.76 0.25 9/180 1384
/proc/meminfo: memFree=22181236/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=969024 CPUtime=6.28 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 5260 0 0 0 628 0 0 0 25 0 1 0 494324540 992280576 2903 33554432000 4194304 4587354 140737064641760 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 242256 2903 338 96 0 238818 0
[pid=1371] ppid=1369 vsize=20860 CPUtime=6.29 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 2773 0 0 0 629 0 0 0 25 0 1 0 494324540 21360640 2544 33554432000 4194304 4785740 140733989977552 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 5215 2544 340 145 0 2260 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=6.29 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 629 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134530273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=18584 CPUtime=6.29 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4416 0 0 0 629 0 0 0 25 0 1 0 494324540 19030016 1989 33554432000 4194304 4331988 140734186210944 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 4646 1989 175 34 0 3088 0
[pid=1374] ppid=1369 vsize=130152 CPUtime=25.03 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 8665 1248 0 0 2501 2 0 0 18 0 5 0 494324540 133275648 4892 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 32538 4892 163 40 0 31082 0
[pid=1374/tid=1381] ppid=1369 vsize=130152 CPUtime=6.26 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 2251 1248 0 0 626 0 0 0 25 0 5 0 494324542 133275648 4892 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=130152 CPUtime=6.26 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 1801 1248 0 0 626 0 0 0 25 0 5 0 494324542 133275648 4892 33554432000 4194304 4356188 140733981073408 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=130152 CPUtime=6.2 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 2035 1248 0 0 620 0 0 0 25 0 5 0 494324542 133275648 4892 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=130152 CPUtime=6.27 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 1176 1248 0 0 627 0 0 0 25 0 5 0 494324542 133275648 4892 33554432000 4194304 4356188 140733981073408 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 1613696

[startup+12.7013 s]
/proc/loadavg: 3.90 1.00 0.34 9/180 1384
/proc/meminfo: memFree=22175052/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=966184 CPUtime=12.69 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 7930 0 0 0 1268 1 0 0 25 0 1 0 494324540 989372416 3318 33554432000 4194304 4587354 140737064641760 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 241546 3318 338 96 0 238108 0
[pid=1371] ppid=1369 vsize=24232 CPUtime=12.69 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 3613 0 0 0 1269 0 0 0 25 0 1 0 494324540 24813568 3384 33554432000 4194304 4785740 140733989977552 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 6058 3384 340 145 0 3103 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=12.69 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 1269 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=20020 CPUtime=12.68 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4737 0 0 0 1268 0 0 0 25 0 1 0 494324540 20500480 2310 33554432000 4194304 4331988 140734186210944 18446744073709551615 254261313028 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 5005 2310 175 34 0 3447 0
[pid=1374] ppid=1369 vsize=134632 CPUtime=50.59 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 13145 1248 0 0 5056 3 0 0 18 0 5 0 494324540 137863168 6076 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 33658 6076 163 40 0 32202 0
[pid=1374/tid=1381] ppid=1369 vsize=134632 CPUtime=12.67 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 3659 1248 0 0 1266 1 0 0 25 0 5 0 494324542 137863168 6076 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=134632 CPUtime=12.65 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 3145 1248 0 0 1265 0 0 0 25 0 5 0 494324542 137863168 6076 33554432000 4194304 4356188 140733981073408 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=134632 CPUtime=12.56 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 3155 1248 0 0 1256 0 0 0 25 0 5 0 494324542 137863168 6076 33554432000 4194304 4356188 140733981073408 18446744073709551615 4282035 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=134632 CPUtime=12.67 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 1784 1248 0 0 1267 0 0 0 25 0 5 0 494324542 137863168 6076 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 1620144

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

[startup+12.8013 s]
/proc/loadavg: 3.90 1.00 0.34 9/180 1384
/proc/meminfo: memFree=22175052/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=966184 CPUtime=12.79 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 7953 0 0 0 1278 1 0 0 25 0 1 0 494324540 989372416 3340 33554432000 4194304 4587354 140737064641760 18446744073709551615 254261313211 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 241546 3340 338 96 0 238108 0
[pid=1371] ppid=1369 vsize=24232 CPUtime=12.79 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 3613 0 0 0 1279 0 0 0 25 0 1 0 494324540 24813568 3384 33554432000 4194304 4785740 140733989977552 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 6058 3384 340 145 0 3103 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=12.79 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 1279 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=20020 CPUtime=12.78 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4740 0 0 0 1278 0 0 0 25 0 1 0 494324540 20500480 2313 33554432000 4194304 4331988 140734186210944 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 5005 2313 175 34 0 3447 0
[pid=1374] ppid=1369 vsize=133480 CPUtime=50.99 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 13145 1248 0 0 5096 3 0 0 18 0 5 0 494324540 136683520 5788 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 33370 5788 163 40 0 31914 0
[pid=1374/tid=1381] ppid=1369 vsize=133480 CPUtime=12.77 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 3659 1248 0 0 1276 1 0 0 25 0 5 0 494324542 136683520 5788 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=133480 CPUtime=12.75 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 3145 1248 0 0 1275 0 0 0 25 0 5 0 494324542 136683520 5788 33554432000 4194304 4356188 140733981073408 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=133480 CPUtime=12.66 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 3155 1248 0 0 1266 0 0 0 25 0 5 0 494324542 136683520 5788 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=133480 CPUtime=12.77 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 1784 1248 0 0 1277 0 0 0 25 0 5 0 494324542 136683520 5788 33554432000 4194304 4356188 140733981073408 18446744073709551615 4244632 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 1618992

[startup+14.407 s]
/proc/loadavg: 3.90 1.00 0.34 9/180 1384
/proc/meminfo: memFree=22163164/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=971456 CPUtime=14.39 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 9462 0 0 0 1438 1 0 0 25 0 1 0 494324540 994770944 4842 33554432000 4194304 4587354 140737064641760 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 242864 4842 338 96 0 239426 0
[pid=1371] ppid=1369 vsize=25288 CPUtime=14.4 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 3880 0 0 0 1440 0 0 0 25 0 1 0 494324540 25894912 3651 33554432000 4194304 4785740 140733989977552 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 6322 3651 340 145 0 3367 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=14.39 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 1439 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=20144 CPUtime=14.39 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4810 0 0 0 1439 0 0 0 25 0 1 0 494324540 20627456 2383 33554432000 4194304 4331988 140734186210944 18446744073709551615 4237195 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 5036 2383 175 34 0 3478 0
[pid=1374] ppid=1369 vsize=136940 CPUtime=57.4 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 14650 1248 0 0 5737 3 0 0 18 0 5 0 494324540 140226560 6621 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 34235 6621 163 40 0 32779 0
[pid=1374/tid=1381] ppid=1369 vsize=136940 CPUtime=14.37 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 4363 1248 0 0 1436 1 0 0 25 0 5 0 494324542 140226560 6621 33554432000 4194304 4356188 140733981073408 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=136940 CPUtime=14.36 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 3562 1248 0 0 1436 0 0 0 25 0 5 0 494324542 140226560 6621 33554432000 4194304 4356188 140733981073408 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=136940 CPUtime=14.25 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 3315 1248 0 0 1425 0 0 0 25 0 5 0 494324542 140226560 6621 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=136940 CPUtime=14.37 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 2008 1248 0 0 1437 0 0 0 25 0 5 0 494324542 140226560 6621 33554432000 4194304 4356188 140733981073408 18446744073709551615 4330780 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 114.97
Current children cumulated vsize (KiB) 1628904

[startup+16.0007 s]
/proc/loadavg: 3.90 1.00 0.34 9/180 1384
/proc/meminfo: memFree=22165024/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=977152 CPUtime=15.99 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 10093 0 0 0 1598 1 0 0 25 0 1 0 494324540 1000603648 4782 33554432000 4194304 4587354 140737064641760 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 244288 4782 338 96 0 240850 0
[pid=1371] ppid=1369 vsize=25552 CPUtime=15.99 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 3967 0 0 0 1599 0 0 0 25 0 1 0 494324540 26165248 3738 33554432000 4194304 4785740 140733989977552 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 6388 3738 340 145 0 3433 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=15.98 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 1598 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=20420 CPUtime=15.98 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4875 0 0 0 1598 0 0 0 25 0 1 0 494324540 20910080 2448 33554432000 4194304 4331988 140734186210944 18446744073709551615 254261313077 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 5105 2448 175 34 0 3547 0
[pid=1374] ppid=1369 vsize=134256 CPUtime=63.78 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 15739 1248 0 0 6374 4 0 0 18 0 5 0 494324540 137478144 5950 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 33564 5950 163 40 0 32108 0
[pid=1374/tid=1381] ppid=1369 vsize=134256 CPUtime=15.96 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 4619 1248 0 0 1595 1 0 0 25 0 5 0 494324542 137478144 5950 33554432000 4194304 4356188 140733981073408 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=134256 CPUtime=15.95 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 4106 1248 0 0 1595 0 0 0 25 0 5 0 494324542 137478144 5950 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=134256 CPUtime=15.84 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 3475 1248 0 0 1584 0 0 0 25 0 5 0 494324542 137478144 5950 33554432000 4194304 4356188 140733981073408 18446744073709551615 4233419 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=134256 CPUtime=15.96 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 2137 1248 0 0 1596 0 0 0 25 0 5 0 494324542 137478144 5950 33554432000 4194304 4356188 140733981073408 18446744073709551615 4237364 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 127.72
Current children cumulated vsize (KiB) 1632456

[startup+16.4006 s]
/proc/loadavg: 3.90 1.00 0.34 9/180 1384
/proc/meminfo: memFree=22165024/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=977152 CPUtime=16.39 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 10193 0 0 0 1638 1 0 0 25 0 1 0 494324540 1000603648 4879 33554432000 4194304 4587354 140737064641760 18446744073709551615 4243968 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 244288 4879 338 96 0 240850 0
[pid=1371] ppid=1369 vsize=25552 CPUtime=16.39 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 3967 0 0 0 1639 0 0 0 25 0 1 0 494324540 26165248 3738 33554432000 4194304 4785740 140733989977552 18446744073709551615 4416852 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 6388 3738 340 145 0 3433 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=16.38 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 1638 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=20420 CPUtime=16.38 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4891 0 0 0 1638 0 0 0 25 0 1 0 494324540 20910080 2464 33554432000 4194304 4331988 140734186210944 18446744073709551615 254261011472 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 5105 2464 175 34 0 3547 0
[pid=1374] ppid=1369 vsize=134512 CPUtime=65.38 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 15803 1248 0 0 6534 4 0 0 18 0 5 0 494324540 137740288 6014 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 33628 6014 163 40 0 32172 0
[pid=1374/tid=1381] ppid=1369 vsize=134512 CPUtime=16.36 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 4651 1248 0 0 1635 1 0 0 25 0 5 0 494324542 137740288 6014 33554432000 4194304 4356188 140733981073408 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=134512 CPUtime=16.35 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 4106 1248 0 0 1635 0 0 0 25 0 5 0 494324542 137740288 6014 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=134512 CPUtime=16.24 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 3475 1248 0 0 1624 0 0 0 25 0 5 0 494324542 137740288 6014 33554432000 4194304 4356188 140733981073408 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=134512 CPUtime=16.36 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 2169 1248 0 0 1636 0 0 0 25 0 5 0 494324542 137740288 6014 33554432000 4194304 4356188 140733981073408 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 130.92
Current children cumulated vsize (KiB) 1632712

[startup+16.8006 s]
/proc/loadavg: 3.90 1.00 0.34 9/180 1384
/proc/meminfo: memFree=22165148/32951124 swapFree=67111528/67111528
[pid=1369] ppid=1367 vsize=18324 CPUtime=0 cores=0-7
/proc/1369/stat : 1369 (ppfolio) S 1367 1369 1220 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494324539 18763776 389 33554432000 4194304 4287625 140735102594096 18446744073709551615 254261636623 0 0 4096 65536 4346809410983559167 0 0 17 3 0 0 0
/proc/1369/statm: 4581 389 341 23 0 91 0
[pid=1370] ppid=1369 vsize=973856 CPUtime=16.79 cores=0
/proc/1370/stat : 1370 (cryptominisat) R 1369 1369 1220 0 -1 4202496 10509 0 0 0 1678 1 0 0 25 0 1 0 494324540 997228544 4542 33554432000 4194304 4587354 140737064641760 18446744073709551615 4241288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1370/statm: 243464 4542 338 96 0 240026 0
[pid=1371] ppid=1369 vsize=25552 CPUtime=16.79 cores=1
/proc/1371/stat : 1371 (clasp) R 1369 1369 1220 0 -1 4202496 3967 0 0 0 1679 0 0 0 25 0 1 0 494324540 26165248 3738 33554432000 4194304 4785740 140733989977552 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1371/statm: 6388 3738 340 145 0 3433 0
[pid=1372] ppid=1369 vsize=456752 CPUtime=16.78 cores=2
/proc/1372/stat : 1372 (TNM) R 1369 1369 1220 0 -1 4202496 752 0 0 0 1678 0 0 0 25 0 1 0 494324540 467714048 649 33554432000 134512640 134534564 4287683728 18446744073709551615 9333127 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1372/statm: 114188 649 95 6 0 112854 0
[pid=1373] ppid=1369 vsize=20420 CPUtime=16.78 cores=3
/proc/1373/stat : 1373 (march_hi) R 1369 1369 1220 0 -1 4202496 4907 0 0 0 1678 0 0 0 25 0 1 0 494324540 20910080 2480 33554432000 4194304 4331988 140734186210944 18446744073709551615 4237393 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1373/statm: 5105 2480 175 34 0 3547 0
[pid=1374] ppid=1369 vsize=136176 CPUtime=66.97 cores=4-7
/proc/1374/stat : 1374 (plingeling) S 1369 1369 1220 0 -1 4202496 16475 1248 0 0 6693 4 0 0 18 0 5 0 494324540 139444224 6430 33554432000 4194304 4356188 140733981073408 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1374/statm: 34044 6430 163 40 0 32588 0
[pid=1374/tid=1381] ppid=1369 vsize=136176 CPUtime=16.76 cores=4-7
/proc/1374/task/1381/stat : 1381 (plingeling) R 1369 1369 1220 0 -1 4202560 4683 1248 0 0 1675 1 0 0 25 0 5 0 494324542 139444224 6430 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1374/tid=1382] ppid=1369 vsize=136176 CPUtime=16.75 cores=4-7
/proc/1374/task/1382/stat : 1382 (plingeling) R 1369 1369 1220 0 -1 4202560 4138 1248 0 0 1675 0 0 0 25 0 5 0 494324542 139444224 6430 33554432000 4194304 4356188 140733981073408 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1374/tid=1383] ppid=1369 vsize=136176 CPUtime=16.63 cores=4-7
/proc/1374/task/1383/stat : 1383 (plingeling) R 1369 1369 1220 0 -1 4202560 3539 1248 0 0 1663 0 0 0 25 0 5 0 494324542 139444224 6430 33554432000 4194304 4356188 140733981073408 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1374/tid=1384] ppid=1369 vsize=136176 CPUtime=16.76 cores=4-7
/proc/1374/task/1384/stat : 1384 (plingeling) R 1369 1369 1220 0 -1 4202560 2713 1248 0 0 1676 0 0 0 25 0 5 0 494324542 139444224 6430 33554432000 4194304 4356188 140733981073408 18446744073709551615 4332302 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 134.11
Current children cumulated vsize (KiB) 1631080

Child status: 0
Real time (s): 16.8916
CPU time (s): 134.799
CPU user time (s): 134.71
CPU system time (s): 0.089986
CPU usage (%): 798.027
Max. virtual memory (cumulated for all children) (KiB): 1634736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.71
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38521
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= 909
involuntary context switches= 764

runsolver used 0.024996 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-28 21:31:32
IDJOB=3310395
IDBENCH=88025
IDSOLVER=1638
FILE ID=node140/3310395-1304019092
RUNJOBID= node140-1304019069-1234
PBS_JOBID= 13170278
Free space on /tmp= 72664 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310395-1304019092/watcher-3310395-1304019092 -o /tmp/evaluation-result-3310395-1304019092/solver-3310395-1304019092 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310395-1304019092.cnf

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=127697654

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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.833
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:      22229832 kB
Buffers:       2290832 kB
Cached:        7795648 kB
SwapCached:          0 kB
Active:        2578616 kB
Inactive:      7569836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22229832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10396 kB
Writeback:           0 kB
AnonPages:       62084 kB
Mapped:          14816 kB
Slab:           504088 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183028 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 node140 at 2011-04-28 21:31:49