Trace number 3191329

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 1184.19 296.432

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.264
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	This is pico-portfolio, a naive parallel portfolio
0.00/0.02	Copyright (C) 2011 Olivier Roussel
0.00/0.02	Using 4 processing units
0.00/0.02	This portfolio uses the following solvers:
0.00/0.02	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.02	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.02	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.02	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.02	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.02	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.02	Starting clasp 1.3.6 on core(s) 4
0.00/0.02	Starting TNM 2009 on core(s) 6
0.00/0.02	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.02	Starting march_hi 2009 on core(s) 6
1184.02/296.42	s UNSATISFIABLE
1184.02/296.43	solver [5] march_hi 2009 answered
1184.02/296.43	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-3191329-1304078842/watcher-3191329-1304078842 -o /tmp/evaluation-result-3191329-1304078842/solver-3191329-1304078842 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191329-1304078842.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.63 9.15 9.64 1/171 17289
/proc/meminfo: memFree=30555072/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) R 17287 17289 16189 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0

[startup+0.100987 s]
/proc/loadavg: 6.63 9.15 9.64 1/171 17289
/proc/meminfo: memFree=30555072/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) R 17287 17289 16189 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.20097 s]
/proc/loadavg: 6.63 9.15 9.64 1/171 17289
/proc/meminfo: memFree=30555072/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) R 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300952 s]
/proc/loadavg: 6.63 9.15 9.64 1/171 17289
/proc/meminfo: memFree=30555072/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) R 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700886 s]
/proc/loadavg: 6.63 9.15 9.64 1/171 17289
/proc/meminfo: memFree=30555072/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50075 s]
/proc/loadavg: 6.63 9.15 9.64 6/177 17295
/proc/meminfo: memFree=30545716/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2036996 CPUtime=1.49 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 3381 0 0 0 149 0 0 0 25 0 1 0 519486525 2085883904 2310 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 509249 2310 337 96 0 505811 0
[pid=17291] ppid=17289 vsize=13892 CPUtime=1.49 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 947 0 0 0 149 0 0 0 25 0 1 0 519486525 14225408 835 33554432000 4194304 4785740 140733303108704 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 3473 835 340 145 0 518 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=0.84 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 84 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=6340 CPUtime=1.49 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 1078 0 0 0 149 0 0 0 25 0 1 0 519486525 6492160 783 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328385 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 1585 783 127 39 0 665 0
[pid=17294] ppid=17289 vsize=7788 CPUtime=0.63 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 553 0 0 0 63 0 0 0 25 0 1 0 519486525 7974912 446 33554432000 4194304 4331988 140735255061504 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 1947 446 172 34 0 389 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2539164

[startup+3.10042 s]
/proc/loadavg: 6.63 9.15 9.64 6/177 17295
/proc/meminfo: memFree=30539144/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2039004 CPUtime=3.08 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 5162 0 0 0 308 0 0 0 25 0 1 0 519486525 2087940096 3308 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 509751 3308 337 96 0 506313 0
[pid=17291] ppid=17289 vsize=14704 CPUtime=3.09 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 1134 0 0 0 309 0 0 0 25 0 1 0 519486525 15056896 1022 33554432000 4194304 4785740 140733303108704 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 3676 1022 340 145 0 721 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=1.64 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 164 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134530736 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=6860 CPUtime=3.08 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 1485 0 0 0 308 0 0 0 25 0 1 0 519486525 7024640 902 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328505 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 1715 902 127 39 0 795 0
[pid=17294] ppid=17289 vsize=7956 CPUtime=1.43 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 586 0 0 0 143 0 0 0 25 0 1 0 519486525 8146944 479 33554432000 4194304 4331988 140735255061504 18446744073709551615 4229727 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 1989 479 173 34 0 431 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2542672

[startup+6.30081 s]
/proc/loadavg: 6.50 9.08 9.61 6/177 17295
/proc/meminfo: memFree=30531952/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2039140 CPUtime=6.29 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 7114 0 0 0 628 1 0 0 25 0 1 0 519486525 2088079360 3190 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 509785 3190 337 96 0 506347 0
[pid=17291] ppid=17289 vsize=15388 CPUtime=6.29 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 1311 0 0 0 629 0 0 0 25 0 1 0 519486525 15757312 1199 33554432000 4194304 4785740 140733303108704 18446744073709551615 4277703 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 3847 1199 340 145 0 892 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=3.24 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 324 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134529098 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=8144 CPUtime=6.28 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 2521 0 0 0 628 0 0 0 25 0 1 0 519486525 8339456 1234 33554432000 4194304 4352236 140733960953456 18446744073709551615 4231066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 2036 1234 127 39 0 1116 0
[pid=17294] ppid=17289 vsize=8252 CPUtime=3.02 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 653 0 0 0 302 0 0 0 25 0 1 0 519486525 8450048 546 33554432000 4194304 4331988 140735255061504 18446744073709551615 4226438 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 2063 546 173 34 0 505 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2545072

[startup+12.7006 s]
/proc/loadavg: 6.38 9.01 9.59 6/177 17295
/proc/meminfo: memFree=30526004/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2043336 CPUtime=12.68 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 10438 0 0 0 1267 1 0 0 25 0 1 0 519486525 2092376064 3865 33554432000 4194304 4587354 140734955677904 18446744073709551615 4244609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 510834 3865 337 96 0 507396 0
[pid=17291] ppid=17289 vsize=16768 CPUtime=12.69 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 1628 0 0 0 1269 0 0 0 25 0 1 0 519486525 17170432 1516 33554432000 4194304 4785740 140733303108704 18446744073709551615 4276243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 4192 1516 340 145 0 1237 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=6.42 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 642 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134530862 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=8916 CPUtime=12.69 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 3738 0 0 0 1268 1 0 0 25 0 1 0 519486525 9129984 1427 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328991 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 2229 1427 127 39 0 1309 0
[pid=17294] ppid=17289 vsize=9028 CPUtime=6.2 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 798 0 0 0 620 0 0 0 25 0 1 0 519486525 9244672 691 33554432000 4194304 4331988 140735255061504 18446744073709551615 4291701 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 2257 691 173 34 0 699 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2552196

[startup+25.5012 s]
/proc/loadavg: 6.07 8.81 9.51 6/177 17295
/proc/meminfo: memFree=30517536/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2045544 CPUtime=25.49 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 15921 0 0 0 2546 3 0 0 25 0 1 0 519486525 2094637056 5104 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 511386 5104 337 96 0 507948 0
[pid=17291] ppid=17289 vsize=18360 CPUtime=25.49 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 2018 0 0 0 2549 0 0 0 25 0 1 0 519486525 18800640 1906 33554432000 4194304 4785740 140733303108704 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 4590 1906 340 145 0 1635 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=12.76 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 1276 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=12024 CPUtime=25.48 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 7419 0 0 0 2547 1 0 0 25 0 1 0 519486525 12312576 2204 33554432000 4194304 4352236 140733960953456 18446744073709551615 4207755 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 3006 2204 127 39 0 2086 0
[pid=17294] ppid=17289 vsize=9748 CPUtime=12.6 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 1026 0 0 0 1260 0 0 0 25 0 1 0 519486525 9981952 919 33554432000 4194304 4331988 140735255061504 18446744073709551615 4211487 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 2437 919 173 34 0 879 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 2559824

[startup+51.1013 s]
/proc/loadavg: 5.76 8.52 9.40 6/177 17296
/proc/meminfo: memFree=30502000/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2057996 CPUtime=51.09 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 26325 0 0 0 5104 5 0 0 25 0 1 0 519486525 2107387904 7968 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 514499 7968 337 96 0 511061 0
[pid=17291] ppid=17289 vsize=20464 CPUtime=51.09 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 2517 0 0 0 5109 0 0 0 25 0 1 0 519486525 20955136 2405 33554432000 4194304 4785740 140733303108704 18446744073709551615 4546239 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 5116 2405 340 145 0 2161 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=25.53 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 2553 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=11772 CPUtime=51.08 cores=2

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


[startup+282.301 s]
/proc/loadavg: 5.05 6.66 8.44 6/177 17302
/proc/meminfo: memFree=30466208/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2060864 CPUtime=282.3 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 73513 0 0 0 28207 23 0 0 25 0 1 0 519486525 2110324736 9733 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 515216 9733 337 96 0 511778 0
[pid=17291] ppid=17289 vsize=28528 CPUtime=282.3 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 4391 0 0 0 28230 0 0 0 25 0 1 0 519486525 29212672 4279 33554432000 4194304 4785740 140733303108704 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 7132 4279 340 145 0 4177 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=140.53 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 14053 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134528741 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=20096 CPUtime=282.29 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 39389 0 0 0 28224 5 0 0 25 0 1 0 519486525 20578304 4222 33554432000 4194304 4352236 140733960953456 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 5024 4222 127 39 0 4104 0
[pid=17294] ppid=17289 vsize=31928 CPUtime=140.29 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 4673 0 0 0 14027 2 0 0 25 0 1 0 519486525 32694272 4566 33554432000 4194304 4331988 140735255061504 18446744073709551615 4246302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 7982 4566 173 34 0 6424 0
Current children cumulated CPU time (s) 1127.71
Current children cumulated vsize (KiB) 2615564

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

[startup+288.001 s]
/proc/loadavg: 5.05 6.64 8.42 6/177 17302
/proc/meminfo: memFree=30467804/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2060972 CPUtime=288 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 74936 0 0 0 28776 24 0 0 25 0 1 0 519486525 2110435328 9066 33554432000 4194304 4587354 140734955677904 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 515243 9066 337 96 0 511805 0
[pid=17291] ppid=17289 vsize=28712 CPUtime=288 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 4425 0 0 0 28800 0 0 0 25 0 1 0 519486525 29401088 4313 33554432000 4194304 4785740 140733303108704 18446744073709551615 4550292 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 7178 4313 340 145 0 4223 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=143.4 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 14340 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=22400 CPUtime=288 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 40989 0 0 0 28794 6 0 0 25 0 1 0 519486525 22937600 4798 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 5600 4798 127 39 0 4680 0
[pid=17294] ppid=17289 vsize=31928 CPUtime=143.09 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 4736 0 0 0 14307 2 0 0 25 0 1 0 519486525 32694272 4629 33554432000 4194304 4331988 140735255061504 18446744073709551615 4226407 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 7982 4629 173 34 0 6424 0
Current children cumulated CPU time (s) 1150.49
Current children cumulated vsize (KiB) 2618160

[startup+291.201 s]
/proc/loadavg: 5.04 6.61 8.41 6/177 17302
/proc/meminfo: memFree=30465076/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2060972 CPUtime=291.2 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 75311 0 0 0 29096 24 0 0 25 0 1 0 519486525 2110435328 9427 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 515243 9427 337 96 0 511805 0
[pid=17291] ppid=17289 vsize=28712 CPUtime=291.2 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 4425 0 0 0 29120 0 0 0 25 0 1 0 519486525 29401088 4313 33554432000 4194304 4785740 140733303108704 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 7178 4313 340 145 0 4223 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=144.98 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 14498 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134529814 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=22400 CPUtime=291.2 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 40989 0 0 0 29114 6 0 0 25 0 1 0 519486525 22937600 4798 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328400 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 5600 4798 127 39 0 4680 0
[pid=17294] ppid=17289 vsize=31928 CPUtime=144.68 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 4774 0 0 0 14466 2 0 0 25 0 1 0 519486525 32694272 4667 33554432000 4194304 4331988 140735255061504 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 7982 4667 173 34 0 6424 0
Current children cumulated CPU time (s) 1163.26
Current children cumulated vsize (KiB) 2618160

[startup+294.401 s]
/proc/loadavg: 5.04 6.58 8.39 6/177 17302
/proc/meminfo: memFree=30465076/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2060972 CPUtime=294.39 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 75639 0 0 0 29415 24 0 0 25 0 1 0 519486525 2110435328 9742 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238683 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 515243 9742 337 96 0 511805 0
[pid=17291] ppid=17289 vsize=28712 CPUtime=294.4 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 4450 0 0 0 29440 0 0 0 25 0 1 0 519486525 29401088 4338 33554432000 4194304 4785740 140733303108704 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 7178 4338 340 145 0 4223 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=146.62 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 14662 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=19840 CPUtime=294.4 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 41117 0 0 0 29434 6 0 0 25 0 1 0 519486525 20316160 4158 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 4960 4158 127 39 0 4040 0
[pid=17294] ppid=17289 vsize=31928 CPUtime=146.22 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 4806 0 0 0 14620 2 0 0 25 0 1 0 519486525 32694272 4699 33554432000 4194304 4331988 140735255061504 18446744073709551615 4286846 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 7982 4699 173 34 0 6424 0
Current children cumulated CPU time (s) 1176.03
Current children cumulated vsize (KiB) 2615600

[startup+295.201 s]
/proc/loadavg: 5.04 6.58 8.39 6/177 17302
/proc/meminfo: memFree=30464704/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2060972 CPUtime=295.19 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 75702 0 0 0 29495 24 0 0 25 0 1 0 519486525 2110435328 9804 33554432000 4194304 4587354 140734955677904 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 515243 9804 337 96 0 511805 0
[pid=17291] ppid=17289 vsize=28712 CPUtime=295.2 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 4450 0 0 0 29520 0 0 0 25 0 1 0 519486525 29401088 4338 33554432000 4194304 4785740 140733303108704 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 7178 4338 340 145 0 4223 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=147.02 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 14702 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 10004843 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=19840 CPUtime=295.2 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 41117 0 0 0 29514 6 0 0 25 0 1 0 519486525 20316160 4158 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 4960 4158 127 39 0 4040 0
[pid=17294] ppid=17289 vsize=31928 CPUtime=146.62 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 4814 0 0 0 14660 2 0 0 25 0 1 0 519486525 32694272 4707 33554432000 4194304 4331988 140735255061504 18446744073709551615 4226420 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 7982 4707 173 34 0 6424 0
Current children cumulated CPU time (s) 1179.23
Current children cumulated vsize (KiB) 2615600

[startup+296.007 s]
/proc/loadavg: 5.04 6.58 8.39 6/177 17302
/proc/meminfo: memFree=30464580/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2060428 CPUtime=296.01 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 76449 0 0 0 29576 25 0 0 25 0 1 0 519486525 2109878272 8425 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 515107 8425 337 96 0 511669 0
[pid=17291] ppid=17289 vsize=28884 CPUtime=296 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 4460 0 0 0 29600 0 0 0 25 0 1 0 519486525 29577216 4348 33554432000 4194304 4785740 140733303108704 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 7221 4348 340 145 0 4266 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=147.42 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 14742 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=19840 CPUtime=296 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 41117 0 0 0 29594 6 0 0 25 0 1 0 519486525 20316160 4158 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328030 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 4960 4158 127 39 0 4040 0
[pid=17294] ppid=17289 vsize=31928 CPUtime=147.02 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 4822 0 0 0 14700 2 0 0 25 0 1 0 519486525 32694272 4715 33554432000 4194304 4331988 140735255061504 18446744073709551615 4286798 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 7982 4715 173 34 0 6424 0
Current children cumulated CPU time (s) 1182.45
Current children cumulated vsize (KiB) 2615228

[startup+296.401 s]
/proc/loadavg: 5.04 6.58 8.39 6/177 17302
/proc/meminfo: memFree=30464580/32951124 swapFree=67111416/67111528
[pid=17289] ppid=17287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17289/stat : 17289 (ppfolio) S 17287 17289 16189 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519486524 18763776 389 33554432000 4194304 4287625 140735505190848 18446744073709551615 212436037135 0 0 4096 65536 10323315089800691711 0 0 17 0 0 0 0
/proc/17289/statm: 4581 389 341 23 0 91 0
[pid=17290] ppid=17289 vsize=2060428 CPUtime=296.4 cores=0
/proc/17290/stat : 17290 (cryptominisat) R 17289 17289 16189 0 -1 4202496 76513 0 0 0 29615 25 0 0 25 0 1 0 519486525 2109878272 8487 33554432000 4194304 4587354 140734955677904 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17290/statm: 515107 8487 337 96 0 511669 0
[pid=17291] ppid=17289 vsize=28884 CPUtime=296.39 cores=4
/proc/17291/stat : 17291 (clasp) R 17289 17289 16189 0 -1 4202496 4461 0 0 0 29639 0 0 0 25 0 1 0 519486525 29577216 4349 33554432000 4194304 4785740 140733303108704 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17291/statm: 7221 4349 340 145 0 4266 0
[pid=17292] ppid=17289 vsize=455824 CPUtime=147.62 cores=6
/proc/17292/stat : 17292 (TNM) R 17289 17289 16189 0 -1 4202496 329 0 0 0 14762 0 0 0 25 0 1 0 519486525 466763776 226 33554432000 134512640 134534564 4292871056 18446744073709551615 10003937 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17292/statm: 113956 226 95 6 0 112622 0
[pid=17293] ppid=17289 vsize=19840 CPUtime=296.4 cores=2
/proc/17293/stat : 17293 (lingeling) R 17289 17289 16189 0 -1 4202496 41117 0 0 0 29634 6 0 0 25 0 1 0 519486525 20316160 4158 33554432000 4194304 4352236 140733960953456 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17293/statm: 4960 4158 127 39 0 4040 0
[pid=17294] ppid=17289 vsize=31928 CPUtime=147.21 cores=6
/proc/17294/stat : 17294 (march_hi) R 17289 17289 16189 0 -1 4202496 4826 0 0 0 14719 2 0 0 25 0 1 0 519486525 32694272 4719 33554432000 4194304 4331988 140735255061504 18446744073709551615 4212703 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17294/statm: 7982 4719 173 34 0 6424 0
Current children cumulated CPU time (s) 1184.02
Current children cumulated vsize (KiB) 2615228

Child status: 0
Real time (s): 296.432
CPU time (s): 1184.19
CPU user time (s): 1183.83
CPU system time (s): 0.364944
CPU usage (%): 399.482
Max. virtual memory (cumulated for all children) (KiB): 4634384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1183.83
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127792
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= 7867

runsolver used 0.538918 second user time and 1.02584 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 14:07:22
IDJOB=3191329
IDBENCH=83060
IDSOLVER=1612
FILE ID=node102/3191329-1304078842
RUNJOBID= node102-1304076366-16749
PBS_JOBID= 13170484
Free space on /tmp= 71560 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191329-1304078842/watcher-3191329-1304078842 -o /tmp/evaluation-result-3191329-1304078842/solver-3191329-1304078842 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191329-1304078842.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=1207136857

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30555236 kB
Buffers:        644068 kB
Cached:        1263416 kB
SwapCached:          8 kB
Active:         257720 kB
Inactive:      1713908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30555236 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            9952 kB
Writeback:           0 kB
AnonPages:       63940 kB
Mapped:          14772 kB
Slab:           360228 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189972 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= 71552 MiB
End job on node102 at 2011-04-29 14:12:18