Trace number 3191129

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 1995.57 665.14

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S206772908-015.UNKNOWN.cnf
MD5SUM74f6f450e8e5ce3811b2d7ad1f57d348
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.484
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
1995.39/665.13	s UNSATISFIABLE
1995.39/665.13	solver [5] march_hi 2009 answered
1995.39/665.13	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-3191129-1304060708/watcher-3191129-1304060708 -o /tmp/evaluation-result-3191129-1304060708/solver-3191129-1304060708 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191129-1304060708.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: 3.73 6.11 7.27 3/173 22613
/proc/meminfo: memFree=22597204/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517667874 18763776 389 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 1639293775983411199 0 0 17 4 0 0 0
/proc/22613/statm: 4581 389 341 23 0 91 0

[startup+2.06788 s]
/proc/loadavg: 3.73 6.11 7.27 3/173 22613
/proc/meminfo: memFree=22597204/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517667874 18763776 389 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 1639293775983411199 0 0 17 4 0 0 0
/proc/22613/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324
heavy processes:

[startup+2.27384 s]
/proc/loadavg: 3.73 6.11 7.27 11/188 22635
/proc/meminfo: memFree=22570100/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517667874 18763776 389 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 1639293775983411199 0 0 17 4 0 0 0
/proc/22613/statm: 4581 389 341 23 0 91 0
[pid=22614] ppid=22613 vsize=1533912 CPUtime=2.26 cores=0
/proc/22614/stat : 22614 (cryptominisat) R 22613 22613 22182 0 -1 4202496 4246 0 0 0 226 0 0 0 21 0 1 0 517667874 1570725888 2297 33554432000 4194304 4587354 140733235469312 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22614/statm: 383478 2297 337 96 0 380040 0
[pid=22615] ppid=22613 vsize=13652 CPUtime=1.41 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 870 0 0 0 141 0 0 0 20 0 1 0 517667874 13979648 762 33554432000 4194304 4785740 140737279056592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 3413 762 340 145 0 458 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=1.14 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 114 0 0 0 19 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=7348 CPUtime=2.26 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 1652 0 0 0 226 0 0 0 25 0 1 0 517667874 7524352 1031 33554432000 4194304 4352236 140737316774064 18446744073709551615 4329202 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 1837 1031 127 39 0 917 0
[pid=22618] ppid=22613 vsize=7056 CPUtime=1.11 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 421 0 0 0 111 0 0 0 19 0 1 0 517667874 7225344 314 33554432000 4194304 4331988 140733550673616 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 2036248

[startup+2.4738 s]
/proc/loadavg: 3.73 6.11 7.27 11/188 22635
/proc/meminfo: memFree=22570100/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517667874 18763776 389 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 1639293775983411199 0 0 17 4 0 0 0
/proc/22613/statm: 4581 389 341 23 0 91 0
[pid=22614] ppid=22613 vsize=1535600 CPUtime=2.46 cores=0
/proc/22614/stat : 22614 (cryptominisat) R 22613 22613 22182 0 -1 4202496 4692 0 0 0 246 0 0 0 22 0 1 0 517667874 1572454400 2742 33554432000 4194304 4587354 140733235469312 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22614/statm: 383900 2742 337 96 0 380462 0
[pid=22615] ppid=22613 vsize=13792 CPUtime=1.61 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 900 0 0 0 161 0 0 0 20 0 1 0 517667874 14123008 792 33554432000 4194304 4785740 140737279056592 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 3448 792 340 145 0 493 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=1.24 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 124 0 0 0 19 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=7604 CPUtime=2.46 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 1716 0 0 0 246 0 0 0 25 0 1 0 517667874 7786496 1095 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 1901 1095 127 39 0 981 0
[pid=22618] ppid=22613 vsize=7056 CPUtime=1.21 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 421 0 0 0 121 0 0 0 19 0 1 0 517667874 7225344 314 33554432000 4194304 4331988 140733550673616 18446744073709551615 4247191 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 2038332

[startup+2.67376 s]
/proc/loadavg: 3.73 6.11 7.27 11/188 22635
/proc/meminfo: memFree=22570100/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517667874 18763776 389 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 1639293775983411199 0 0 17 4 0 0 0
/proc/22613/statm: 4581 389 341 23 0 91 0
[pid=22614] ppid=22613 vsize=1535600 CPUtime=2.66 cores=0
/proc/22614/stat : 22614 (cryptominisat) R 22613 22613 22182 0 -1 4202496 4692 0 0 0 266 0 0 0 22 0 1 0 517667874 1572454400 2742 33554432000 4194304 4587354 140733235469312 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22614/statm: 383900 2742 337 96 0 380462 0
[pid=22615] ppid=22613 vsize=13792 CPUtime=1.81 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 917 0 0 0 181 0 0 0 20 0 1 0 517667874 14123008 809 33554432000 4194304 4785740 140737279056592 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 3448 809 340 145 0 493 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=1.34 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 134 0 0 0 19 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=7464 CPUtime=2.66 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 1749 0 0 0 266 0 0 0 25 0 1 0 517667874 7643136 1060 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328616 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 1866 1060 127 39 0 946 0
[pid=22618] ppid=22613 vsize=7056 CPUtime=1.31 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 421 0 0 0 131 0 0 0 19 0 1 0 517667874 7225344 314 33554432000 4194304 4331988 140733550673616 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 2038192

[startup+2.70076 s]
/proc/loadavg: 3.73 6.11 7.27 11/188 22635
/proc/meminfo: memFree=22570100/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517667874 18763776 389 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 1639293775983411199 0 0 17 4 0 0 0
/proc/22613/statm: 4581 389 341 23 0 91 0
[pid=22614] ppid=22613 vsize=1535600 CPUtime=2.69 cores=0
/proc/22614/stat : 22614 (cryptominisat) R 22613 22613 22182 0 -1 4202496 4692 0 0 0 269 0 0 0 22 0 1 0 517667874 1572454400 2742 33554432000 4194304 4587354 140733235469312 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22614/statm: 383900 2742 337 96 0 380462 0
[pid=22615] ppid=22613 vsize=13792 CPUtime=1.84 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 920 0 0 0 184 0 0 0 20 0 1 0 517667874 14123008 812 33554432000 4194304 4785740 140737279056592 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 3448 812 340 145 0 493 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=1.37 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 137 0 0 0 19 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=7464 CPUtime=2.69 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 1749 0 0 0 269 0 0 0 25 0 1 0 517667874 7643136 1060 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328385 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 1866 1060 127 39 0 946 0
[pid=22618] ppid=22613 vsize=7056 CPUtime=1.31 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 421 0 0 0 131 0 0 0 19 0 1 0 517667874 7225344 314 33554432000 4194304 4331988 140733550673616 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 2038192

[startup+3.10068 s]
/proc/loadavg: 3.73 6.11 7.27 11/188 22635
/proc/meminfo: memFree=22570100/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517667874 18763776 389 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 1639293775983411199 0 0 17 4 0 0 0
/proc/22613/statm: 4581 389 341 23 0 91 0
[pid=22614] ppid=22613 vsize=1536516 CPUtime=3.09 cores=0
/proc/22614/stat : 22614 (cryptominisat) R 22613 22613 22182 0 -1 4202496 5031 0 0 0 309 0 0 0 25 0 1 0 517667874 1573392384 3074 33554432000 4194304 4587354 140733235469312 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22614/statm: 384129 3074 337 96 0 380691 0
[pid=22615] ppid=22613 vsize=14080 CPUtime=2.24 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 964 0 0 0 224 0 0 0 21 0 1 0 517667874 14417920 856 33554432000 4194304 4785740 140737279056592 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 3520 856 340 145 0 565 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=1.57 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 157 0 0 0 20 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=7464 CPUtime=3.09 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 1845 0 0 0 309 0 0 0 25 0 1 0 517667874 7643136 1060 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 1866 1060 127 39 0 946 0
[pid=22618] ppid=22613 vsize=7056 CPUtime=1.51 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 421 0 0 0 151 0 0 0 20 0 1 0 517667874 7225344 314 33554432000 4194304 4331988 140733550673616 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (KiB) 2039396

[startup+6.30107 s]
/proc/loadavg: 4.39 6.21 7.29 10/187 22635
/proc/meminfo: memFree=22562048/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.54 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 0 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=14920 CPUtime=5.44 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 1172 0 0 0 544 0 0 0 25 0 1 0 517667874 15278080 1064 33554432000 4194304 4785740 140737279056592 18446744073709551615 4287587 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 3730 1064 340 145 0 775 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=3.15 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 315 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=7980 CPUtime=6.28 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 2486 0 0 0 628 0 0 0 25 0 1 0 517667874 8171520 1189 33554432000 4194304 4352236 140737316774064 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 1995 1189 127 39 0 1075 0
[pid=22618] ppid=22613 vsize=7264 CPUtime=3.11 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 447 0 0 0 311 0 0 0 25 0 1 0 517667874 7438336 340 33554432000 4194304 4331988 140733550673616 18446744073709551615 4247575 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 1816 340 174 34 0 258 0
Current children cumulated CPU time (s) 22.52
Current children cumulated vsize (KiB) 504444

[startup+12.7008 s]
/proc/loadavg: 4.76 6.26 7.30 10/187 22635
/proc/meminfo: memFree=22551552/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.54 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 0 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=15932 CPUtime=11.84 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 1395 0 0 0 1184 0 0 0 25 0 1 0 517667874 16314368 1287 33554432000 4194304 4785740 140737279056592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 3983 1287 340 145 0 1028 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=6.34 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 634 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=11312 CPUtime=12.69 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 4535 0 0 0 1268 1 0 0 25 0 1 0 517667874 11583488 2022 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 2828 2022 127 39 0 1908 0
[pid=22618] ppid=22613 vsize=7264 CPUtime=6.28 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 461 0 0 0 628 0 0 0 25 0 1 0 517667874 7438336 354 33554432000 4194304 4331988 140733550673616 18446744073709551615 4226235 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 1816 354 174 34 0 258 0
Current children cumulated CPU time (s) 41.69
Current children cumulated vsize (KiB) 508788


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


[startup+642.3 s]
/proc/loadavg: 9.32 8.88 8.23 10/187 22652
/proc/meminfo: memFree=22361736/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26016 CPUtime=641.45 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3754 0 0 0 64144 1 0 0 25 0 1 0 517667874 26640384 3646 33554432000 4194304 4785740 140737279056592 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6504 3646 341 145 0 3549 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=319.46 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 31946 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=30216 CPUtime=642.3 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 58521 0 0 0 64221 9 0 0 25 0 1 0 517667874 30941184 6748 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 7554 6748 127 39 0 6634 0
[pid=22618] ppid=22613 vsize=24992 CPUtime=319.36 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4430 0 0 0 31934 2 0 0 25 0 1 0 517667874 25591808 4304 33554432000 4194304 4331988 140733550673616 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6248 4304 175 34 0 4690 0
Current children cumulated CPU time (s) 1927.12
Current children cumulated vsize (KiB) 555504

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

[startup+655.001 s]
/proc/loadavg: 9.33 8.90 8.25 10/187 22653
/proc/meminfo: memFree=22356272/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26188 CPUtime=654.15 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3771 0 0 0 65414 1 0 0 25 0 1 0 517667874 26816512 3663 33554432000 4194304 4785740 140737279056592 18446744073709551615 4276247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6547 3663 341 145 0 3592 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=325.79 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 32579 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=34696 CPUtime=655 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 59641 0 0 0 65491 9 0 0 25 0 1 0 517667874 35528704 7868 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 8674 7868 127 39 0 7754 0
[pid=22618] ppid=22613 vsize=25344 CPUtime=325.66 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4560 0 0 0 32564 2 0 0 25 0 1 0 517667874 25952256 4434 33554432000 4194304 4331988 140733550673616 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6336 4434 175 34 0 4778 0
Current children cumulated CPU time (s) 1965.15
Current children cumulated vsize (KiB) 560508

[startup+661.401 s]
/proc/loadavg: 9.30 8.90 8.26 10/187 22653
/proc/meminfo: memFree=22372516/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26188 CPUtime=660.55 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3771 0 0 0 66054 1 0 0 25 0 1 0 517667874 26816512 3663 33554432000 4194304 4785740 140737279056592 18446744073709551615 4553293 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6547 3663 341 145 0 3592 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=328.95 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 32895 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=30600 CPUtime=661.4 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 59833 0 0 0 66131 9 0 0 25 0 1 0 517667874 31334400 6844 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 7650 6844 127 39 0 6730 0
[pid=22618] ppid=22613 vsize=25344 CPUtime=328.86 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4628 0 0 0 32884 2 0 0 25 0 1 0 517667874 25952256 4502 33554432000 4194304 4331988 140733550673616 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6336 4502 175 34 0 4778 0
Current children cumulated CPU time (s) 1984.31
Current children cumulated vsize (KiB) 556412

[startup+663 s]
/proc/loadavg: 9.28 8.90 8.26 10/187 22653
/proc/meminfo: memFree=22372516/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26188 CPUtime=662.15 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3771 0 0 0 66214 1 0 0 25 0 1 0 517667874 26816512 3663 33554432000 4194304 4785740 140737279056592 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6547 3663 341 145 0 3592 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=329.75 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 32975 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530512 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=30600 CPUtime=663 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 59833 0 0 0 66291 9 0 0 25 0 1 0 517667874 31334400 6844 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 7650 6844 127 39 0 6730 0
[pid=22618] ppid=22613 vsize=25344 CPUtime=329.66 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4645 0 0 0 32964 2 0 0 25 0 1 0 517667874 25952256 4519 33554432000 4194304 4331988 140733550673616 18446744073709551615 4287489 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6336 4519 175 34 0 4778 0
Current children cumulated CPU time (s) 1989.11
Current children cumulated vsize (KiB) 556412

[startup+663.801 s]
/proc/loadavg: 9.28 8.90 8.26 10/187 22653
/proc/meminfo: memFree=22372392/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26188 CPUtime=662.95 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3771 0 0 0 66294 1 0 0 25 0 1 0 517667874 26816512 3663 33554432000 4194304 4785740 140737279056592 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6547 3663 341 145 0 3592 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=330.14 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 33014 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=30600 CPUtime=663.8 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 59833 0 0 0 66371 9 0 0 25 0 1 0 517667874 31334400 6844 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 7650 6844 127 39 0 6730 0
[pid=22618] ppid=22613 vsize=25344 CPUtime=330.06 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4653 0 0 0 33004 2 0 0 25 0 1 0 517667874 25952256 4527 33554432000 4194304 4331988 140733550673616 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6336 4527 175 34 0 4778 0
Current children cumulated CPU time (s) 1991.5
Current children cumulated vsize (KiB) 556412

[startup+664.601 s]
/proc/loadavg: 9.28 8.90 8.26 10/187 22653
/proc/meminfo: memFree=22372268/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26188 CPUtime=663.75 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3771 0 0 0 66374 1 0 0 25 0 1 0 517667874 26816512 3663 33554432000 4194304 4785740 140737279056592 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6547 3663 341 145 0 3592 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=330.53 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 33053 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=30600 CPUtime=664.6 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 59833 0 0 0 66451 9 0 0 25 0 1 0 517667874 31334400 6844 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328221 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 7650 6844 127 39 0 6730 0
[pid=22618] ppid=22613 vsize=25344 CPUtime=330.46 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4662 0 0 0 33044 2 0 0 25 0 1 0 517667874 25952256 4536 33554432000 4194304 4331988 140733550673616 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6336 4536 175 34 0 4778 0
Current children cumulated CPU time (s) 1993.89
Current children cumulated vsize (KiB) 556412

[startup+665.001 s]
/proc/loadavg: 9.28 8.90 8.26 10/187 22653
/proc/meminfo: memFree=22372268/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26188 CPUtime=664.15 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3771 0 0 0 66414 1 0 0 25 0 1 0 517667874 26816512 3663 33554432000 4194304 4785740 140737279056592 18446744073709551615 4552503 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6547 3663 341 145 0 3592 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=330.73 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 33073 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=30600 CPUtime=665 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 59833 0 0 0 66491 9 0 0 25 0 1 0 517667874 31334400 6844 33554432000 4194304 4352236 140737316774064 18446744073709551615 4328375 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 7650 6844 127 39 0 6730 0
[pid=22618] ppid=22613 vsize=25344 CPUtime=330.65 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4666 0 0 0 33063 2 0 0 25 0 1 0 517667874 25952256 4540 33554432000 4194304 4331988 140733550673616 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6336 4540 175 34 0 4778 0
Current children cumulated CPU time (s) 1995.08
Current children cumulated vsize (KiB) 556412

[startup+665.101 s]
/proc/loadavg: 9.28 8.90 8.26 10/187 22653
/proc/meminfo: memFree=22372268/32950928 swapFree=67087032/67111528
[pid=22613] ppid=22611 vsize=18324 CPUtime=4.55 cores=0,2,4,6
/proc/22613/stat : 22613 (ppfolio) S 22611 22613 22182 0 -1 4202496 521 6044 0 0 0 1 454 0 15 0 1 0 517667874 18763776 390 33554432000 4194304 4287625 140734487433216 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/22613/statm: 4581 390 342 23 0 91 0
[pid=22615] ppid=22613 vsize=26188 CPUtime=664.25 cores=4
/proc/22615/stat : 22615 (clasp) R 22613 22613 22182 0 -1 4202496 3771 0 0 0 66424 1 0 0 25 0 1 0 517667874 26816512 3663 33554432000 4194304 4785740 140737279056592 18446744073709551615 4312511 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22615/statm: 6547 3663 341 145 0 3592 0
[pid=22616] ppid=22613 vsize=455956 CPUtime=330.79 cores=6
/proc/22616/stat : 22616 (TNM) R 22613 22613 22182 0 -1 4202496 339 0 0 0 33079 0 0 0 25 0 1 0 517667874 466898944 236 33554432000 134512640 134534564 4290436560 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22616/statm: 113989 236 95 6 0 112655 0
[pid=22617] ppid=22613 vsize=30600 CPUtime=665.1 cores=2
/proc/22617/stat : 22617 (lingeling) R 22613 22613 22182 0 -1 4202496 59833 0 0 0 66501 9 0 0 25 0 1 0 517667874 31334400 6844 33554432000 4194304 4352236 140737316774064 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22617/statm: 7650 6844 127 39 0 6730 0
[pid=22618] ppid=22613 vsize=25344 CPUtime=330.7 cores=6
/proc/22618/stat : 22618 (march_hi) R 22613 22613 22182 0 -1 4202496 4667 0 0 0 33068 2 0 0 25 0 1 0 517667874 25952256 4541 33554432000 4194304 4331988 140733550673616 18446744073709551615 4299368 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22618/statm: 6336 4541 175 34 0 4778 0
Current children cumulated CPU time (s) 1995.39
Current children cumulated vsize (KiB) 556412

Child status: 0
Real time (s): 665.14
CPU time (s): 1995.57
CPU user time (s): 1995.4
CPU system time (s): 0.163975
CPU usage (%): 300.022
Max. virtual memory (cumulated for all children) (KiB): 13258188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1995.4
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75193
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= 1010
involuntary context switches= 17091

runsolver used 0.942856 second user time and 2.68059 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 09:05:08
IDJOB=3191129
IDBENCH=82860
IDSOLVER=1612
FILE ID=node148/3191129-1304060708
RUNJOBID= node148-1304060708-22540
PBS_JOBID= 13170435
Free space on /tmp= 71424 MiB

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

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

MD5SUM BENCH= 74f6f450e8e5ce3811b2d7ad1f57d348
RANDOM SEED=1688282410

node148.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.854
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.70
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22597360 kB
Buffers:       2018584 kB
Cached:        7728668 kB
SwapCached:       3548 kB
Active:        1759224 kB
Inactive:      8030568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22597360 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           19108 kB
Writeback:           0 kB
AnonPages:       40988 kB
Mapped:          13572 kB
Slab:           500068 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188704 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= 71416 MiB
End job on node148 at 2011-04-29 09:16:13