Trace number 3191062

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 2606.12 652.43

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1760258375-046.UNKNOWN.cnf
MD5SUMf913d39a64a2142ed34486c38d5636c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark319.762
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
2605.97/652.42	s UNSATISFIABLE
2605.97/652.42	solver [5] march_hi 2009 answered
2605.97/652.42	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-3191062-1304056217/watcher-3191062-1304056217 -o /tmp/evaluation-result-3191062-1304056217/solver-3191062-1304056217 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191062-1304056217.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: 9.93 10.13 9.96 6/182 2333
/proc/meminfo: memFree=19964616/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) R 2331 2333 1762 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0

[startup+0.268176 s]
/proc/loadavg: 9.93 10.13 9.96 6/182 2333
/proc/meminfo: memFree=19964616/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) R 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30017 s]
/proc/loadavg: 9.93 10.13 9.96 6/182 2333
/proc/meminfo: memFree=19964616/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) R 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400152 s]
/proc/loadavg: 9.93 10.13 9.96 6/182 2333
/proc/meminfo: memFree=19964616/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700099 s]
/proc/loadavg: 9.93 10.13 9.96 6/182 2333
/proc/meminfo: memFree=19964616/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50096 s]
/proc/loadavg: 9.93 10.13 9.96 11/188 2339
/proc/meminfo: memFree=19951176/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1546940 CPUtime=1.48 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 3543 0 0 0 148 0 0 0 25 0 1 0 517221466 1584066560 2423 33554432000 4194304 4587354 140737444622464 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 386735 2423 337 96 0 383297 0
[pid=2335] ppid=2333 vsize=13784 CPUtime=1.49 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 889 0 0 0 149 0 0 0 25 0 1 0 517221466 14114816 781 33554432000 4194304 4785740 140735738904512 18446744073709551615 4553369 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 3446 781 340 145 0 491 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=0.77 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 77 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=6416 CPUtime=1.49 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 1329 0 0 0 149 0 0 0 25 0 1 0 517221466 6569984 798 33554432000 4194304 4352236 140734645643680 18446744073709551615 4329149 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 1604 798 127 39 0 684 0
[pid=2338] ppid=2333 vsize=7056 CPUtime=0.71 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 422 0 0 0 71 0 0 0 25 0 1 0 517221466 7225344 315 33554432000 4194304 4331988 140736107130880 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 1764 315 174 34 0 206 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2048480

[startup+3.10067 s]
/proc/loadavg: 9.93 10.13 9.96 11/188 2339
/proc/meminfo: memFree=19949192/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1549008 CPUtime=3.08 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 4941 0 0 0 308 0 0 0 25 0 1 0 517221466 1586184192 3002 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 387252 3002 337 96 0 383814 0
[pid=2335] ppid=2333 vsize=14364 CPUtime=3.09 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 1030 0 0 0 309 0 0 0 25 0 1 0 517221466 14708736 922 33554432000 4194304 4785740 140735738904512 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 3591 922 340 145 0 636 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=1.57 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 157 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528880 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=8084 CPUtime=3.09 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 2034 0 0 0 309 0 0 0 25 0 1 0 517221466 8278016 1215 33554432000 4194304 4352236 140734645643680 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 2021 1215 127 39 0 1101 0
[pid=2338] ppid=2333 vsize=7056 CPUtime=1.51 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 422 0 0 0 151 0 0 0 25 0 1 0 517221466 7225344 315 33554432000 4194304 4331988 140736107130880 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 1764 315 174 34 0 206 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2052796

[startup+6.3011 s]
/proc/loadavg: 9.93 10.13 9.96 11/188 2339
/proc/meminfo: memFree=19937048/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1549468 CPUtime=6.29 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 7155 0 0 0 628 1 0 0 25 0 1 0 517221466 1586655232 3145 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 387367 3145 337 96 0 383929 0
[pid=2335] ppid=2333 vsize=14924 CPUtime=6.29 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 1170 0 0 0 629 0 0 0 25 0 1 0 517221466 15282176 1062 33554432000 4194304 4785740 140735738904512 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 3731 1062 340 145 0 776 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=3.15 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 315 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=7988 CPUtime=6.29 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 2618 0 0 0 629 0 0 0 25 0 1 0 517221466 8179712 1191 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 1997 1191 127 39 0 1077 0
[pid=2338] ppid=2333 vsize=7056 CPUtime=3.11 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 428 0 0 0 311 0 0 0 25 0 1 0 517221466 7225344 321 33554432000 4194304 4331988 140736107130880 18446744073709551615 4298886 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 1764 321 174 34 0 206 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 2053720

[startup+12.701 s]
/proc/loadavg: 9.94 10.13 9.96 11/188 2339
/proc/meminfo: memFree=19930224/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1552612 CPUtime=12.68 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 11240 0 0 0 1267 1 0 0 25 0 1 0 517221466 1589874688 3868 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 388153 3868 337 96 0 384715 0
[pid=2335] ppid=2333 vsize=15772 CPUtime=12.69 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 1386 0 0 0 1269 0 0 0 25 0 1 0 517221466 16150528 1278 33554432000 4194304 4785740 140735738904512 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 3943 1278 340 145 0 988 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=6.34 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 634 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=10940 CPUtime=12.69 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 4540 0 0 0 1268 1 0 0 25 0 1 0 517221466 11202560 1929 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 2735 1929 127 39 0 1815 0
[pid=2338] ppid=2333 vsize=7272 CPUtime=6.27 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 453 0 0 0 627 0 0 0 25 0 1 0 517221466 7446528 346 33554432000 4194304 4331988 140736107130880 18446744073709551615 4239553 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 1818 346 174 34 0 260 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2060880

[startup+25.5067 s]
/proc/loadavg: 10.10 10.15 9.97 11/188 2340
/proc/meminfo: memFree=19910764/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1555148 CPUtime=25.49 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 17122 0 0 0 2547 2 0 0 25 0 1 0 517221466 1592471552 4572 33554432000 4194304 4587354 140737444622464 18446744073709551615 237278576284 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 388787 4572 337 96 0 385349 0
[pid=2335] ppid=2333 vsize=17152 CPUtime=25.5 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 1699 0 0 0 2550 0 0 0 25 0 1 0 517221466 17563648 1591 33554432000 4194304 4785740 140735738904512 18446744073709551615 4538874 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 4288 1591 340 145 0 1333 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=12.74 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 1274 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=11324 CPUtime=25.5 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 6716 0 0 0 2549 1 0 0 25 0 1 0 517221466 11595776 2025 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 2831 2025 127 39 0 1911 0
[pid=2338] ppid=2333 vsize=7272 CPUtime=12.61 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 477 0 0 0 1261 0 0 0 25 0 1 0 517221466 7446528 370 33554432000 4194304 4331988 140736107130880 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 1818 370 174 34 0 260 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 2065180

[startup+51.1011 s]
/proc/loadavg: 10.07 10.14 9.97 11/188 2340
/proc/meminfo: memFree=19889340/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1566676 CPUtime=51.09 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 24341 0 0 0 5105 4 0 0 25 0 1 0 517221466 1604276224 7364 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 391669 7364 337 96 0 388231 0
[pid=2335] ppid=2333 vsize=18184 CPUtime=51.09 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 1929 0 0 0 5109 0 0 0 25 0 1 0 517221466 18620416 1821 33554432000 4194304 4785740 140735738904512 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 4546 1821 340 145 0 1591 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=25.44 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 2544 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=16444 CPUtime=51.08 cores=2

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


[startup+642.301 s]
/proc/loadavg: 10.33 10.22 10.07 11/188 2356
/proc/meminfo: memFree=19723876/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1590512 CPUtime=642.3 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 109012 0 0 0 64202 28 0 0 25 0 1 0 517221466 1628684288 15124 33554432000 4194304 4587354 140737444622464 18446744073709551615 4231917 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 397628 15124 337 96 0 394190 0
[pid=2335] ppid=2333 vsize=27072 CPUtime=642.29 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 3948 0 0 0 64229 0 0 0 25 0 1 0 517221466 27721728 3840 33554432000 4194304 4785740 140735738904512 18446744073709551615 4287070 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 6768 3840 341 145 0 3813 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=319.45 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 31945 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=34748 CPUtime=642.24 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 56734 0 0 0 64217 7 0 0 25 0 1 0 517221466 35581952 7881 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 8687 7881 127 39 0 7767 0
[pid=2338] ppid=2333 vsize=19004 CPUtime=319.36 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 2987 0 0 0 31934 2 0 0 25 0 1 0 517221466 19460096 2861 33554432000 4194304 4331988 140736107130880 18446744073709551615 4210445 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 4751 2861 175 34 0 3193 0
Current children cumulated CPU time (s) 2565.64
Current children cumulated vsize (KiB) 2145620

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

[startup+646.5 s]
/proc/loadavg: 10.30 10.21 10.07 11/188 2365
/proc/meminfo: memFree=19720396/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1605100 CPUtime=646.49 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 110405 0 0 0 64620 29 0 0 25 0 1 0 517221466 1643622400 16501 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 401275 16501 337 96 0 397837 0
[pid=2335] ppid=2333 vsize=27072 CPUtime=646.49 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 3949 0 0 0 64649 0 0 0 25 0 1 0 517221466 27721728 3841 33554432000 4194304 4785740 140735738904512 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 6768 3841 341 145 0 3813 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=321.52 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 32152 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=30268 CPUtime=646.43 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 56734 0 0 0 64636 7 0 0 25 0 1 0 517221466 30994432 6761 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 7567 6761 127 39 0 6647 0
[pid=2338] ppid=2333 vsize=19004 CPUtime=321.46 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 3025 0 0 0 32144 2 0 0 25 0 1 0 517221466 19460096 2899 33554432000 4194304 4331988 140736107130880 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 4751 2899 175 34 0 3193 0
Current children cumulated CPU time (s) 2582.39
Current children cumulated vsize (KiB) 2155728

[startup+649.701 s]
/proc/loadavg: 10.27 10.21 10.07 11/188 2365
/proc/meminfo: memFree=19725852/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1605100 CPUtime=649.69 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 110755 0 0 0 64940 29 0 0 25 0 1 0 517221466 1643622400 16828 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 401275 16828 337 96 0 397837 0
[pid=2335] ppid=2333 vsize=27072 CPUtime=649.69 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 3949 0 0 0 64969 0 0 0 25 0 1 0 517221466 27721728 3841 33554432000 4194304 4785740 140735738904512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 6768 3841 341 145 0 3813 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=323.1 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 32310 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=30268 CPUtime=649.63 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 56734 0 0 0 64956 7 0 0 25 0 1 0 517221466 30994432 6761 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 7567 6761 127 39 0 6647 0
[pid=2338] ppid=2333 vsize=19004 CPUtime=323.06 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 3054 0 0 0 32304 2 0 0 25 0 1 0 517221466 19460096 2928 33554432000 4194304 4331988 140736107130880 18446744073709551615 4226438 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 4751 2928 175 34 0 3193 0
Current children cumulated CPU time (s) 2595.17
Current children cumulated vsize (KiB) 2155728

[startup+651.3 s]
/proc/loadavg: 10.27 10.21 10.07 11/188 2365
/proc/meminfo: memFree=19725356/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1605100 CPUtime=651.29 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 110902 0 0 0 65100 29 0 0 25 0 1 0 517221466 1643622400 16969 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 401275 16969 337 96 0 397837 0
[pid=2335] ppid=2333 vsize=27072 CPUtime=651.29 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 3949 0 0 0 65129 0 0 0 25 0 1 0 517221466 27721728 3841 33554432000 4194304 4785740 140735738904512 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 6768 3841 341 145 0 3813 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=323.9 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 32390 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=30268 CPUtime=651.24 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 56734 0 0 0 65117 7 0 0 25 0 1 0 517221466 30994432 6761 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 7567 6761 127 39 0 6647 0
[pid=2338] ppid=2333 vsize=19004 CPUtime=323.86 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 3070 0 0 0 32384 2 0 0 25 0 1 0 517221466 19460096 2944 33554432000 4194304 4331988 140736107130880 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 4751 2944 175 34 0 3193 0
Current children cumulated CPU time (s) 2601.58
Current children cumulated vsize (KiB) 2155728

[startup+652.1 s]
/proc/loadavg: 10.27 10.21 10.07 11/188 2365
/proc/meminfo: memFree=19725356/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1605100 CPUtime=652.09 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 110982 0 0 0 65180 29 0 0 25 0 1 0 517221466 1643622400 17046 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 401275 17046 337 96 0 397837 0
[pid=2335] ppid=2333 vsize=27072 CPUtime=652.09 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 3949 0 0 0 65209 0 0 0 25 0 1 0 517221466 27721728 3841 33554432000 4194304 4785740 140735738904512 18446744073709551615 4309510 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 6768 3841 341 145 0 3813 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=324.3 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 32430 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=30268 CPUtime=652.03 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 56734 0 0 0 65196 7 0 0 25 0 1 0 517221466 30994432 6761 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328375 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 7567 6761 127 39 0 6647 0
[pid=2338] ppid=2333 vsize=19004 CPUtime=324.25 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 3077 0 0 0 32423 2 0 0 25 0 1 0 517221466 19460096 2951 33554432000 4194304 4331988 140736107130880 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 4751 2951 175 34 0 3193 0
Current children cumulated CPU time (s) 2604.76
Current children cumulated vsize (KiB) 2155728

[startup+652.3 s]
/proc/loadavg: 10.27 10.21 10.07 11/188 2365
/proc/meminfo: memFree=19725356/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1605100 CPUtime=652.29 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 111002 0 0 0 65200 29 0 0 25 0 1 0 517221466 1643622400 17066 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 401275 17066 337 96 0 397837 0
[pid=2335] ppid=2333 vsize=27072 CPUtime=652.29 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 3949 0 0 0 65229 0 0 0 25 0 1 0 517221466 27721728 3841 33554432000 4194304 4785740 140735738904512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 6768 3841 341 145 0 3813 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=324.4 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 32440 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=30268 CPUtime=652.23 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 56734 0 0 0 65216 7 0 0 25 0 1 0 517221466 30994432 6761 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 7567 6761 127 39 0 6647 0
[pid=2338] ppid=2333 vsize=19004 CPUtime=324.35 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 3079 0 0 0 32433 2 0 0 25 0 1 0 517221466 19460096 2953 33554432000 4194304 4331988 140736107130880 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 4751 2953 175 34 0 3193 0
Current children cumulated CPU time (s) 2605.56
Current children cumulated vsize (KiB) 2155728

[startup+652.4 s]
/proc/loadavg: 10.27 10.21 10.07 11/188 2365
/proc/meminfo: memFree=19724052/32950904 swapFree=67082284/67111528
[pid=2333] ppid=2331 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (ppfolio) S 2331 2333 1762 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 517221465 18763776 390 33554432000 4194304 4287625 140736596766400 18446744073709551615 237278899727 0 0 4096 65536 4599635650159837183 0 0 17 4 0 0 0
/proc/2333/statm: 4581 390 341 23 0 91 0
[pid=2334] ppid=2333 vsize=1605100 CPUtime=652.39 cores=0
/proc/2334/stat : 2334 (cryptominisat) R 2333 2333 1762 0 -1 4202496 111012 0 0 0 65210 29 0 0 25 0 1 0 517221466 1643622400 17076 33554432000 4194304 4587354 140737444622464 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2334/statm: 401275 17076 337 96 0 397837 0
[pid=2335] ppid=2333 vsize=27072 CPUtime=652.39 cores=4
/proc/2335/stat : 2335 (clasp) R 2333 2333 1762 0 -1 4202496 3949 0 0 0 65239 0 0 0 25 0 1 0 517221466 27721728 3841 33554432000 4194304 4785740 140735738904512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2335/statm: 6768 3841 341 145 0 3813 0
[pid=2336] ppid=2333 vsize=455960 CPUtime=324.49 cores=6
/proc/2336/stat : 2336 (TNM) R 2333 2333 1762 0 -1 4202496 340 0 0 0 32449 0 0 0 25 0 1 0 517221466 466903040 237 33554432000 134512640 134534564 4289426080 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2336/statm: 113990 237 95 6 0 112656 0
[pid=2337] ppid=2333 vsize=30268 CPUtime=652.34 cores=2
/proc/2337/stat : 2337 (lingeling) R 2333 2333 1762 0 -1 4202496 56734 0 0 0 65227 7 0 0 25 0 1 0 517221466 30994432 6761 33554432000 4194304 4352236 140734645643680 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2337/statm: 7567 6761 127 39 0 6647 0
[pid=2338] ppid=2333 vsize=19004 CPUtime=324.36 cores=6
/proc/2338/stat : 2338 (march_hi) R 2333 2333 1762 0 -1 4202496 3079 0 0 0 32434 2 0 0 25 0 1 0 517221466 19460096 2953 33554432000 4194304 4331988 140736107130880 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2338/statm: 4751 2953 175 34 0 3193 0
Current children cumulated CPU time (s) 2605.97
Current children cumulated vsize (KiB) 2155728

Child status: 0
Real time (s): 652.43
CPU time (s): 2606.12
CPU user time (s): 2605.7
CPU system time (s): 0.417936
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 3648160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2605.7
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175656
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= 1025
involuntary context switches= 18650

runsolver used 1.04484 second user time and 2.52062 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 07:50:17
IDJOB=3191062
IDBENCH=82793
IDSOLVER=1612
FILE ID=node121/3191062-1304056217
RUNJOBID= node121-1304053779-1780
PBS_JOBID= 13170425
Free space on /tmp= 72644 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1760258375-046.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191062-1304056217/watcher-3191062-1304056217 -o /tmp/evaluation-result-3191062-1304056217/solver-3191062-1304056217 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191062-1304056217.cnf

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

MD5SUM BENCH= f913d39a64a2142ed34486c38d5636c0
RANDOM SEED=681815293

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      19964772 kB
Buffers:       2180016 kB
Cached:       10212968 kB
SwapCached:       2776 kB
Active:        9154072 kB
Inactive:      3311204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19964772 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           20432 kB
Writeback:           8 kB
AnonPages:       69944 kB
Mapped:          16080 kB
Slab:           455652 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  2060176 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= 72636 MiB
End job on node121 at 2011-04-29 08:01:10