Trace number 3191059

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 par? (TO) 4800.42 1201.71

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1383368897-031.UNKNOWN.cnf
MD5SUM4d20714634af5755393f1c67cf27956c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
4800.36/1201.71	Done

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3191059-1304055762/watcher-3191059-1304055762 -o /tmp/evaluation-result-3191059-1304055762/solver-3191059-1304055762 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191059-1304055762.cnf 

running on 4 cores: 1,3,5,7

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: 7.09 7.85 7.94 6/181 30849
/proc/meminfo: memFree=27781052/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) R 30847 30849 30345 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0

[startup+0.969402 s]
/proc/loadavg: 7.09 7.85 7.94 6/181 30849
/proc/meminfo: memFree=27781052/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 18 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.0004 s]
/proc/loadavg: 7.09 7.85 7.94 6/181 30849
/proc/meminfo: memFree=27781052/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 18 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10038 s]
/proc/loadavg: 7.09 7.85 7.94 6/181 30849
/proc/meminfo: memFree=27781052/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20036 s]
/proc/loadavg: 7.09 7.85 7.94 6/181 30849
/proc/meminfo: memFree=27781052/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50031 s]
/proc/loadavg: 7.09 7.85 7.94 6/181 30849
/proc/meminfo: memFree=27781052/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10702 s]
/proc/loadavg: 7.24 7.87 7.94 10/187 30855
/proc/meminfo: memFree=27760252/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2089064 CPUtime=3.09 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 5335 0 0 0 309 0 0 0 25 0 1 0 517173948 2139201536 3295 33554432000 4194304 4587354 140735033287776 18446744073709551615 4388248 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 522266 3295 337 96 0 518828 0
[pid=30851] ppid=30849 vsize=14820 CPUtime=3.1 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 1171 0 0 0 310 0 0 0 25 0 1 0 517173948 15175680 1059 33554432000 4194304 4785740 140733930087232 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 3705 1059 340 145 0 750 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=2.17 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 217 0 0 0 21 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=6540 CPUtime=3.1 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 1160 0 0 0 310 0 0 0 25 0 1 0 517173948 6696960 833 33554432000 4194304 4352236 140734350961696 18446744073709551615 4231284 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 1635 833 127 39 0 715 0
[pid=30854] ppid=30849 vsize=7840 CPUtime=0.91 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 577 0 0 0 91 0 0 0 25 0 1 0 517173948 8028160 470 33554432000 4194304 4331988 140736524570704 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 1960 470 172 34 0 402 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 2592412

[startup+6.30044 s]
/proc/loadavg: 7.24 7.87 7.94 10/187 30855
/proc/meminfo: memFree=27753572/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2090268 CPUtime=6.29 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 7325 0 0 0 629 0 0 0 25 0 1 0 517173948 2140434432 3680 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 522567 3680 337 96 0 519129 0
[pid=30851] ppid=30849 vsize=15780 CPUtime=6.29 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 1410 0 0 0 629 0 0 0 25 0 1 0 517173948 16158720 1298 33554432000 4194304 4785740 140733930087232 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 3945 1298 340 145 0 990 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=3.84 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 384 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=8340 CPUtime=6.29 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 2186 0 0 0 629 0 0 0 25 0 1 0 517173948 8540160 1283 33554432000 4194304 4352236 140734350961696 18446744073709551615 4329300 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 2085 1283 127 39 0 1165 0
[pid=30854] ppid=30849 vsize=8464 CPUtime=2.41 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 701 0 0 0 241 0 0 0 25 0 1 0 517173948 8667136 594 33554432000 4194304 4331988 140736524570704 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 2116 594 173 34 0 558 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2597000

[startup+12.7003 s]
/proc/loadavg: 7.46 7.90 7.95 10/187 30856
/proc/meminfo: memFree=27744896/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2097928 CPUtime=12.68 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 11448 0 0 0 1267 1 0 0 25 0 1 0 517173948 2148278272 4241 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 524482 4241 337 96 0 521044 0
[pid=30851] ppid=30849 vsize=17404 CPUtime=12.69 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 1789 0 0 0 1269 0 0 0 25 0 1 0 517173948 17821696 1677 33554432000 4194304 4785740 140733930087232 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 4351 1677 340 145 0 1396 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=7.02 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 702 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134528631 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=8604 CPUtime=12.69 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 3308 0 0 0 1269 0 0 0 25 0 1 0 517173948 8810496 1349 33554432000 4194304 4352236 140734350961696 18446744073709551615 4328141 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 2151 1349 127 39 0 1231 0
[pid=30854] ppid=30849 vsize=9200 CPUtime=5.61 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 857 0 0 0 561 0 0 0 25 0 1 0 517173948 9420800 750 33554432000 4194304 4331988 140736524570704 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 2300 750 173 34 0 742 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 2607284

[startup+25.501 s]
/proc/loadavg: 7.95 7.99 7.98 10/187 30856
/proc/meminfo: memFree=27734896/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2099232 CPUtime=25.49 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 17647 0 0 0 2546 3 0 0 25 0 1 0 517173948 2149613568 5008 33554432000 4194304 4587354 140735033287776 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 524808 5008 337 96 0 521370 0
[pid=30851] ppid=30849 vsize=19092 CPUtime=25.48 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 2205 0 0 0 2548 0 0 0 25 0 1 0 517173948 19550208 2093 33554432000 4194304 4785740 140733930087232 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 4773 2093 340 145 0 1818 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=13.44 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 1344 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134529870 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=11548 CPUtime=25.49 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 7020 0 0 0 2548 1 0 0 25 0 1 0 517173948 11825152 2085 33554432000 4194304 4352236 140734350961696 18446744073709551615 4329315 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 2887 2085 127 39 0 1967 0
[pid=30854] ppid=30849 vsize=10700 CPUtime=11.91 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 1104 0 0 0 1191 0 0 0 25 0 1 0 517173948 10956800 997 33554432000 4194304 4331988 140736524570704 18446744073709551615 4226550 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 2675 997 173 34 0 1117 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2614720

[startup+51.1003 s]
/proc/loadavg: 8.31 8.07 8.01 10/187 30857
/proc/meminfo: memFree=27717364/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2097168 CPUtime=51.09 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 25577 0 0 0 5105 4 0 0 25 0 1 0 517173948 2147500032 7284 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 524292 7284 337 96 0 520854 0
[pid=30851] ppid=30849 vsize=21368 CPUtime=51.08 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 2759 0 0 0 5108 0 0 0 25 0 1 0 517173948 21880832 2647 33554432000 4194304 4785740 140733930087232 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 5342 2647 340 145 0 2387 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=26.14 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 2614 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=13088 CPUtime=51.09 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 11469 0 0 0 5107 2 0 0 25 0 1 0 517173948 13402112 2470 33554432000 4194304 4352236 140734350961696 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 3272 2470 127 39 0 2352 0
[pid=30854] ppid=30849 vsize=12300 CPUtime=24.67 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 1579 0 0 0 2467 0 0 0 25 0 1 0 517173948 12595200 1472 33554432000 4194304 4331988 140736524570704 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 3075 1472 173 34 0 1517 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 2618072

[startup+102.301 s]
/proc/loadavg: 8.83 8.26 8.07 10/187 30858
/proc/meminfo: memFree=27698992/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2113324 CPUtime=102.29 cores=1

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

[pid=30850] ppid=30849 vsize=2129188 CPUtime=882.31 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 125966 0 0 0 88186 45 0 0 25 0 1 0 517173948 2180288512 14259 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 532297 14259 337 96 0 528859 0
[pid=30851] ppid=30849 vsize=38904 CPUtime=882.3 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 6808 0 0 0 88229 1 0 0 25 0 1 0 517173948 39837696 6696 33554432000 4194304 4785740 140733930087232 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 9726 6696 340 145 0 6771 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=439.56 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 43956 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=23076 CPUtime=882.32 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 85582 0 0 0 88222 10 0 0 25 0 1 0 517173948 23629824 4967 33554432000 4194304 4352236 140734350961696 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 5769 4967 127 39 0 4849 0
[pid=30854] ppid=30849 vsize=81364 CPUtime=437.94 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 14616 0 0 0 43786 8 0 0 25 0 1 0 517173948 83316736 14509 33554432000 4194304 4331988 140736524570704 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 20341 14509 173 34 0 18783 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 2746680

[startup+942.301 s]
/proc/loadavg: 9.22 9.14 8.72 10/187 30881
/proc/meminfo: memFree=27557432/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2129188 CPUtime=942.31 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 129558 0 0 0 94184 47 0 0 25 0 1 0 517173948 2180288512 14259 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 532297 14259 337 96 0 528859 0
[pid=30851] ppid=30849 vsize=39372 CPUtime=942.3 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 6896 0 0 0 94229 1 0 0 25 0 1 0 517173948 40316928 6784 33554432000 4194304 4785740 140733930087232 18446744073709551615 4553288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 9843 6784 340 145 0 6888 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=469.37 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 46937 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=31268 CPUtime=942.31 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 90318 0 0 0 94221 10 0 0 25 0 1 0 517173948 32018432 7015 33554432000 4194304 4352236 140734350961696 18446744073709551615 4328184 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 7817 7015 127 39 0 6897 0
[pid=30854] ppid=30849 vsize=81364 CPUtime=467.8 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 15500 0 0 0 46771 9 0 0 25 0 1 0 517173948 83316736 15393 33554432000 4194304 4331988 140736524570704 18446744073709551615 4265490 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 20341 15393 173 34 0 18783 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 2755340

[startup+1002.3 s]
/proc/loadavg: 9.16 9.14 8.74 10/187 30882
/proc/meminfo: memFree=27548836/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2128000 CPUtime=1002.32 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 133180 0 0 0 100182 50 0 0 25 0 1 0 517173948 2179072000 14259 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 532000 14259 337 96 0 528562 0
[pid=30851] ppid=30849 vsize=39820 CPUtime=1002.31 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 6998 0 0 0 100230 1 0 0 25 0 1 0 517173948 40775680 6886 33554432000 4194304 4785740 140733930087232 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 9955 6886 340 145 0 7000 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=499.22 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 49922 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=36644 CPUtime=1002.32 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 95054 0 0 0 100221 11 0 0 25 0 1 0 517173948 37523456 8359 33554432000 4194304 4352236 140734350961696 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 9161 8359 127 39 0 8241 0
[pid=30854] ppid=30849 vsize=95708 CPUtime=497.62 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 16326 0 0 0 49753 9 0 0 25 0 1 0 517173948 98004992 16219 33554432000 4194304 4331988 140736524570704 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 23927 16219 173 34 0 22369 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 2774320

[startup+1062.3 s]
/proc/loadavg: 9.19 9.16 8.77 10/187 30884
/proc/meminfo: memFree=27494984/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2162156 CPUtime=1062.32 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 142774 0 0 0 106180 52 0 0 25 0 1 0 517173948 2214047744 23771 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 540539 23771 337 96 0 537101 0
[pid=30851] ppid=30849 vsize=40300 CPUtime=1062.31 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 7109 0 0 0 106230 1 0 0 25 0 1 0 517173948 41267200 6997 33554432000 4194304 4785740 140733930087232 18446744073709551615 4550961 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 10075 6997 340 145 0 7120 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=529.06 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 52906 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 3688726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=32548 CPUtime=1062.32 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 96782 0 0 0 106221 11 0 0 25 0 1 0 517173948 33329152 7335 33554432000 4194304 4352236 140734350961696 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 8137 7335 127 39 0 7217 0
[pid=30854] ppid=30849 vsize=95708 CPUtime=527.46 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 17164 0 0 0 52736 10 0 0 25 0 1 0 517173948 98004992 17057 33554432000 4194304 4331988 140736524570704 18446744073709551615 4229616 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 23927 17057 173 34 0 22369 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 2804860

[startup+1122.3 s]
/proc/loadavg: 9.22 9.17 8.80 10/187 30894
/proc/meminfo: memFree=27504540/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2152984 CPUtime=1122.32 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 143315 0 0 0 112179 53 0 0 25 0 1 0 517173948 2204655616 19993 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 538246 19993 337 96 0 534808 0
[pid=30851] ppid=30849 vsize=40600 CPUtime=1122.31 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 7187 0 0 0 112230 1 0 0 25 0 1 0 517173948 41574400 7075 33554432000 4194304 4785740 140733930087232 18446744073709551615 4312478 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 10150 7075 340 145 0 7195 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=558.88 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 55888 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=32036 CPUtime=1122.32 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 101774 0 0 0 112220 12 0 0 25 0 1 0 517173948 32804864 7207 33554432000 4194304 4352236 140734350961696 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 8009 7207 127 39 0 7089 0
[pid=30854] ppid=30849 vsize=95708 CPUtime=557.32 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 17971 0 0 0 55721 11 0 0 25 0 1 0 517173948 98004992 17864 33554432000 4194304 4331988 140736524570704 18446744073709551615 4288617 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 23927 17864 173 34 0 22369 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 2795476

[startup+1182.31 s]
/proc/loadavg: 9.20 9.17 8.82 10/187 30896
/proc/meminfo: memFree=27494688/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2147316 CPUtime=1182.33 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 147724 0 0 0 118178 55 0 0 25 0 1 0 517173948 2198851584 20147 33554432000 4194304 4587354 140735033287776 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 536829 20147 337 96 0 533391 0
[pid=30851] ppid=30849 vsize=41028 CPUtime=1182.32 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 7278 0 0 0 118231 1 0 0 25 0 1 0 517173948 42012672 7166 33554432000 4194304 4785740 140733930087232 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 10257 7166 340 145 0 7302 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=588.76 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 58876 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=35620 CPUtime=1182.33 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 104206 0 0 0 118221 12 0 0 25 0 1 0 517173948 36474880 8103 33554432000 4194304 4352236 140734350961696 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 8905 8103 127 39 0 7985 0
[pid=30854] ppid=30849 vsize=95708 CPUtime=587.11 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 18874 0 0 0 58700 11 0 0 25 0 1 0 517173948 98004992 18767 33554432000 4194304 4331988 140736524570704 18446744073709551615 4229432 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 23927 18767 173 34 0 22369 0
Current children cumulated CPU time (s) 4722.86
Current children cumulated vsize (KiB) 2793820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.29 9.19 8.83 10/187 30896
/proc/meminfo: memFree=27491208/32951124 swapFree=67111356/67111528
[pid=30849] ppid=30847 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/30849/stat : 30849 (ppfolio) S 30847 30849 30345 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 517173947 18763776 389 33554432000 4194304 4287625 140735774957824 18446744073709551615 218905751055 0 0 4096 65536 11147008040996175871 0 0 17 5 0 0 0
/proc/30849/statm: 4581 389 341 23 0 91 0
[pid=30850] ppid=30849 vsize=2147316 CPUtime=1201.73 cores=1
/proc/30850/stat : 30850 (cryptominisat) R 30849 30849 30345 0 -1 4202496 147724 0 0 0 120118 55 0 0 25 0 1 0 517173948 2198851584 20147 33554432000 4194304 4587354 140735033287776 18446744073709551615 4230313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30850/statm: 536829 20147 337 96 0 533391 0
[pid=30851] ppid=30849 vsize=41028 CPUtime=1201.72 cores=5
/proc/30851/stat : 30851 (clasp) R 30849 30849 30345 0 -1 4202496 7303 0 0 0 120171 1 0 0 25 0 1 0 517173948 42012672 7191 33554432000 4194304 4785740 140733930087232 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30851/statm: 10257 7191 340 145 0 7302 0
[pid=30852] ppid=30849 vsize=455824 CPUtime=598.45 cores=7
/proc/30852/stat : 30852 (TNM) R 30849 30849 30345 0 -1 4202496 336 0 0 0 59845 0 0 0 25 0 1 0 517173948 466763776 233 33554432000 134512640 134534564 4293926192 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30852/statm: 113956 233 95 6 0 112622 0
[pid=30853] ppid=30849 vsize=32036 CPUtime=1201.73 cores=3
/proc/30853/stat : 30853 (lingeling) R 30849 30849 30345 0 -1 4202496 104846 0 0 0 120161 12 0 0 25 0 1 0 517173948 32804864 7207 33554432000 4194304 4352236 140734350961696 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30853/statm: 8009 7207 127 39 0 7089 0
[pid=30854] ppid=30849 vsize=95708 CPUtime=596.72 cores=7
/proc/30854/stat : 30854 (march_hi) R 30849 30849 30345 0 -1 4202496 19160 0 0 0 59660 12 0 0 25 0 1 0 517173948 98004992 19053 33554432000 4194304 4331988 140736524570704 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30854/statm: 23927 19053 173 34 0 22369 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2790236

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.42
CPU user time (s): 4799.57
CPU system time (s): 0.845871
CPU usage (%): 399.465
Max. virtual memory (cumulated for all children) (KiB): 4834168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.57
system time used= 0.845871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279927
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= 633
involuntary context switches= 45101

runsolver used 1.90471 second user time and 4.65329 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 07:42:42
IDJOB=3191059
IDBENCH=82790
IDSOLVER=1612
FILE ID=node137/3191059-1304055762
RUNJOBID= node137-1304055758-30697
PBS_JOBID= 13170416
Free space on /tmp= 71612 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1383368897-031.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191059-1304055762/watcher-3191059-1304055762 -o /tmp/evaluation-result-3191059-1304055762/solver-3191059-1304055762 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191059-1304055762.cnf

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

MD5SUM BENCH= 4d20714634af5755393f1c67cf27956c
RANDOM SEED=1086961033

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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:     32951124 kB
MemFree:      27781332 kB
Buffers:        897140 kB
Cached:        3730868 kB
SwapCached:         56 kB
Active:         293016 kB
Inactive:      4409816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27781332 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           20440 kB
Writeback:           0 kB
AnonPages:       74756 kB
Mapped:          16508 kB
Slab:           402332 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   671400 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= 71600 MiB
End job on node137 at 2011-04-29 08:02:44