Trace number 3310203

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 249.314 31.33

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.3553
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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
249.17/31.31	s UNSATISFIABLE
249.17/31.33	solver [5] plingeling 276-6264d55-100731 answered
249.17/31.33	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-3310203-1304004145/watcher-3310203-1304004145 -o /tmp/evaluation-result-3310203-1304004145/solver-3310203-1304004145 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310203-1304004145.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: 4.58 6.92 7.61 2/170 10382
/proc/meminfo: memFree=17993360/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0

[startup+0.0328799 s]
/proc/loadavg: 4.58 6.92 7.61 2/170 10382
/proc/meminfo: memFree=17993360/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10088 s]
/proc/loadavg: 4.58 6.92 7.61 2/170 10382
/proc/meminfo: memFree=17993360/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300801 s]
/proc/loadavg: 4.58 6.92 7.61 2/170 10382
/proc/meminfo: memFree=17993360/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70073 s]
/proc/loadavg: 4.58 6.92 7.61 2/170 10382
/proc/meminfo: memFree=17993360/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50059 s]
/proc/loadavg: 4.58 6.92 7.61 9/180 10397
/proc/meminfo: memFree=17832704/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=75704 CPUtime=1.49 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 19523 0 0 0 146 3 0 0 20 0 1 0 512017168 77520896 13463 33554432000 4194304 4587354 140733964775600 18446744073709551615 4407260 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 18926 13463 328 96 0 15488 0
[pid=10384] ppid=10382 vsize=38652 CPUtime=1.49 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 9043 0 0 0 148 1 0 0 20 0 1 0 512017168 39579648 6968 33554432000 4194304 4785740 140734988983440 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 9663 6968 340 145 0 6708 0
[pid=10385] ppid=10382 vsize=471004 CPUtime=1.49 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 6285 0 0 0 149 0 0 0 25 0 1 0 512017168 482308096 6182 33554432000 134512640 134534564 4293168560 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 117751 6182 91 6 0 116417 0
[pid=10386] ppid=10382 vsize=44624 CPUtime=1.48 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 33632 0 0 0 144 4 0 0 20 0 1 0 512017168 45694976 6728 33554432000 4194304 4331988 140733364234592 18446744073709551615 216634176197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 11156 6728 150 34 0 9598 0
[pid=10387] ppid=10382 vsize=174692 CPUtime=5.09 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 24939 1257 0 0 506 3 0 0 20 0 5 0 512017168 178884608 15766 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 43673 15766 164 40 0 42217 0
[pid=10387/tid=10394] ppid=10382 vsize=174692 CPUtime=1.19 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 2800 1257 0 0 119 0 0 0 25 0 5 0 512017197 178884608 15766 33554432000 4194304 4356188 140734311132144 18446744073709551615 4211574 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=174692 CPUtime=1.19 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 4038 1257 0 0 119 0 0 0 25 0 5 0 512017197 178884608 15766 33554432000 4194304 4356188 140734311132144 18446744073709551615 4270898 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=174692 CPUtime=1.19 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 3492 1257 0 0 119 0 0 0 19 0 5 0 512017197 178884608 15766 33554432000 4194304 4356188 140734311132144 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=174692 CPUtime=1.2 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 1957 1257 0 0 120 0 0 0 25 0 5 0 512017197 178884608 15766 33554432000 4194304 4356188 140734311132144 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 823000

[startup+3.10131 s]
/proc/loadavg: 4.58 6.92 7.61 9/180 10397
/proc/meminfo: memFree=17794388/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=74492 CPUtime=3.08 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 22218 0 0 0 305 3 0 0 25 0 1 0 512017168 76279808 14225 33554432000 4194304 4587354 140733964775600 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 18623 14225 330 96 0 15185 0
[pid=10384] ppid=10382 vsize=38652 CPUtime=3.09 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 9043 0 0 0 308 1 0 0 25 0 1 0 512017168 39579648 6968 33554432000 4194304 4785740 140734988983440 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 9663 6968 340 145 0 6708 0
[pid=10385] ppid=10382 vsize=471004 CPUtime=3.09 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 6285 0 0 0 309 0 0 0 25 0 1 0 512017168 482308096 6182 33554432000 134512640 134534564 4293168560 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 117751 6182 91 6 0 116417 0
[pid=10386] ppid=10382 vsize=56000 CPUtime=3.09 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 36400 0 0 0 304 5 0 0 25 0 1 0 512017168 57344000 9496 33554432000 4194304 4331988 140733364234592 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 14000 9497 150 34 0 12442 0
[pid=10387] ppid=10382 vsize=174664 CPUtime=11.48 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 24939 1257 0 0 1145 3 0 0 20 0 5 0 512017168 178855936 15759 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 43666 15759 164 40 0 42210 0
[pid=10387/tid=10394] ppid=10382 vsize=174664 CPUtime=2.78 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 2800 1257 0 0 278 0 0 0 25 0 5 0 512017197 178855936 15759 33554432000 4194304 4356188 140734311132144 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=174664 CPUtime=2.8 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 4038 1257 0 0 280 0 0 0 25 0 5 0 512017197 178855936 15759 33554432000 4194304 4356188 140734311132144 18446744073709551615 4270728 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=174664 CPUtime=2.79 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 3492 1257 0 0 279 0 0 0 23 0 5 0 512017197 178855936 15759 33554432000 4194304 4356188 140734311132144 18446744073709551615 4211804 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=174664 CPUtime=2.8 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 1957 1257 0 0 280 0 0 0 25 0 5 0 512017197 178855936 15759 33554432000 4194304 4356188 140734311132144 18446744073709551615 4330823 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.83
Current children cumulated vsize (KiB) 833136

[startup+6.30074 s]
/proc/loadavg: 4.94 6.95 7.61 9/180 10398
/proc/meminfo: memFree=17766604/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=1535652 CPUtime=6.29 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 23778 0 0 0 625 4 0 0 25 0 1 0 512017168 1572507648 13867 33554432000 4194304 4587354 140733964775600 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 383913 13867 338 96 0 380475 0
[pid=10384] ppid=10382 vsize=48520 CPUtime=6.28 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 11524 0 0 0 627 1 0 0 25 0 1 0 512017168 49684480 9449 33554432000 4194304 4785740 140734988983440 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 12130 9449 340 145 0 9175 0
[pid=10385] ppid=10382 vsize=471004 CPUtime=6.29 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 6285 0 0 0 629 0 0 0 25 0 1 0 512017168 482308096 6182 33554432000 134512640 134534564 4293168560 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 117751 6182 91 6 0 116417 0
[pid=10386] ppid=10382 vsize=78880 CPUtime=6.28 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 42095 0 0 0 623 5 0 0 25 0 1 0 512017168 80773120 15191 33554432000 4194304 4331988 140733364234592 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 19720 15191 150 34 0 18162 0
[pid=10387] ppid=10382 vsize=171988 CPUtime=24.26 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 26308 1257 0 0 2423 3 0 0 20 0 5 0 512017168 176115712 14923 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 42997 14923 164 40 0 41541 0
[pid=10387/tid=10394] ppid=10382 vsize=171988 CPUtime=5.97 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 2925 1257 0 0 597 0 0 0 25 0 5 0 512017197 176115712 14923 33554432000 4194304 4356188 140734311132144 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=171988 CPUtime=6 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 4257 1257 0 0 600 0 0 0 25 0 5 0 512017197 176115712 14923 33554432000 4194304 4356188 140734311132144 18446744073709551615 4286832 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=171988 CPUtime=5.99 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 3492 1257 0 0 599 0 0 0 25 0 5 0 512017197 176115712 14923 33554432000 4194304 4356188 140734311132144 18446744073709551615 4322215 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=171988 CPUtime=6 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 2982 1257 0 0 600 0 0 0 25 0 5 0 512017197 176115712 14923 33554432000 4194304 4356188 140734311132144 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 2324368

[startup+12.7006 s]
/proc/loadavg: 5.18 6.97 7.62 9/180 10398
/proc/meminfo: memFree=17677076/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=1585892 CPUtime=12.69 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 28760 0 0 0 1264 5 0 0 25 0 1 0 512017168 1623953408 16785 33554432000 4194304 4587354 140733964775600 18446744073709551615 4237470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 396473 16785 338 96 0 393035 0
[pid=10384] ppid=10382 vsize=69736 CPUtime=12.69 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 16791 0 0 0 1266 3 0 0 25 0 1 0 512017168 71409664 14716 33554432000 4194304 4785740 140734988983440 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 17434 14716 340 145 0 14479 0
[pid=10385] ppid=10382 vsize=471004 CPUtime=12.69 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 6285 0 0 0 1269 0 0 0 25 0 1 0 512017168 482308096 6182 33554432000 134512640 134534564 4293168560 18446744073709551615 134524763 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 117751 6182 91 6 0 116417 0
[pid=10386] ppid=10382 vsize=132744 CPUtime=12.69 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 55661 0 0 0 1260 9 0 0 25 0 1 0 512017168 135929856 28757 33554432000 4194304 4331988 140733364234592 18446744073709551615 216634176197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 33186 28757 150 34 0 31628 0
[pid=10387] ppid=10382 vsize=181196 CPUtime=49.83 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 31293 1257 0 0 4979 4 0 0 20 0 5 0 512017168 185544704 17078 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 45299 17078 164 40 0 43843 0
[pid=10387/tid=10394] ppid=10382 vsize=181196 CPUtime=12.33 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 3444 1257 0 0 1233 0 0 0 25 0 5 0 512017197 185544704 17078 33554432000 4194304 4356188 140734311132144 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=181196 CPUtime=12.39 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 5986 1257 0 0 1239 0 0 0 25 0 5 0 512017197 185544704 17078 33554432000 4194304 4356188 140734311132144 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=181196 CPUtime=12.39 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 5185 1257 0 0 1239 0 0 0 25 0 5 0 512017197 185544704 17078 33554432000 4194304 4356188 140734311132144 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=181196 CPUtime=12.39 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 4026 1257 0 0 1239 0 0 0 25 0 5 0 512017197 185544704 17078 33554432000 4194304 4356188 140734311132144 18446744073709551615 4279451 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 2458896

[startup+25.5014 s]
/proc/loadavg: 5.81 7.02 7.62 9/180 10398
/proc/meminfo: memFree=17198820/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=3016676 CPUtime=25.49 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 33247 0 0 0 2543 6 0 0 25 0 1 0 512017168 3089076224 21268 33554432000 4194304 4587354 140733964775600 18446744073709551615 4413159 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 754169 21268 338 96 0 750731 0
[pid=10384] ppid=10382 vsize=90656 CPUtime=25.49 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 21901 0 0 0 2546 3 0 0 25 0 1 0 512017168 92831744 19826 33554432000 4194304 4785740 140734988983440 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 22664 19826 340 145 0 19709 0
[pid=10385] ppid=10382 vsize=477340 CPUtime=25.48 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 9794 0 0 0 2548 0 0 0 25 0 1 0 512017168 488796160 9691 33554432000 134512640 134534564 4293168560 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 119335 9691 95 6 0 118001 0
[pid=10386] ppid=10382 vsize=596392 CPUtime=25.48 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 310860 0 0 0 2505 43 0 0 25 0 1 0 512017168 610705408 104674 33554432000 4194304 4331988 140733364234592 18446744073709551615 4257286 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 149098 104674 160 34 0 147540 0
[pid=10387] ppid=10382 vsize=185492 CPUtime=100.96 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 34199 1257 0 0 10092 4 0 0 20 0 5 0 512017168 189943808 17955 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 46373 17955 164 40 0 44917 0
[pid=10387/tid=10394] ppid=10382 vsize=185492 CPUtime=25.06 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 3728 1257 0 0 2506 0 0 0 25 0 5 0 512017197 189943808 17955 33554432000 4194304 4356188 140734311132144 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=185492 CPUtime=25.2 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 6719 1257 0 0 2519 1 0 0 25 0 5 0 512017197 189943808 17955 33554432000 4194304 4356188 140734311132144 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=185492 CPUtime=25.19 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 5587 1257 0 0 2519 0 0 0 25 0 5 0 512017197 189943808 17955 33554432000 4194304 4356188 140734311132144 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=185492 CPUtime=25.19 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 5513 1257 0 0 2519 0 0 0 25 0 5 0 512017197 189943808 17955 33554432000 4194304 4356188 140734311132144 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.9
Current children cumulated vsize (KiB) 4384880

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

[startup+28.7008 s]
/proc/loadavg: 5.81 7.02 7.62 9/180 10398
/proc/meminfo: memFree=17291732/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=1593940 CPUtime=28.69 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 33248 0 0 0 2863 6 0 0 25 0 1 0 512017168 1632194560 21267 33554432000 4194304 4587354 140733964775600 18446744073709551615 4237490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 398485 21267 338 96 0 395047 0
[pid=10384] ppid=10382 vsize=91492 CPUtime=28.68 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 22110 0 0 0 2865 3 0 0 25 0 1 0 512017168 93687808 20035 33554432000 4194304 4785740 140734988983440 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 22873 20035 340 145 0 19918 0
[pid=10385] ppid=10382 vsize=477340 CPUtime=28.68 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 9794 0 0 0 2868 0 0 0 25 0 1 0 512017168 488796160 9691 33554432000 134512640 134534564 4293168560 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 119335 9691 95 6 0 118001 0
[pid=10386] ppid=10382 vsize=594520 CPUtime=28.68 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 431280 0 0 0 2807 61 0 0 25 0 1 0 512017168 608788480 106030 33554432000 4194304 4331988 140733364234592 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 148630 106030 171 34 0 147072 0
[pid=10387] ppid=10382 vsize=190092 CPUtime=113.75 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 35950 1257 0 0 11370 5 0 0 20 0 5 0 512017168 194654208 19616 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 47523 19616 164 40 0 46067 0
[pid=10387/tid=10394] ppid=10382 vsize=190092 CPUtime=28.24 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 4982 1257 0 0 2824 0 0 0 25 0 5 0 512017197 194654208 19616 33554432000 4194304 4356188 140734311132144 18446744073709551615 4271019 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=190092 CPUtime=28.4 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 7216 1257 0 0 2839 1 0 0 25 0 5 0 512017197 194654208 19616 33554432000 4194304 4356188 140734311132144 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=190092 CPUtime=28.39 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 5587 1257 0 0 2839 0 0 0 25 0 5 0 512017197 194654208 19616 33554432000 4194304 4356188 140734311132144 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=190092 CPUtime=28.39 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 5513 1257 0 0 2839 0 0 0 25 0 5 0 512017197 194654208 19616 33554432000 4194304 4356188 140734311132144 18446744073709551615 4331092 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 228.48
Current children cumulated vsize (KiB) 2965708

[startup+30.3005 s]
/proc/loadavg: 5.98 7.03 7.62 9/180 10398
/proc/meminfo: memFree=17287004/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=1593940 CPUtime=30.29 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 33248 0 0 0 3023 6 0 0 25 0 1 0 512017168 1632194560 21267 33554432000 4194304 4587354 140733964775600 18446744073709551615 4447781 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 398485 21267 338 96 0 395047 0
[pid=10384] ppid=10382 vsize=92752 CPUtime=30.29 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 22414 0 0 0 3025 4 0 0 25 0 1 0 512017168 94978048 20339 33554432000 4194304 4785740 140734988983440 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 23188 20339 340 145 0 20233 0
[pid=10385] ppid=10382 vsize=477340 CPUtime=30.28 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 9794 0 0 0 3028 0 0 0 25 0 1 0 512017168 488796160 9691 33554432000 134512640 134534564 4293168560 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 119335 9691 95 6 0 118001 0
[pid=10386] ppid=10382 vsize=594520 CPUtime=30.28 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 431280 0 0 0 2967 61 0 0 25 0 1 0 512017168 608788480 106030 33554432000 4194304 4331988 140733364234592 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 148630 106030 171 34 0 147072 0
[pid=10387] ppid=10382 vsize=195048 CPUtime=120.14 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 37189 1257 0 0 12009 5 0 0 20 0 5 0 512017168 199729152 20855 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 48762 20855 164 40 0 47306 0
[pid=10387/tid=10394] ppid=10382 vsize=195048 CPUtime=29.83 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 4982 1257 0 0 2983 0 0 0 25 0 5 0 512017197 199729152 20855 33554432000 4194304 4356188 140734311132144 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=195048 CPUtime=30 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 7216 1257 0 0 2999 1 0 0 25 0 5 0 512017197 199729152 20855 33554432000 4194304 4356188 140734311132144 18446744073709551615 4271272 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=195048 CPUtime=29.99 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 6826 1257 0 0 2999 0 0 0 25 0 5 0 512017197 199729152 20855 33554432000 4194304 4356188 140734311132144 18446744073709551615 4211772 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=195048 CPUtime=29.99 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 5513 1257 0 0 2999 0 0 0 25 0 5 0 512017197 199729152 20855 33554432000 4194304 4356188 140734311132144 18446744073709551615 4331624 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 241.28
Current children cumulated vsize (KiB) 2971924

[startup+31.1014 s]
/proc/loadavg: 5.98 7.03 7.62 9/180 10398
/proc/meminfo: memFree=17286012/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=1593940 CPUtime=31.09 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 33248 0 0 0 3103 6 0 0 25 0 1 0 512017168 1632194560 21267 33554432000 4194304 4587354 140733964775600 18446744073709551615 4449056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 398485 21267 338 96 0 395047 0
[pid=10384] ppid=10382 vsize=93320 CPUtime=31.09 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 22524 0 0 0 3105 4 0 0 25 0 1 0 512017168 95559680 20449 33554432000 4194304 4785740 140734988983440 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 23330 20449 340 145 0 20375 0
[pid=10385] ppid=10382 vsize=477340 CPUtime=31.08 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 9794 0 0 0 3108 0 0 0 25 0 1 0 512017168 488796160 9691 33554432000 134512640 134534564 4293168560 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 119335 9691 95 6 0 118001 0
[pid=10386] ppid=10382 vsize=594520 CPUtime=31.08 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 431280 0 0 0 3047 61 0 0 25 0 1 0 512017168 608788480 106030 33554432000 4194304 4331988 140733364234592 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 148630 106030 171 34 0 147072 0
[pid=10387] ppid=10382 vsize=186848 CPUtime=123.34 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 37189 1257 0 0 12329 5 0 0 20 0 5 0 512017168 191332352 18805 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 46712 18805 164 40 0 45256 0
[pid=10387/tid=10394] ppid=10382 vsize=186848 CPUtime=30.63 cores=4-7
/proc/10387/task/10394/stat : 10394 (plingeling) R 10382 10382 10313 0 -1 4202560 4982 1257 0 0 3063 0 0 0 25 0 5 0 512017197 191332352 18805 33554432000 4194304 4356188 140734311132144 18446744073709551615 4331465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10387/tid=10395] ppid=10382 vsize=186848 CPUtime=30.8 cores=4-7
/proc/10387/task/10395/stat : 10395 (plingeling) R 10382 10382 10313 0 -1 4202560 7216 1257 0 0 3079 1 0 0 25 0 5 0 512017197 191332352 18805 33554432000 4194304 4356188 140734311132144 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10387/tid=10396] ppid=10382 vsize=186848 CPUtime=30.79 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 6826 1257 0 0 3079 0 0 0 25 0 5 0 512017197 191332352 18805 33554432000 4194304 4356188 140734311132144 18446744073709551615 4211178 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10387/tid=10397] ppid=10382 vsize=186848 CPUtime=30.79 cores=4-7
/proc/10387/task/10397/stat : 10397 (plingeling) R 10382 10382 10313 0 -1 4202560 5513 1257 0 0 3079 0 0 0 25 0 5 0 512017197 191332352 18805 33554432000 4194304 4356188 140734311132144 18446744073709551615 4297467 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 247.68
Current children cumulated vsize (KiB) 2964292

[startup+31.3014 s]
/proc/loadavg: 5.98 7.03 7.62 9/180 10398
/proc/meminfo: memFree=17286012/32951124 swapFree=67111528/67111528
[pid=10382] ppid=10380 vsize=18324 CPUtime=0 cores=0-7
/proc/10382/stat : 10382 (ppfolio) S 10380 10382 10313 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512017168 18763776 389 33554432000 4194304 4287625 140735832358528 18446744073709551615 216634535439 0 0 4096 65536 4607560517655986175 0 0 17 6 0 0 0
/proc/10382/statm: 4581 389 341 23 0 91 0
[pid=10383] ppid=10382 vsize=1593940 CPUtime=31.29 cores=0
/proc/10383/stat : 10383 (cryptominisat) R 10382 10382 10313 0 -1 4202496 33248 0 0 0 3123 6 0 0 25 0 1 0 512017168 1632194560 21267 33554432000 4194304 4587354 140733964775600 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10383/statm: 398485 21267 338 96 0 395047 0
[pid=10384] ppid=10382 vsize=93320 CPUtime=31.29 cores=1
/proc/10384/stat : 10384 (clasp) R 10382 10382 10313 0 -1 4202496 22524 0 0 0 3125 4 0 0 25 0 1 0 512017168 95559680 20449 33554432000 4194304 4785740 140734988983440 18446744073709551615 4550325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10384/statm: 23330 20449 340 145 0 20375 0
[pid=10385] ppid=10382 vsize=477340 CPUtime=31.28 cores=2
/proc/10385/stat : 10385 (TNM) R 10382 10382 10313 0 -1 4202496 9794 0 0 0 3128 0 0 0 25 0 1 0 512017168 488796160 9691 33554432000 134512640 134534564 4293168560 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10385/statm: 119335 9691 95 6 0 118001 0
[pid=10386] ppid=10382 vsize=594520 CPUtime=31.28 cores=3
/proc/10386/stat : 10386 (march_hi) R 10382 10382 10313 0 -1 4202496 431280 0 0 0 3067 61 0 0 25 0 1 0 512017168 608788480 106030 33554432000 4194304 4331988 140733364234592 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10386/statm: 148630 106030 171 34 0 147072 0
[pid=10387] ppid=10382 vsize=186848 CPUtime=124.03 cores=4-7
/proc/10387/stat : 10387 (plingeling) S 10382 10382 10313 0 -1 4202496 37190 1257 0 0 12398 5 0 0 17 0 2 0 512017168 191332352 18806 33554432000 4194304 4356188 140734311132144 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10387/statm: 46712 18806 165 40 0 45256 0
[pid=10387/tid=10396] ppid=10382 vsize=186848 CPUtime=30.99 cores=4-7
/proc/10387/task/10396/stat : 10396 (plingeling) R 10382 10382 10313 0 -1 4202560 6826 1257 0 0 3099 0 0 0 25 0 2 0 512017197 191332352 18806 33554432000 4194304 4356188 140734311132144 18446744073709551615 4261862 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 249.17
Current children cumulated vsize (KiB) 2964292

Child status: 0
Real time (s): 31.33
CPU time (s): 249.314
CPU user time (s): 248.49
CPU system time (s): 0.823874
CPU usage (%): 795.767
Max. virtual memory (cumulated for all children) (KiB): 4384880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.49
system time used= 0.823874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535833
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= 679
involuntary context switches= 1268

runsolver used 0.06199 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-28 17:22:25
IDJOB=3310203
IDBENCH=71718
IDSOLVER=1638
FILE ID=node103/3310203-1304004145
RUNJOBID= node103-1304004058-10327
PBS_JOBID= 13168811
Free space on /tmp= 71512 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310203-1304004145/watcher-3310203-1304004145 -o /tmp/evaluation-result-3310203-1304004145/solver-3310203-1304004145 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310203-1304004145.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1178413552

node103.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.858
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.71
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.858
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	: 5332.75
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.858
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.858
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.858
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.858
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.858
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.83
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.858
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:      17993640 kB
Buffers:       2142872 kB
Cached:       12163544 kB
SwapCached:          0 kB
Active:        5491000 kB
Inactive:      8881956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17993640 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15624 kB
Writeback:           0 kB
AnonPages:       64976 kB
Mapped:          14548 kB
Slab:           518052 kB
PageTables:       4360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187344 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= 71504 MiB
End job on node103 at 2011-04-28 17:22:57