Trace number 3265957

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 559.938 140.176

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.756
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

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
559.58/140.17	s UNSATISFIABLE
559.58/140.17	solver [2] clasp 1.3.6 answered
559.58/140.17	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-3265957-1304096737/watcher-3265957-1304096737 -o /tmp/evaluation-result-3265957-1304096737/solver-3265957-1304096737 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3265957-1304096737.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: 10.14 10.13 9.93 6/182 24826
/proc/meminfo: memFree=19350648/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0

[startup+0.968317 s]
/proc/loadavg: 10.14 10.13 9.93 6/182 24826
/proc/meminfo: memFree=19350648/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.0683 s]
/proc/loadavg: 10.14 10.13 9.93 6/182 24826
/proc/meminfo: memFree=19350648/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10029 s]
/proc/loadavg: 10.14 10.13 9.93 6/182 24826
/proc/meminfo: memFree=19350648/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.26826 s]
/proc/loadavg: 10.14 10.13 9.93 6/182 24826
/proc/meminfo: memFree=19350648/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50022 s]
/proc/loadavg: 10.14 10.13 9.93 6/182 24826
/proc/meminfo: memFree=19350648/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10693 s]
/proc/loadavg: 10.29 10.16 9.94 11/188 24833
/proc/meminfo: memFree=19324436/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=121964 CPUtime=3.09 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 4507 0 0 0 309 0 0 0 25 0 1 0 521271714 124891136 2771 33554432000 4194304 4587354 140736394922000 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 30491 2771 338 96 0 27053 0
[pid=24828] ppid=24826 vsize=15332 CPUtime=3.1 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 1287 0 0 0 310 0 0 0 25 0 1 0 521271714 15699968 1174 33554432000 4194304 4785740 140736823082624 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 3833 1174 341 145 0 878 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=1.94 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 194 0 0 0 21 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=9292 CPUtime=3.1 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 2017 0 0 0 310 0 0 0 25 0 1 0 521271714 9515008 1490 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328771 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 2323 1490 126 39 0 1403 0
[pid=24831] ppid=24826 vsize=10124 CPUtime=1.13 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 1280 0 0 0 113 0 0 0 25 0 1 0 521271714 10366976 868 33554432000 4194304 4331988 140735554244432 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 2531 868 174 34 0 973 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 631652

[startup+6.30036 s]
/proc/loadavg: 10.34 10.17 9.94 11/188 24833
/proc/meminfo: memFree=19319184/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=125080 CPUtime=6.3 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 6678 0 0 0 629 1 0 0 25 0 1 0 521271714 128081920 3933 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 31270 3933 338 96 0 27832 0
[pid=24828] ppid=24826 vsize=16456 CPUtime=6.29 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 1549 0 0 0 629 0 0 0 25 0 1 0 521271714 16850944 1436 33554432000 4194304 4785740 140736823082624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 4114 1436 341 145 0 1159 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=3.54 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 354 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=9808 CPUtime=6.3 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 2466 0 0 0 630 0 0 0 25 0 1 0 521271714 10043392 1619 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328400 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 2452 1619 126 39 0 1532 0
[pid=24831] ppid=24826 vsize=10324 CPUtime=2.72 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 1323 0 0 0 272 0 0 0 25 0 1 0 521271714 10571776 911 33554432000 4194304 4331988 140735554244432 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 2581 911 174 34 0 1023 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 636608

[startup+12.7012 s]
/proc/loadavg: 10.31 10.17 9.94 11/188 24833
/proc/meminfo: memFree=19309768/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=124832 CPUtime=12.69 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 9273 0 0 0 1268 1 0 0 25 0 1 0 521271714 127827968 3948 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 31208 3948 338 96 0 27770 0
[pid=24828] ppid=24826 vsize=17460 CPUtime=12.69 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 1807 0 0 0 1269 0 0 0 25 0 1 0 521271714 17879040 1694 33554432000 4194304 4785740 140736823082624 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 4365 1694 341 145 0 1410 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=6.72 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 672 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=13024 CPUtime=12.69 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 4390 0 0 0 1269 0 0 0 25 0 1 0 521271714 13336576 2423 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 3256 2423 126 39 0 2336 0
[pid=24831] ppid=24826 vsize=10628 CPUtime=5.91 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 1399 0 0 0 591 0 0 0 25 0 1 0 521271714 10883072 987 33554432000 4194304 4331988 140735554244432 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 2657 987 175 34 0 1099 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 640884

[startup+25.5009 s]
/proc/loadavg: 10.34 10.18 9.95 11/188 24833
/proc/meminfo: memFree=19307352/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=130740 CPUtime=25.49 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 13906 0 0 0 2547 2 0 0 25 0 1 0 521271714 133877760 5247 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 32685 5247 338 96 0 29247 0
[pid=24828] ppid=24826 vsize=19208 CPUtime=25.49 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 2223 0 0 0 2549 0 0 0 25 0 1 0 521271714 19668992 2110 33554432000 4194304 4785740 140736823082624 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 4802 2110 341 145 0 1847 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=13.05 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 1305 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=13024 CPUtime=25.48 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 6406 0 0 0 2548 0 0 0 25 0 1 0 521271714 13336576 2423 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 3256 2423 126 39 0 2336 0
[pid=24831] ppid=24826 vsize=11008 CPUtime=12.31 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 1487 0 0 0 1231 0 0 0 25 0 1 0 521271714 11272192 1075 33554432000 4194304 4331988 140735554244432 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 2752 1075 175 34 0 1194 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 648920

[startup+51.1013 s]
/proc/loadavg: 10.35 10.19 9.96 11/188 24834
/proc/meminfo: memFree=19289400/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=132684 CPUtime=51.09 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 21201 0 0 0 5105 4 0 0 25 0 1 0 521271714 135868416 6240 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 33171 6240 338 96 0 29733 0
[pid=24828] ppid=24826 vsize=22812 CPUtime=51.09 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 3085 0 0 0 5109 0 0 0 25 0 1 0 521271714 23359488 2972 33554432000 4194304 4785740 140736823082624 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 5703 2972 341 145 0 2748 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=25.81 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 2581 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=19352 CPUtime=51.08 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 11209 0 0 0 5107 1 0 0 25 0 1 0 521271714 19816448 4038 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 4838 4038 127 39 0 3918 0
[pid=24831] ppid=24826 vsize=12324 CPUtime=25 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 1737 0 0 0 2500 0 0 0 25 0 1 0 521271714 12619776 1325 33554432000 4194304 4331988 140735554244432 18446744073709551615 4239663 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 3081 1325 175 34 0 1523 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 662112

[startup+102.301 s]
/proc/loadavg: 10.22 10.18 9.96 11/188 24835
/proc/meminfo: memFree=19269884/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=140320 CPUtime=102.29 cores=1

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

Current children cumulated CPU time (s) 463.33
Current children cumulated vsize (KiB) 690196

[startup+128.801 s]
/proc/loadavg: 10.15 10.16 9.96 11/188 24836
/proc/meminfo: memFree=19262300/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=153104 CPUtime=128.79 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 31831 0 0 0 12873 6 0 0 25 0 1 0 521271714 156778496 10255 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 38276 10255 338 96 0 34838 0
[pid=24828] ppid=24826 vsize=27360 CPUtime=128.78 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 4146 0 0 0 12878 0 0 0 25 0 1 0 521271714 28016640 4033 33554432000 4194304 4785740 140736823082624 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 6840 4033 341 145 0 3885 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=64.49 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 6449 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=20636 CPUtime=128.78 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 22442 0 0 0 12875 3 0 0 25 0 1 0 521271714 21131264 4359 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 5159 4359 127 39 0 4239 0
[pid=24831] ppid=24826 vsize=16296 CPUtime=63.59 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 2395 0 0 0 6359 0 0 0 25 0 1 0 521271714 16687104 1983 33554432000 4194304 4331988 140735554244432 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 4074 1983 175 34 0 2516 0
Current children cumulated CPU time (s) 514.43
Current children cumulated vsize (KiB) 692336

[startup+135.201 s]
/proc/loadavg: 10.14 10.16 9.96 11/188 24836
/proc/meminfo: memFree=19248288/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=153104 CPUtime=135.19 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 32662 0 0 0 13513 6 0 0 25 0 1 0 521271714 156778496 11057 33554432000 4194304 4587354 140736394922000 18446744073709551615 4232137 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 38276 11057 338 96 0 34838 0
[pid=24828] ppid=24826 vsize=27648 CPUtime=135.18 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 4247 0 0 0 13518 0 0 0 25 0 1 0 521271714 28311552 4134 33554432000 4194304 4785740 140736823082624 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 6912 4134 341 145 0 3957 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=67.66 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 6766 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=21664 CPUtime=135.19 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 23531 0 0 0 13515 4 0 0 25 0 1 0 521271714 22183936 4616 33554432000 4194304 4352236 140734586667536 18446744073709551615 4295426 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 5416 4616 127 39 0 4496 0
[pid=24831] ppid=24826 vsize=16960 CPUtime=66.79 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 2452 0 0 0 6679 0 0 0 25 0 1 0 521271714 17367040 2040 33554432000 4194304 4331988 140735554244432 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 4240 2040 175 34 0 2682 0
Current children cumulated CPU time (s) 540.01
Current children cumulated vsize (KiB) 694316

[startup+138.407 s]
/proc/loadavg: 10.12 10.16 9.96 11/188 24836
/proc/meminfo: memFree=19260932/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=153140 CPUtime=138.39 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 33640 0 0 0 13833 6 0 0 25 0 1 0 521271714 156815360 10366 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 38285 10366 338 96 0 34847 0
[pid=24828] ppid=24826 vsize=27648 CPUtime=138.39 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 4256 0 0 0 13839 0 0 0 25 0 1 0 521271714 28311552 4143 33554432000 4194304 4785740 140736823082624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 6912 4143 341 145 0 3957 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=69.25 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 6925 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=17568 CPUtime=138.4 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 23531 0 0 0 13836 4 0 0 25 0 1 0 521271714 17989632 3592 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 4392 3592 127 39 0 3472 0
[pid=24831] ppid=24826 vsize=16960 CPUtime=68.39 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 2476 0 0 0 6839 0 0 0 25 0 1 0 521271714 17367040 2064 33554432000 4194304 4331988 140735554244432 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 4240 2064 175 34 0 2682 0
Current children cumulated CPU time (s) 552.82
Current children cumulated vsize (KiB) 690256

[startup+139.2 s]
/proc/loadavg: 10.12 10.16 9.96 11/188 24836
/proc/meminfo: memFree=19260932/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=153140 CPUtime=139.19 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 33726 0 0 0 13913 6 0 0 25 0 1 0 521271714 156815360 10447 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 38285 10447 338 96 0 34847 0
[pid=24828] ppid=24826 vsize=27792 CPUtime=139.18 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 4280 0 0 0 13918 0 0 0 25 0 1 0 521271714 28459008 4167 33554432000 4194304 4785740 140736823082624 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 6948 4167 341 145 0 3993 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=69.64 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 6964 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=17824 CPUtime=139.19 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 23595 0 0 0 13915 4 0 0 25 0 1 0 521271714 18251776 3656 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 4456 3656 127 39 0 3536 0
[pid=24831] ppid=24826 vsize=16960 CPUtime=68.79 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 2482 0 0 0 6879 0 0 0 25 0 1 0 521271714 17367040 2070 33554432000 4194304 4331988 140735554244432 18446744073709551615 4210461 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 4240 2070 175 34 0 2682 0
Current children cumulated CPU time (s) 555.99
Current children cumulated vsize (KiB) 690656

[startup+139.6 s]
/proc/loadavg: 10.12 10.16 9.96 11/188 24836
/proc/meminfo: memFree=19260312/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=153140 CPUtime=139.59 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 33777 0 0 0 13953 6 0 0 25 0 1 0 521271714 156815360 10497 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 38285 10497 338 96 0 34847 0
[pid=24828] ppid=24826 vsize=27792 CPUtime=139.58 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 4281 0 0 0 13958 0 0 0 25 0 1 0 521271714 28459008 4168 33554432000 4194304 4785740 140736823082624 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 6948 4168 341 145 0 3993 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=69.83 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 6983 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=18848 CPUtime=139.59 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 23851 0 0 0 13955 4 0 0 25 0 1 0 521271714 19300352 3912 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 4712 3912 127 39 0 3792 0
[pid=24831] ppid=24826 vsize=16960 CPUtime=68.99 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 2485 0 0 0 6899 0 0 0 25 0 1 0 521271714 17367040 2073 33554432000 4194304 4331988 140735554244432 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 4240 2073 175 34 0 2682 0
Current children cumulated CPU time (s) 557.58
Current children cumulated vsize (KiB) 691680

[startup+140.001 s]
/proc/loadavg: 10.12 10.16 9.96 11/188 24836
/proc/meminfo: memFree=19260312/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=153140 CPUtime=139.99 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 33825 0 0 0 13993 6 0 0 25 0 1 0 521271714 156815360 10544 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 38285 10544 338 96 0 34847 0
[pid=24828] ppid=24826 vsize=27792 CPUtime=139.98 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 4281 0 0 0 13998 0 0 0 25 0 1 0 521271714 28459008 4168 33554432000 4194304 4785740 140736823082624 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 6948 4168 341 145 0 3993 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=70.04 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 7004 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=18848 CPUtime=139.99 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 23851 0 0 0 13995 4 0 0 25 0 1 0 521271714 19300352 3912 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 4712 3912 127 39 0 3792 0
[pid=24831] ppid=24826 vsize=16960 CPUtime=69.19 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 2489 0 0 0 6919 0 0 0 25 0 1 0 521271714 17367040 2077 33554432000 4194304 4331988 140735554244432 18446744073709551615 4302413 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 4240 2077 175 34 0 2682 0
Current children cumulated CPU time (s) 559.19
Current children cumulated vsize (KiB) 691680

[startup+140.101 s]
/proc/loadavg: 10.12 10.16 9.96 11/188 24836
/proc/meminfo: memFree=19260312/32951124 swapFree=67111524/67111528
[pid=24826] ppid=24824 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24826/stat : 24826 (ppfolio) S 24824 24826 23533 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 521271714 18763776 390 33554432000 4194304 4287625 140737246725680 18446744073709551615 228122734095 0 0 4096 65536 2224752244253786111 0 0 17 5 0 0 0
/proc/24826/statm: 4581 390 341 23 0 91 0
[pid=24827] ppid=24826 vsize=153140 CPUtime=140.09 cores=1
/proc/24827/stat : 24827 (cryptominisat) R 24826 24826 23533 0 -1 4202496 33837 0 0 0 14003 6 0 0 25 0 1 0 521271714 156815360 10556 33554432000 4194304 4587354 140736394922000 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24827/statm: 38285 10556 338 96 0 34847 0
[pid=24828] ppid=24826 vsize=27792 CPUtime=140.08 cores=5
/proc/24828/stat : 24828 (clasp) R 24826 24826 23533 0 -1 4202496 4281 0 0 0 14008 0 0 0 25 0 1 0 521271714 28459008 4168 33554432000 4194304 4785740 140736823082624 18446744073709551615 4546069 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24828/statm: 6948 4168 341 145 0 3993 0
[pid=24829] ppid=24826 vsize=456616 CPUtime=70.13 cores=7
/proc/24829/stat : 24829 (TNM) R 24826 24826 23533 0 -1 4202496 635 0 0 0 7013 0 0 0 25 0 1 0 521271714 467574784 531 33554432000 134512640 134534564 4292853824 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24829/statm: 114154 531 95 6 0 112820 0
[pid=24830] ppid=24826 vsize=18848 CPUtime=140.09 cores=3
/proc/24830/stat : 24830 (lingeling) R 24826 24826 23533 0 -1 4202496 23851 0 0 0 14005 4 0 0 25 0 1 0 521271714 19300352 3912 33554432000 4194304 4352236 140734586667536 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24830/statm: 4712 3912 127 39 0 3792 0
[pid=24831] ppid=24826 vsize=16960 CPUtime=69.19 cores=7
/proc/24831/stat : 24831 (march_hi) R 24826 24826 23533 0 -1 4202496 2489 0 0 0 6919 0 0 0 25 0 1 0 521271714 17367040 2077 33554432000 4194304 4331988 140735554244432 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24831/statm: 4240 2077 175 34 0 2682 0
Current children cumulated CPU time (s) 559.58
Current children cumulated vsize (KiB) 691680

Child status: 0
Real time (s): 140.176
CPU time (s): 559.938
CPU user time (s): 559.808
CPU system time (s): 0.12998
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 762012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 559.808
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65660
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= 275
involuntary context switches= 5162

runsolver used 0.198969 second user time and 0.562914 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 19:05:37
IDJOB=3265957
IDBENCH=85841
IDSOLVER=1612
FILE ID=node138/3265957-1304096737
RUNJOBID= node138-1304093161-24370
PBS_JOBID= 13170556
Free space on /tmp= 71804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265957-1304096737/watcher-3265957-1304096737 -o /tmp/evaluation-result-3265957-1304096737/solver-3265957-1304096737 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3265957-1304096737.cnf

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=955067041

node138.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19350928 kB
Buffers:       2035856 kB
Cached:       10839488 kB
SwapCached:          4 kB
Active:        2966896 kB
Inactive:     10068788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19350928 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10152 kB
Writeback:           0 kB
AnonPages:      159732 kB
Mapped:          16720 kB
Slab:           500120 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   893348 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= 71796 MiB
End job on node138 at 2011-04-29 19:07:58