Trace number 3221979

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 123.085 15.409

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S271997978-024.SATISFIABLE.cnf
MD5SUMf2a33b1c7727ae45658e5fd83ad755d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.221965
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
123.01/15.40	s SATISFIABLE
123.01/15.40	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 
123.01/15.40	v 0 
123.01/15.40	solver [3] TNM 2009 answered
123.01/15.40	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-3221979-1304162980/watcher-3221979-1304162980 -o /tmp/evaluation-result-3221979-1304162980/solver-3221979-1304162980 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221979-1304162980.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: 8.00 8.03 8.00 1/170 17923
/proc/meminfo: memFree=29483456/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 2826088480827 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0

[startup+0.169335 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 17923
/proc/meminfo: memFree=29483456/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.20033 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 17923
/proc/meminfo: memFree=29483456/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) R 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300312 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 17923
/proc/meminfo: memFree=29483456/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700242 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 17923
/proc/meminfo: memFree=29483456/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5011 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29462792/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=3391572 CPUtime=1.49 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 3269 0 0 0 149 0 0 0 20 0 1 0 508713340 3472969728 1243 33554432000 4194304 4587354 140734945151712 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 847893 1243 330 96 0 844455 0
[pid=17925] ppid=17923 vsize=15292 CPUtime=1.49 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 1286 0 0 0 149 0 0 0 20 0 1 0 508713340 15659008 1178 33554432000 4194304 4785740 140735075681008 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 3823 1178 340 145 0 868 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=1.49 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 149 0 0 0 20 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=8804 CPUtime=1.49 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 1853 0 0 0 149 0 0 0 20 0 1 0 508713340 9015296 630 33554432000 4194304 4331988 140735710646512 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2201 630 174 34 0 643 0
[pid=17928] ppid=17923 vsize=127616 CPUtime=5.91 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 4585 1258 0 0 591 0 0 0 18 0 5 0 508713340 130678784 3976 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 31904 3976 161 40 0 30448 0
[pid=17928/tid=17935] ppid=17923 vsize=127616 CPUtime=1.46 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 900 1258 0 0 146 0 0 0 23 0 5 0 508713342 130678784 3976 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=127616 CPUtime=1.47 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 861 1258 0 0 147 0 0 0 24 0 5 0 508713342 130678784 3976 33554432000 4194304 4356188 140733844343920 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=127616 CPUtime=1.47 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 831 1258 0 0 147 0 0 0 23 0 5 0 508713342 130678784 3976 33554432000 4194304 4356188 140733844343920 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=127616 CPUtime=1.47 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 806 1258 0 0 147 0 0 0 23 0 5 0 508713342 130678784 3976 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 4018376

[startup+3.10082 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29449152/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=81340 CPUtime=3.08 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 5866 0 0 0 308 0 0 0 25 0 1 0 508713340 83292160 3293 33554432000 4194304 4587354 140734945151712 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 20335 3293 336 96 0 16897 0
[pid=17925] ppid=17923 vsize=16156 CPUtime=3.09 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 1466 0 0 0 309 0 0 0 25 0 1 0 508713340 16543744 1358 33554432000 4194304 4785740 140735075681008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 4039 1358 340 145 0 1084 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=3.09 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 309 0 0 0 25 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=9108 CPUtime=3.09 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 1952 0 0 0 309 0 0 0 25 0 1 0 508713340 9326592 729 33554432000 4194304 4331988 140735710646512 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2277 729 174 34 0 719 0
[pid=17928] ppid=17923 vsize=127516 CPUtime=12.3 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 5232 1258 0 0 1230 0 0 0 18 0 5 0 508713340 130576384 3951 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 31879 3951 161 40 0 30423 0
[pid=17928/tid=17935] ppid=17923 vsize=127516 CPUtime=3.06 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 1063 1258 0 0 306 0 0 0 25 0 5 0 508713342 130576384 3951 33554432000 4194304 4356188 140733844343920 18446744073709551615 4281590 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=127516 CPUtime=3.07 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 957 1258 0 0 307 0 0 0 25 0 5 0 508713342 130576384 3951 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=127516 CPUtime=3.07 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 1026 1258 0 0 307 0 0 0 25 0 5 0 508713342 130576384 3951 33554432000 4194304 4356188 140733844343920 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=127516 CPUtime=3.07 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 999 1258 0 0 307 0 0 0 25 0 5 0 508713342 130576384 3951 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 709212

[startup+6.30125 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29446672/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=36668 CPUtime=6.29 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 7872 0 0 0 628 1 0 0 25 0 1 0 508713340 37548032 3481 33554432000 4194304 4587354 140734945151712 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 9167 3481 336 96 0 5729 0
[pid=17925] ppid=17923 vsize=17276 CPUtime=6.29 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 1723 0 0 0 629 0 0 0 25 0 1 0 508713340 17690624 1615 33554432000 4194304 4785740 140735075681008 18446744073709551615 4309533 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 4319 1615 340 145 0 1364 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=6.29 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 629 0 0 0 25 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=9828 CPUtime=6.29 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 2049 0 0 0 629 0 0 0 25 0 1 0 508713340 10063872 826 33554432000 4194304 4331988 140735710646512 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2457 826 175 34 0 899 0
[pid=17928] ppid=17923 vsize=128816 CPUtime=25.08 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 6421 1258 0 0 2508 0 0 0 18 0 5 0 508713340 131907584 4276 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 32204 4276 161 40 0 30748 0
[pid=17928/tid=17935] ppid=17923 vsize=128816 CPUtime=6.24 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 1319 1258 0 0 624 0 0 0 25 0 5 0 508713342 131907584 4276 33554432000 4194304 4356188 140733844343920 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=128816 CPUtime=6.27 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 1247 1258 0 0 627 0 0 0 25 0 5 0 508713342 131907584 4276 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=128816 CPUtime=6.27 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 1315 1258 0 0 627 0 0 0 25 0 5 0 508713342 131907584 4276 33554432000 4194304 4356188 140733844343920 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=128816 CPUtime=6.27 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 1353 1258 0 0 627 0 0 0 25 0 5 0 508713342 131907584 4276 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 667680

[startup+12.7011 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29435064/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=43820 CPUtime=12.69 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 12835 0 0 0 1267 2 0 0 25 0 1 0 508713340 44871680 5308 33554432000 4194304 4587354 140734945151712 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 10955 5308 336 96 0 7517 0
[pid=17925] ppid=17923 vsize=19204 CPUtime=12.69 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 2186 0 0 0 1269 0 0 0 25 0 1 0 508713340 19664896 2078 33554432000 4194304 4785740 140735075681008 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 4801 2078 341 145 0 1846 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=12.69 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 1269 0 0 0 25 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=10340 CPUtime=12.69 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 2248 0 0 0 1269 0 0 0 25 0 1 0 508713340 10588160 1025 33554432000 4194304 4331988 140735710646512 18446744073709551615 4247160 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2585 1025 175 34 0 1027 0
[pid=17928] ppid=17923 vsize=133936 CPUtime=50.65 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 9813 1258 0 0 5064 1 0 0 18 0 5 0 508713340 137150464 5556 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 33484 5556 161 40 0 32028 0
[pid=17928/tid=17935] ppid=17923 vsize=133936 CPUtime=12.6 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 2439 1258 0 0 1260 0 0 0 25 0 5 0 508713342 137150464 5556 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=133936 CPUtime=12.67 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 2335 1258 0 0 1267 0 0 0 25 0 5 0 508713342 137150464 5556 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=133936 CPUtime=12.67 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 1891 1258 0 0 1267 0 0 0 25 0 5 0 508713342 137150464 5556 33554432000 4194304 4356188 140733844343920 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=133936 CPUtime=12.67 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 1961 1258 0 0 1267 0 0 0 25 0 5 0 508713342 137150464 5556 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 682392

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

[startup+12.8011 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29435064/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=43820 CPUtime=12.79 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 12872 0 0 0 1277 2 0 0 25 0 1 0 508713340 44871680 5345 33554432000 4194304 4587354 140734945151712 18446744073709551615 4238459 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 10955 5345 336 96 0 7517 0
[pid=17925] ppid=17923 vsize=19384 CPUtime=12.79 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 2202 0 0 0 1279 0 0 0 25 0 1 0 508713340 19849216 2094 33554432000 4194304 4785740 140735075681008 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 4846 2094 341 145 0 1891 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=12.79 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 1279 0 0 0 25 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=10340 CPUtime=12.79 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 2251 0 0 0 1279 0 0 0 25 0 1 0 508713340 10588160 1028 33554432000 4194304 4331988 140735710646512 18446744073709551615 4308950 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2585 1028 175 34 0 1027 0
[pid=17928] ppid=17923 vsize=134320 CPUtime=51.05 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 9909 1258 0 0 5104 1 0 0 18 0 5 0 508713340 137543680 5652 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 33580 5652 161 40 0 32124 0
[pid=17928/tid=17935] ppid=17923 vsize=134320 CPUtime=12.7 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 2439 1258 0 0 1270 0 0 0 25 0 5 0 508713342 137543680 5652 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=134320 CPUtime=12.77 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 2367 1258 0 0 1277 0 0 0 25 0 5 0 508713342 137543680 5652 33554432000 4194304 4356188 140733844343920 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=134320 CPUtime=12.77 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 1955 1258 0 0 1277 0 0 0 25 0 5 0 508713342 137543680 5652 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=134320 CPUtime=12.77 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 1961 1258 0 0 1277 0 0 0 25 0 5 0 508713342 137543680 5652 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 682956

[startup+14.4068 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29427376/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=43876 CPUtime=14.39 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 13824 0 0 0 1437 2 0 0 25 0 1 0 508713340 44929024 5418 33554432000 4194304 4587354 140734945151712 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 10969 5418 336 96 0 7531 0
[pid=17925] ppid=17923 vsize=19384 CPUtime=14.39 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 2229 0 0 0 1439 0 0 0 25 0 1 0 508713340 19849216 2121 33554432000 4194304 4785740 140735075681008 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 4846 2121 341 145 0 1891 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=14.39 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 1439 0 0 0 25 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=11104 CPUtime=14.39 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 2293 0 0 0 1439 0 0 0 25 0 1 0 508713340 11370496 1070 33554432000 4194304 4331988 140735710646512 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2776 1070 175 34 0 1218 0
[pid=17928] ppid=17923 vsize=138288 CPUtime=57.46 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 11253 1258 0 0 5744 2 0 0 18 0 5 0 508713340 141606912 6644 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 34572 6644 161 40 0 33116 0
[pid=17928/tid=17935] ppid=17923 vsize=138288 CPUtime=14.29 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 2631 1258 0 0 1429 0 0 0 25 0 5 0 508713342 141606912 6644 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=138288 CPUtime=14.37 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 2623 1258 0 0 1437 0 0 0 25 0 5 0 508713342 141606912 6644 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=138288 CPUtime=14.37 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 2563 1258 0 0 1437 0 0 0 25 0 5 0 508713342 141606912 6644 33554432000 4194304 4356188 140733844343920 18446744073709551615 4237352 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=138288 CPUtime=14.37 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 2249 1258 0 0 1437 0 0 0 25 0 5 0 508713342 141606912 6644 33554432000 4194304 4356188 140733844343920 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 115.02
Current children cumulated vsize (KiB) 687744

[startup+15.2007 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29427376/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=46204 CPUtime=15.19 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 14473 0 0 0 1517 2 0 0 25 0 1 0 508713340 47312896 6067 33554432000 4194304 4587354 140734945151712 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 11551 6067 336 96 0 8113 0
[pid=17925] ppid=17923 vsize=19672 CPUtime=15.19 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 2292 0 0 0 1519 0 0 0 25 0 1 0 508713340 20144128 2184 33554432000 4194304 4785740 140735075681008 18446744073709551615 4277433 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 4918 2184 341 145 0 1963 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=15.19 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 1519 0 0 0 25 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=11104 CPUtime=15.19 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 2319 0 0 0 1519 0 0 0 25 0 1 0 508713340 11370496 1096 33554432000 4194304 4331988 140735710646512 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2776 1096 175 34 0 1218 0
[pid=17928] ppid=17923 vsize=137780 CPUtime=60.64 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 11510 1258 0 0 6062 2 0 0 18 0 5 0 508713340 141086720 6517 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 34445 6517 161 40 0 32989 0
[pid=17928/tid=17935] ppid=17923 vsize=137780 CPUtime=15.09 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 2760 1258 0 0 1509 0 0 0 25 0 5 0 508713342 141086720 6517 33554432000 4194304 4356188 140733844343920 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=137780 CPUtime=15.17 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 2623 1258 0 0 1517 0 0 0 25 0 5 0 508713342 141086720 6517 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=137780 CPUtime=15.16 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 2691 1258 0 0 1516 0 0 0 25 0 5 0 508713342 141086720 6517 33554432000 4194304 4356188 140733844343920 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=137780 CPUtime=15.17 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 2249 1258 0 0 1517 0 0 0 25 0 5 0 508713342 141086720 6517 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 121.4
Current children cumulated vsize (KiB) 689852

[startup+15.4006 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17938
/proc/meminfo: memFree=29423904/32951124 swapFree=67111348/67111528
[pid=17923] ppid=17921 vsize=18324 CPUtime=0 cores=0-7
/proc/17923/stat : 17923 (ppfolio) S 17921 17923 17607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 508713340 18763776 390 33554432000 4194304 4287625 140733753688112 18446744073709551615 254261636623 0 0 4096 65536 4602529152447283199 0 0 17 6 0 0 0
/proc/17923/statm: 4581 390 341 23 0 91 0
[pid=17924] ppid=17923 vsize=46204 CPUtime=15.39 cores=0
/proc/17924/stat : 17924 (cryptominisat) R 17923 17923 17607 0 -1 4202496 14473 0 0 0 1537 2 0 0 25 0 1 0 508713340 47312896 6067 33554432000 4194304 4587354 140734945151712 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17924/statm: 11551 6067 336 96 0 8113 0
[pid=17925] ppid=17923 vsize=19672 CPUtime=15.39 cores=1
/proc/17925/stat : 17925 (clasp) R 17923 17923 17607 0 -1 4202496 2292 0 0 0 1539 0 0 0 25 0 1 0 508713340 20144128 2184 33554432000 4194304 4785740 140735075681008 18446744073709551615 4550372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17925/statm: 4918 2184 341 145 0 1963 0
[pid=17926] ppid=17923 vsize=456768 CPUtime=15.39 cores=2
/proc/17926/stat : 17926 (TNM) R 17923 17923 17607 0 -1 4202496 595 0 0 0 1539 0 0 0 25 0 1 0 508713340 467730432 492 33554432000 134512640 134534564 4289337664 18446744073709551615 134529765 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17926/statm: 114192 492 95 6 0 112858 0
[pid=17927] ppid=17923 vsize=11104 CPUtime=15.39 cores=3
/proc/17927/stat : 17927 (march_hi) R 17923 17923 17607 0 -1 4202496 2324 0 0 0 1539 0 0 0 25 0 1 0 508713340 11370496 1101 33554432000 4194304 4331988 140735710646512 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17927/statm: 2776 1101 175 34 0 1218 0
[pid=17928] ppid=17923 vsize=138164 CPUtime=61.45 cores=4-7
/proc/17928/stat : 17928 (plingeling) S 17923 17923 17607 0 -1 4202496 11606 1258 0 0 6143 2 0 0 18 0 5 0 508713340 141479936 6613 33554432000 4194304 4356188 140733844343920 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17928/statm: 34541 6613 161 40 0 33085 0
[pid=17928/tid=17935] ppid=17923 vsize=138164 CPUtime=15.29 cores=4-7
/proc/17928/task/17935/stat : 17935 (plingeling) R 17923 17923 17607 0 -1 4202560 2760 1258 0 0 1529 0 0 0 25 0 5 0 508713342 141479936 6613 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17928/tid=17936] ppid=17923 vsize=138164 CPUtime=15.37 cores=4-7
/proc/17928/task/17936/stat : 17936 (plingeling) R 17923 17923 17607 0 -1 4202560 2719 1258 0 0 1537 0 0 0 25 0 5 0 508713342 141479936 6613 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17928/tid=17937] ppid=17923 vsize=138164 CPUtime=15.37 cores=4-7
/proc/17928/task/17937/stat : 17937 (plingeling) R 17923 17923 17607 0 -1 4202560 2691 1258 0 0 1537 0 0 0 25 0 5 0 508713342 141479936 6613 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17928/tid=17938] ppid=17923 vsize=138164 CPUtime=15.37 cores=4-7
/proc/17928/task/17938/stat : 17938 (plingeling) R 17923 17923 17607 0 -1 4202560 2249 1258 0 0 1537 0 0 0 25 0 5 0 508713342 141479936 6613 33554432000 4194304 4356188 140733844343920 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 123.01
Current children cumulated vsize (KiB) 690236

Child status: 0
Real time (s): 15.409
CPU time (s): 123.085
CPU user time (s): 123.012
CPU system time (s): 0.072988
CPU usage (%): 798.789
Max. virtual memory (cumulated for all children) (KiB): 4026784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.012
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33107
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= 838
involuntary context switches= 746

runsolver used 0.019996 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 13:29:40
IDJOB=3221979
IDBENCH=83013
IDSOLVER=1638
FILE ID=node140/3221979-1304162980
RUNJOBID= node140-1304158690-17621
PBS_JOBID= 13170918
Free space on /tmp= 73296 MiB

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

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

MD5SUM BENCH= f2a33b1c7727ae45658e5fd83ad755d2
RANDOM SEED=2058248892

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:      29483736 kB
Buffers:       1058112 kB
Cached:        1847276 kB
SwapCached:        180 kB
Active:         342772 kB
Inactive:      2625144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29483736 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10088 kB
Writeback:           0 kB
AnonPages:       62916 kB
Mapped:          14204 kB
Slab:           432576 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183492 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= 73284 MiB
End job on node140 at 2011-04-30 13:29:56