Trace number 3191107

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 3149.56 788.324

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S642174893-006.UNKNOWN.cnf
MD5SUM6df48a49b3cf6574a0f4cdf651f82d66
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark378.243
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

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
3149.41/788.32	s UNSATISFIABLE
3149.41/788.32	solver [5] march_hi 2009 answered
3149.41/788.32	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-3191107-1304059278/watcher-3191107-1304059278 -o /tmp/evaluation-result-3191107-1304059278/solver-3191107-1304059278 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191107-1304059278.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: 5.10 5.65 7.56 2/171 2641
/proc/meminfo: memFree=20008792/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18240 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) R 2639 2641 1762 0 -1 4194304 283 0 0 0 0 0 0 0 25 0 1 0 517527523 18677760 231 33554432000 4194304 4287625 140733579400544 18446744073709551615 237273916904 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2641/statm: 4560 232 196 23 0 57 0

[startup+0.235468 s]
/proc/loadavg: 5.10 5.65 7.56 2/171 2641
/proc/meminfo: memFree=20008792/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300455 s]
/proc/loadavg: 5.10 5.65 7.56 2/171 2641
/proc/meminfo: memFree=20008792/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400434 s]
/proc/loadavg: 5.10 5.65 7.56 2/171 2641
/proc/meminfo: memFree=20008792/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700325 s]
/proc/loadavg: 5.10 5.65 7.56 2/171 2641
/proc/meminfo: memFree=20008792/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50119 s]
/proc/loadavg: 5.10 5.65 7.56 6/177 2647
/proc/meminfo: memFree=19996840/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=1053856 CPUtime=1.48 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 4053 0 0 0 148 0 0 0 20 0 1 0 517527523 1079148544 2587 33554432000 4194304 4587354 140737359032752 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 263464 2587 336 96 0 260026 0
[pid=2643] ppid=2641 vsize=14304 CPUtime=1.49 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 1031 0 0 0 149 0 0 0 25 0 1 0 517527523 14647296 922 33554432000 4194304 4785740 140734719240112 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 3576 922 340 145 0 621 0
[pid=2644] ppid=2641 vsize=452524 CPUtime=0.82 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 418 0 0 0 82 0 0 0 25 0 1 0 517527523 463384576 314 33554432000 134512640 134534564 4286903968 18446744073709551615 134524666 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 113131 314 91 6 0 111797 0
[pid=2645] ppid=2641 vsize=7392 CPUtime=1.49 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 1502 0 0 0 149 0 0 0 25 0 1 0 517527523 7569408 1042 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 1848 1042 127 39 0 928 0
[pid=2646] ppid=2641 vsize=7856 CPUtime=0.66 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1189 0 0 0 66 0 0 0 25 0 1 0 517527523 8044544 480 33554432000 4194304 4331988 140735215180336 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1554256

[startup+3.10096 s]
/proc/loadavg: 5.09 5.64 7.55 6/177 2647
/proc/meminfo: memFree=19989276/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=4167524 CPUtime=3.08 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 4828 0 0 0 308 0 0 0 25 0 1 0 517527523 4267544576 2542 33554432000 4194304 4587354 140737359032752 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 1041881 2542 336 96 0 1038443 0
[pid=2643] ppid=2641 vsize=15188 CPUtime=3.09 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 1234 0 0 0 309 0 0 0 25 0 1 0 517527523 15552512 1125 33554432000 4194304 4785740 140734719240112 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 3797 1125 340 145 0 842 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=1.62 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 162 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134530344 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=7780 CPUtime=3.09 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 1919 0 0 0 309 0 0 0 25 0 1 0 517527523 7966720 1139 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328226 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 1945 1139 127 39 0 1025 0
[pid=2646] ppid=2641 vsize=7856 CPUtime=1.46 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1189 0 0 0 146 0 0 0 25 0 1 0 517527523 8044544 480 33554432000 4194304 4331988 140735215180336 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 4673032

[startup+6.30041 s]
/proc/loadavg: 5.09 5.64 7.55 6/177 2648
/proc/meminfo: memFree=19983700/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=4171768 CPUtime=6.29 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 7040 0 0 0 628 1 0 0 25 0 1 0 517527523 4271890432 3807 33554432000 4194304 4587354 140737359032752 18446744073709551615 4239316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 1042942 3807 336 96 0 1039504 0
[pid=2643] ppid=2641 vsize=15904 CPUtime=6.29 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 1406 0 0 0 629 0 0 0 25 0 1 0 517527523 16285696 1297 33554432000 4194304 4785740 140734719240112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 3976 1297 340 145 0 1021 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=3.22 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 322 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=8424 CPUtime=6.28 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 2688 0 0 0 628 0 0 0 25 0 1 0 517527523 8626176 1300 33554432000 4194304 4352236 140733913023552 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 2106 1300 127 39 0 1186 0
[pid=2646] ppid=2641 vsize=7856 CPUtime=3.04 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1189 0 0 0 304 0 0 0 25 0 1 0 517527523 8044544 480 33554432000 4194304 4331988 140735215180336 18446744073709551615 4299232 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 4678636

[startup+12.7013 s]
/proc/loadavg: 5.08 5.63 7.53 6/177 2648
/proc/meminfo: memFree=19978728/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=38060 CPUtime=12.69 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 10182 0 0 0 1268 1 0 0 25 0 1 0 517527523 38973440 3869 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 9515 3869 336 96 0 6077 0
[pid=2643] ppid=2641 vsize=17140 CPUtime=12.69 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 1701 0 0 0 1269 0 0 0 25 0 1 0 517527523 17551360 1592 33554432000 4194304 4785740 140734719240112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 4285 1592 340 145 0 1330 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=6.42 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 642 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=10344 CPUtime=12.68 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 4672 0 0 0 1268 0 0 0 25 0 1 0 517527523 10592256 1780 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 2586 1780 127 39 0 1666 0
[pid=2646] ppid=2641 vsize=7856 CPUtime=6.21 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1189 0 0 0 621 0 0 0 25 0 1 0 517527523 8044544 480 33554432000 4194304 4331988 140735215180336 18446744073709551615 4299872 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 548084

[startup+25.506 s]
/proc/loadavg: 5.21 5.63 7.50 6/177 2648
/proc/meminfo: memFree=19971656/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=44428 CPUtime=25.5 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 15795 0 0 0 2547 3 0 0 25 0 1 0 517527523 45494272 5540 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 11107 5540 336 96 0 7669 0
[pid=2643] ppid=2641 vsize=18320 CPUtime=25.49 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 1961 0 0 0 2549 0 0 0 25 0 1 0 517527523 18759680 1852 33554432000 4194304 4785740 140734719240112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 4580 1852 341 145 0 1625 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=12.78 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 1278 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=10476 CPUtime=25.49 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 7137 0 0 0 2549 0 0 0 25 0 1 0 517527523 10727424 1813 33554432000 4194304 4352236 140733913023552 18446744073709551615 4234523 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 2619 1813 127 39 0 1699 0
[pid=2646] ppid=2641 vsize=7856 CPUtime=12.6 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1189 0 0 0 1260 0 0 0 25 0 1 0 517527523 8044544 480 33554432000 4194304 4331988 140735215180336 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 555764

[startup+51.1004 s]
/proc/loadavg: 5.14 5.58 7.43 6/177 2649
/proc/meminfo: memFree=19957360/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=1070448 CPUtime=51.09 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 23301 0 0 0 5104 5 0 0 25 0 1 0 517527523 1096138752 7174 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 267612 7174 336 96 0 264174 0
[pid=2643] ppid=2641 vsize=20608 CPUtime=51.08 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 2486 0 0 0 5108 0 0 0 25 0 1 0 517527523 21102592 2377 33554432000 4194304 4785740 140734719240112 18446744073709551615 4553396 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 5152 2377 341 145 0 2197 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=25.51 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 2551 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=16240 CPUtime=51.09 cores=2

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


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

[startup+768.101 s]
/proc/loadavg: 5.11 5.15 6.16 6/177 2668
/proc/meminfo: memFree=19912700/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=54908 CPUtime=768.11 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 108060 0 0 0 76775 36 0 0 25 0 1 0 517527523 56225792 10191 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 13727 10191 336 96 0 10289 0
[pid=2643] ppid=2641 vsize=35116 CPUtime=768.09 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 5722 0 0 0 76809 0 0 0 25 0 1 0 517527523 35958784 5613 33554432000 4194304 4785740 140734719240112 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 8779 5613 341 145 0 5824 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=382.26 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 38226 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=31916 CPUtime=768.1 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 72051 0 0 0 76799 11 0 0 25 0 1 0 517527523 32681984 7173 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 7979 7173 127 39 0 7059 0
[pid=2646] ppid=2641 vsize=11340 CPUtime=382.14 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1968 0 0 0 38213 1 0 0 25 0 1 0 517527523 11612160 1215 33554432000 4194304 4331988 140735215180336 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 2835 1215 175 34 0 1277 0
Current children cumulated CPU time (s) 3068.7
Current children cumulated vsize (KiB) 607964

[startup+780.901 s]
/proc/loadavg: 5.10 5.14 6.15 6/177 2668
/proc/meminfo: memFree=19908956/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=54908 CPUtime=780.91 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 108060 0 0 0 78055 36 0 0 25 0 1 0 517527523 56225792 10191 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 13727 10191 336 96 0 10289 0
[pid=2643] ppid=2641 vsize=35116 CPUtime=780.89 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 5728 0 0 0 78089 0 0 0 25 0 1 0 517527523 35958784 5619 33554432000 4194304 4785740 140734719240112 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 8779 5619 341 145 0 5824 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=388.66 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 38866 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=31916 CPUtime=780.9 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 73139 0 0 0 78079 11 0 0 25 0 1 0 517527523 32681984 7173 33554432000 4194304 4352236 140733913023552 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 7979 7173 127 39 0 7059 0
[pid=2646] ppid=2641 vsize=11340 CPUtime=388.49 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1992 0 0 0 38848 1 0 0 25 0 1 0 517527523 11612160 1239 33554432000 4194304 4331988 140735215180336 18446744073709551615 4246605 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 2835 1239 175 34 0 1277 0
Current children cumulated CPU time (s) 3119.85
Current children cumulated vsize (KiB) 607964

[startup+784.101 s]
/proc/loadavg: 5.09 5.14 6.14 6/177 2668
/proc/meminfo: memFree=19912676/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=54908 CPUtime=784.11 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 108060 0 0 0 78375 36 0 0 25 0 1 0 517527523 56225792 10191 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 13727 10191 336 96 0 10289 0
[pid=2643] ppid=2641 vsize=35116 CPUtime=784.09 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 5728 0 0 0 78409 0 0 0 25 0 1 0 517527523 35958784 5619 33554432000 4194304 4785740 140734719240112 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 8779 5619 341 145 0 5824 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=390.26 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 39026 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=31916 CPUtime=784.1 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 73139 0 0 0 78399 11 0 0 25 0 1 0 517527523 32681984 7173 33554432000 4194304 4352236 140733913023552 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 7979 7173 127 39 0 7059 0
[pid=2646] ppid=2641 vsize=11340 CPUtime=390.07 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 1998 0 0 0 39006 1 0 0 25 0 1 0 517527523 11612160 1245 33554432000 4194304 4331988 140735215180336 18446744073709551615 4287417 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 2835 1245 175 34 0 1277 0
Current children cumulated CPU time (s) 3132.63
Current children cumulated vsize (KiB) 607964

[startup+785.701 s]
/proc/loadavg: 5.09 5.14 6.14 6/177 2668
/proc/meminfo: memFree=19912800/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=54908 CPUtime=785.71 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 108060 0 0 0 78535 36 0 0 25 0 1 0 517527523 56225792 10191 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 13727 10191 336 96 0 10289 0
[pid=2643] ppid=2641 vsize=35116 CPUtime=785.69 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 5728 0 0 0 78569 0 0 0 25 0 1 0 517527523 35958784 5619 33554432000 4194304 4785740 140734719240112 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 8779 5619 341 145 0 5824 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=391.06 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 39106 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=31916 CPUtime=785.7 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 73139 0 0 0 78559 11 0 0 25 0 1 0 517527523 32681984 7173 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 7979 7173 127 39 0 7059 0
[pid=2646] ppid=2641 vsize=11340 CPUtime=390.86 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 2002 0 0 0 39085 1 0 0 25 0 1 0 517527523 11612160 1249 33554432000 4194304 4331988 140735215180336 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 2835 1249 175 34 0 1277 0
Current children cumulated CPU time (s) 3139.02
Current children cumulated vsize (KiB) 607964

[startup+787.301 s]
/proc/loadavg: 5.09 5.14 6.14 6/177 2668
/proc/meminfo: memFree=19912800/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=54908 CPUtime=787.31 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 108060 0 0 0 78695 36 0 0 25 0 1 0 517527523 56225792 10191 33554432000 4194304 4587354 140737359032752 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 13727 10191 336 96 0 10289 0
[pid=2643] ppid=2641 vsize=35116 CPUtime=787.29 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 5728 0 0 0 78729 0 0 0 25 0 1 0 517527523 35958784 5619 33554432000 4194304 4785740 140734719240112 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 8779 5619 341 145 0 5824 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=391.86 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 39186 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=31916 CPUtime=787.3 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 73139 0 0 0 78719 11 0 0 25 0 1 0 517527523 32681984 7173 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 7979 7173 127 39 0 7059 0
[pid=2646] ppid=2641 vsize=11340 CPUtime=391.65 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 2005 0 0 0 39164 1 0 0 25 0 1 0 517527523 11612160 1252 33554432000 4194304 4331988 140735215180336 18446744073709551615 4298535 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 2835 1252 175 34 0 1277 0
Current children cumulated CPU time (s) 3145.41
Current children cumulated vsize (KiB) 607964

[startup+788.1 s]
/proc/loadavg: 5.08 5.14 6.13 6/177 2668
/proc/meminfo: memFree=19912800/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=54908 CPUtime=788.11 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 108060 0 0 0 78775 36 0 0 25 0 1 0 517527523 56225792 10191 33554432000 4194304 4587354 140737359032752 18446744073709551615 4244627 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 13727 10191 336 96 0 10289 0
[pid=2643] ppid=2641 vsize=35116 CPUtime=788.09 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 5728 0 0 0 78809 0 0 0 25 0 1 0 517527523 35958784 5619 33554432000 4194304 4785740 140734719240112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 8779 5619 341 145 0 5824 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=392.26 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 39226 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134530576 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=31916 CPUtime=788.1 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 73139 0 0 0 78799 11 0 0 25 0 1 0 517527523 32681984 7173 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 7979 7173 127 39 0 7059 0
[pid=2646] ppid=2641 vsize=11340 CPUtime=392.05 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 2007 0 0 0 39204 1 0 0 25 0 1 0 517527523 11612160 1254 33554432000 4194304 4331988 140735215180336 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 2835 1254 175 34 0 1277 0
Current children cumulated CPU time (s) 3148.61
Current children cumulated vsize (KiB) 607964

[startup+788.3 s]
/proc/loadavg: 5.08 5.14 6.13 6/177 2668
/proc/meminfo: memFree=19912800/32950904 swapFree=67082284/67111528
[pid=2641] ppid=2639 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (ppfolio) S 2639 2641 1762 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517527523 18763776 390 33554432000 4194304 4287625 140733579400544 18446744073709551615 237278899727 0 0 4096 65536 3209043712092930047 0 0 17 4 0 0 0
/proc/2641/statm: 4581 390 341 23 0 91 0
[pid=2642] ppid=2641 vsize=54908 CPUtime=788.31 cores=0
/proc/2642/stat : 2642 (cryptominisat) R 2641 2641 1762 0 -1 4202496 108060 0 0 0 78795 36 0 0 25 0 1 0 517527523 56225792 10191 33554432000 4194304 4587354 140737359032752 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2642/statm: 13727 10191 336 96 0 10289 0
[pid=2643] ppid=2641 vsize=35116 CPUtime=788.29 cores=4
/proc/2643/stat : 2643 (clasp) R 2641 2641 1762 0 -1 4202496 5728 0 0 0 78829 0 0 0 25 0 1 0 517527523 35958784 5619 33554432000 4194304 4785740 140734719240112 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2643/statm: 8779 5619 341 145 0 5824 0
[pid=2644] ppid=2641 vsize=456360 CPUtime=392.36 cores=6
/proc/2644/stat : 2644 (TNM) R 2641 2641 1762 0 -1 4202496 480 0 0 0 39236 0 0 0 25 0 1 0 517527523 467312640 376 33554432000 134512640 134534564 4286903968 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2644/statm: 114090 376 95 6 0 112756 0
[pid=2645] ppid=2641 vsize=31916 CPUtime=788.3 cores=2
/proc/2645/stat : 2645 (lingeling) R 2641 2641 1762 0 -1 4202496 73139 0 0 0 78819 11 0 0 25 0 1 0 517527523 32681984 7173 33554432000 4194304 4352236 140733913023552 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2645/statm: 7979 7173 127 39 0 7059 0
[pid=2646] ppid=2641 vsize=11340 CPUtime=392.15 cores=6
/proc/2646/stat : 2646 (march_hi) R 2641 2641 1762 0 -1 4202496 2007 0 0 0 39214 1 0 0 25 0 1 0 517527523 11612160 1254 33554432000 4194304 4331988 140735215180336 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2646/statm: 2835 1254 175 34 0 1277 0
Current children cumulated CPU time (s) 3149.41
Current children cumulated vsize (KiB) 607964

Child status: 0
Real time (s): 788.324
CPU time (s): 3149.56
CPU user time (s): 3149.04
CPU system time (s): 0.518921
CPU usage (%): 399.526
Max. virtual memory (cumulated for all children) (KiB): 8834264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3149.04
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189959
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= 1028
involuntary context switches= 20236

runsolver used 1.2928 second user time and 2.50562 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 08:41:18
IDJOB=3191107
IDBENCH=82838
IDSOLVER=1612
FILE ID=node121/3191107-1304059278
RUNJOBID= node121-1304053779-1780
PBS_JOBID= 13170425
Free space on /tmp= 72656 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S642174893-006.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191107-1304059278/watcher-3191107-1304059278 -o /tmp/evaluation-result-3191107-1304059278/solver-3191107-1304059278 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191107-1304059278.cnf

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

MD5SUM BENCH= 6df48a49b3cf6574a0f4cdf651f82d66
RANDOM SEED=1276947327

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:      20009072 kB
Buffers:       2180400 kB
Cached:       10203332 kB
SwapCached:       2776 kB
Active:        9110776 kB
Inactive:      3311316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20009072 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           10124 kB
Writeback:           0 kB
AnonPages:       36160 kB
Mapped:          13752 kB
Slab:           455432 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   189828 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= 72644 MiB
End job on node121 at 2011-04-29 08:54:26