Trace number 3286730

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 734.12 183.833

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

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
734.12/183.82	s UNSATISFIABLE
734.12/183.83	solver [1] cryptominisat 2.7.1 answered
734.12/183.83	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-3286730-1304035355/watcher-3286730-1304035355 -o /tmp/evaluation-result-3286730-1304035355/solver-3286730-1304035355 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3286730-1304035355.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: 7.23 7.66 7.87 5/181 20794
/proc/meminfo: memFree=2632776/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) R 20792 20794 20083 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0

[startup+0.268192 s]
/proc/loadavg: 7.23 7.66 7.87 5/181 20794
/proc/meminfo: memFree=2632776/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300187 s]
/proc/loadavg: 7.23 7.66 7.87 5/181 20794
/proc/meminfo: memFree=2632776/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.40017 s]
/proc/loadavg: 7.23 7.66 7.87 5/181 20794
/proc/meminfo: memFree=2632776/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700117 s]
/proc/loadavg: 7.23 7.66 7.87 5/181 20794
/proc/meminfo: memFree=2632776/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50104 s]
/proc/loadavg: 7.23 7.66 7.87 10/187 20800
/proc/meminfo: memFree=1837272/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=47728 CPUtime=1.49 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 9098 0 0 0 148 1 0 0 25 0 1 0 593766242 48873472 6751 33554432000 4194304 4587354 140737167773472 18446744073709551615 4237641 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 11932 6751 330 96 0 8494 0
[pid=20796] ppid=20794 vsize=28456 CPUtime=1.49 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 5876 0 0 0 148 1 0 0 25 0 1 0 593766242 29138944 4421 33554432000 4194304 4785740 140734415468352 18446744073709551615 215988253381 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 7114 4421 340 145 0 4159 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=0.77 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 76 1 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=11708 CPUtime=1.48 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 3453 0 0 0 148 0 0 0 25 0 1 0 593766242 11988992 2093 33554432000 4194304 4352236 140733251057088 18446744073709551615 4303490 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 2927 2093 125 39 0 2007 0
[pid=20799] ppid=20794 vsize=31004 CPUtime=0.7 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 23369 0 0 0 67 3 0 0 25 0 1 0 593766242 31748096 4948 33554432000 4194304 4331988 140735990310192 18446744073709551615 4252192 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 7751 4948 151 34 0 6193 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 599908

[startup+3.1007 s]
/proc/loadavg: 7.05 7.62 7.85 6/181 20801
/proc/meminfo: memFree=17361504/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=47728 CPUtime=3.09 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 9996 0 0 0 308 1 0 0 25 0 1 0 593766242 48873472 7639 33554432000 4194304 4587354 140737167773472 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 11932 7639 330 96 0 8494 0
[pid=20796] ppid=20794 vsize=36168 CPUtime=3.09 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 7810 0 0 0 308 1 0 0 25 0 1 0 593766242 37036032 6355 33554432000 4194304 4785740 140734415468352 18446744073709551615 4546224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 9042 6355 340 145 0 6087 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=1.56 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 155 1 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134530283 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=13720 CPUtime=3.08 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 3956 0 0 0 308 0 0 0 25 0 1 0 593766242 14049280 2596 33554432000 4194304 4352236 140733251057088 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 3430 2596 125 39 0 2510 0
[pid=20799] ppid=20794 vsize=68748 CPUtime=1.5 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 30029 0 0 0 146 4 0 0 25 0 1 0 593766242 70397952 8464 33554432000 4194304 4331988 140735990310192 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 17187 8464 175 34 0 15629 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 647376

[startup+6.30114 s]
/proc/loadavg: 7.05 7.62 7.85 11/188 20833
/proc/meminfo: memFree=16894324/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=713012 CPUtime=6.29 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 12249 0 0 0 627 2 0 0 25 0 1 0 593766242 730124288 7848 33554432000 4194304 4587354 140737167773472 18446744073709551615 4234997 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 178253 7848 337 96 0 174815 0
[pid=20796] ppid=20794 vsize=51420 CPUtime=6.29 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 11579 0 0 0 627 2 0 0 25 0 1 0 593766242 52654080 10124 33554432000 4194304 4785740 140734415468352 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 12855 10124 340 145 0 9900 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=3.14 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 313 1 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=17688 CPUtime=6.28 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 4958 0 0 0 628 0 0 0 25 0 1 0 593766242 18112512 3590 33554432000 4194304 4352236 140733251057088 18446744073709551615 4278614 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 4422 3590 127 39 0 3502 0
[pid=20799] ppid=20794 vsize=71068 CPUtime=3.1 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 30537 0 0 0 306 4 0 0 25 0 1 0 593766242 72773632 8972 33554432000 4194304 4331988 140735990310192 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 17767 8972 175 34 0 16209 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1334200

[startup+12.7011 s]
/proc/loadavg: 7.29 7.66 7.87 11/188 20866
/proc/meminfo: memFree=16988924/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=713012 CPUtime=12.69 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 12250 0 0 0 1267 2 0 0 25 0 1 0 593766242 730124288 7849 33554432000 4194304 4587354 140737167773472 18446744073709551615 4230260 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 178253 7849 338 96 0 174815 0
[pid=20796] ppid=20794 vsize=71172 CPUtime=12.69 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 16490 0 0 0 1266 3 0 0 25 0 1 0 593766242 72880128 15035 33554432000 4194304 4785740 140734415468352 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 17793 15035 340 145 0 14838 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=6.34 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 633 1 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=21272 CPUtime=12.68 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 5854 0 0 0 1267 1 0 0 25 0 1 0 593766242 21782528 4486 33554432000 4194304 4352236 140733251057088 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 5318 4486 127 39 0 4398 0
[pid=20799] ppid=20794 vsize=71472 CPUtime=6.27 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 30646 0 0 0 622 5 0 0 25 0 1 0 593766242 73187328 9081 33554432000 4194304 4331988 140735990310192 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 17868 9081 175 34 0 16310 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1357940

[startup+25.5068 s]
/proc/loadavg: 7.34 7.66 7.86 11/188 20962
/proc/meminfo: memFree=16707488/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=750556 CPUtime=25.5 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 16323 0 0 0 2547 3 0 0 25 0 1 0 593766242 768569344 9639 33554432000 4194304 4587354 140737167773472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 187639 9639 338 96 0 184201 0
[pid=20796] ppid=20794 vsize=100076 CPUtime=25.49 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 23622 0 0 0 2543 6 0 0 25 0 1 0 593766242 102477824 22167 33554432000 4194304 4785740 140734415468352 18446744073709551615 4552568 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 25019 22167 340 145 0 22064 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=12.74 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 1272 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=25108 CPUtime=25.47 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 6814 0 0 0 2545 2 0 0 25 0 1 0 593766242 25710592 5445 33554432000 4194304 4352236 140733251057088 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 6277 5445 127 39 0 5357 0
[pid=20799] ppid=20794 vsize=71960 CPUtime=12.6 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 30764 0 0 0 1255 5 0 0 25 0 1 0 593766242 73687040 9199 33554432000 4194304 4331988 140735990310192 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 17990 9199 175 34 0 16432 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1428712

[startup+51.1003 s]
/proc/loadavg: 8.25 7.84 7.92 11/188 20963
/proc/meminfo: memFree=16265104/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=755180 CPUtime=51.09 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 21734 0 0 0 5105 4 0 0 25 0 1 0 593766242 773304320 13631 33554432000 4194304 4587354 140737167773472 18446744073709551615 4243416 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 188795 13631 338 96 0 185357 0
[pid=20796] ppid=20794 vsize=115216 CPUtime=51.09 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 27440 0 0 0 5102 7 0 0 25 0 1 0 593766242 117981184 25985 33554432000 4194304 4785740 140734415468352 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 28804 25985 340 145 0 25849 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=25.44 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 2542 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=27664 CPUtime=51.07 cores=2

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

/proc/20796/statm: 41177 38223 340 145 0 38222 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=86.03 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 8601 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=43024 CPUtime=172.85 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 13342 0 0 0 17282 3 0 0 25 0 1 0 593766242 44056576 9923 33554432000 4194304 4352236 140733251057088 18446744073709551615 4277010 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 10756 9923 127 39 0 9836 0
[pid=20799] ppid=20794 vsize=73892 CPUtime=85.91 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 31210 0 0 0 8586 5 0 0 25 0 1 0 593766242 75665408 9626 33554432000 4194304 4331988 140735990310192 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 18473 9626 175 34 0 16915 0
Current children cumulated CPU time (s) 690.57
Current children cumulated vsize (KiB) 1522076

[startup+179.301 s]
/proc/loadavg: 9.83 8.62 8.19 11/188 20966
/proc/meminfo: memFree=16123988/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=764352 CPUtime=179.28 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 42573 0 0 0 17916 12 0 0 25 0 1 0 593766242 782696448 16342 33554432000 4194304 4587354 140737167773472 18446744073709551615 4238990 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 191088 16342 338 96 0 187650 0
[pid=20796] ppid=20794 vsize=164708 CPUtime=179.29 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 39679 0 0 0 17918 11 0 0 25 0 1 0 593766242 168660992 38224 33554432000 4194304 4785740 140734415468352 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 41177 38224 340 145 0 38222 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=89.21 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 8919 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134530468 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=43028 CPUtime=179.24 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 14367 0 0 0 17921 3 0 0 25 0 1 0 593766242 44060672 9924 33554432000 4194304 4352236 140733251057088 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 10757 9924 127 39 0 9837 0
[pid=20799] ppid=20794 vsize=73892 CPUtime=89.08 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 31221 0 0 0 8903 5 0 0 25 0 1 0 593766242 75665408 9637 33554432000 4194304 4331988 140735990310192 18446744073709551615 4237103 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 18473 9637 175 34 0 16915 0
Current children cumulated CPU time (s) 716.1
Current children cumulated vsize (KiB) 1526992

[startup+180.901 s]
/proc/loadavg: 9.83 8.62 8.19 11/188 20966
/proc/meminfo: memFree=16125104/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=764352 CPUtime=180.88 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 42821 0 0 0 18076 12 0 0 25 0 1 0 593766242 782696448 16579 33554432000 4194304 4587354 140737167773472 18446744073709551615 4238459 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 191088 16579 338 96 0 187650 0
[pid=20796] ppid=20794 vsize=164708 CPUtime=180.89 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 39682 0 0 0 18078 11 0 0 25 0 1 0 593766242 168660992 38227 33554432000 4194304 4785740 140734415468352 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 41177 38227 340 145 0 38222 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=90 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 8998 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134530890 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=43028 CPUtime=180.84 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 14367 0 0 0 18081 3 0 0 25 0 1 0 593766242 44060672 9924 33554432000 4194304 4352236 140733251057088 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 10757 9924 127 39 0 9837 0
[pid=20799] ppid=20794 vsize=73892 CPUtime=89.88 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 31222 0 0 0 8983 5 0 0 25 0 1 0 593766242 75665408 9638 33554432000 4194304 4331988 140735990310192 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 18473 9638 175 34 0 16915 0
Current children cumulated CPU time (s) 722.49
Current children cumulated vsize (KiB) 1526992

[startup+182.5 s]
/proc/loadavg: 9.83 8.62 8.19 11/188 20966
/proc/meminfo: memFree=16123988/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=764352 CPUtime=182.48 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 43035 0 0 0 18235 13 0 0 25 0 1 0 593766242 782696448 16787 33554432000 4194304 4587354 140737167773472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 191088 16787 338 96 0 187650 0
[pid=20796] ppid=20794 vsize=164708 CPUtime=182.49 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 39683 0 0 0 18238 11 0 0 25 0 1 0 593766242 168660992 38228 33554432000 4194304 4785740 140734415468352 18446744073709551615 4551058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 41177 38228 340 145 0 38222 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=90.8 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 9078 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134525974 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=47124 CPUtime=182.45 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 15391 0 0 0 18241 4 0 0 25 0 1 0 593766242 48254976 10948 33554432000 4194304 4352236 140733251057088 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 11781 10948 127 39 0 10861 0
[pid=20799] ppid=20794 vsize=73892 CPUtime=90.68 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 31224 0 0 0 9063 5 0 0 25 0 1 0 593766242 75665408 9640 33554432000 4194304 4331988 140735990310192 18446744073709551615 4228196 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 18473 9640 175 34 0 16915 0
Current children cumulated CPU time (s) 728.9
Current children cumulated vsize (KiB) 1531088

[startup+183.301 s]
/proc/loadavg: 9.92 8.66 8.21 11/188 20966
/proc/meminfo: memFree=16119648/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=764352 CPUtime=183.29 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 43123 0 0 0 18316 13 0 0 25 0 1 0 593766242 782696448 16871 33554432000 4194304 4587354 140737167773472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 191088 16871 338 96 0 187650 0
[pid=20796] ppid=20794 vsize=164708 CPUtime=183.29 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 39683 0 0 0 18318 11 0 0 25 0 1 0 593766242 168660992 38228 33554432000 4194304 4785740 140734415468352 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 41177 38228 340 145 0 38222 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=91.19 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 9117 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=47124 CPUtime=183.25 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 15391 0 0 0 18321 4 0 0 25 0 1 0 593766242 48254976 10948 33554432000 4194304 4352236 140733251057088 18446744073709551615 4241442 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 11781 10948 127 39 0 10861 0
[pid=20799] ppid=20794 vsize=73892 CPUtime=91.08 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 31226 0 0 0 9103 5 0 0 25 0 1 0 593766242 75665408 9642 33554432000 4194304 4331988 140735990310192 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 18473 9642 175 34 0 16915 0
Current children cumulated CPU time (s) 732.1
Current children cumulated vsize (KiB) 1531088

[startup+183.701 s]
/proc/loadavg: 9.92 8.66 8.21 11/188 20966
/proc/meminfo: memFree=16119648/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=764352 CPUtime=183.69 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 43152 0 0 0 18356 13 0 0 25 0 1 0 593766242 782696448 16899 33554432000 4194304 4587354 140737167773472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 191088 16899 338 96 0 187650 0
[pid=20796] ppid=20794 vsize=164708 CPUtime=183.69 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 39684 0 0 0 18358 11 0 0 25 0 1 0 593766242 168660992 38229 33554432000 4194304 4785740 140734415468352 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 41177 38229 340 145 0 38222 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=91.39 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 9137 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=47124 CPUtime=183.65 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 15391 0 0 0 18361 4 0 0 25 0 1 0 593766242 48254976 10948 33554432000 4194304 4352236 140733251057088 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 11781 10948 127 39 0 10861 0
[pid=20799] ppid=20794 vsize=73892 CPUtime=91.28 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 31226 0 0 0 9123 5 0 0 25 0 1 0 593766242 75665408 9642 33554432000 4194304 4331988 140735990310192 18446744073709551615 4228196 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 18473 9642 175 34 0 16915 0
Current children cumulated CPU time (s) 733.7
Current children cumulated vsize (KiB) 1531088

[startup+183.801 s]
/proc/loadavg: 9.92 8.66 8.21 11/188 20966
/proc/meminfo: memFree=16118780/32950940 swapFree=67111528/67111528
[pid=20794] ppid=20792 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20794/stat : 20794 (ppfolio) S 20792 20794 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593766242 18763776 389 33554432000 4194304 4287625 140733950997232 18446744073709551615 215988612623 0 0 4096 65536 4577681426610126847 0 0 17 4 0 0 0
/proc/20794/statm: 4581 389 341 23 0 91 0
[pid=20795] ppid=20794 vsize=764352 CPUtime=183.79 cores=0
/proc/20795/stat : 20795 (cryptominisat) R 20794 20794 20083 0 -1 4202496 43170 0 0 0 18366 13 0 0 25 0 1 0 593766242 782696448 16916 33554432000 4194304 4587354 140737167773472 18446744073709551615 4414136 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20795/statm: 191088 16916 351 96 0 187650 0
[pid=20796] ppid=20794 vsize=164708 CPUtime=183.79 cores=4
/proc/20796/stat : 20796 (clasp) R 20794 20794 20083 0 -1 4202496 39684 0 0 0 18368 11 0 0 25 0 1 0 593766242 168660992 38229 33554432000 4194304 4785740 140734415468352 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20796/statm: 41177 38229 340 145 0 38222 0
[pid=20797] ppid=20794 vsize=462688 CPUtime=91.43 cores=6
/proc/20797/stat : 20797 (TNM) R 20794 20794 20083 0 -1 4202496 4851 0 0 0 9141 2 0 0 25 0 1 0 593766242 473792512 4748 33554432000 134512640 134534564 4290898000 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20797/statm: 115672 4748 95 6 0 114338 0
[pid=20798] ppid=20794 vsize=47124 CPUtime=183.76 cores=2
/proc/20798/stat : 20798 (lingeling) R 20794 20794 20083 0 -1 4202496 15391 0 0 0 18372 4 0 0 25 0 1 0 593766242 48254976 10948 33554432000 4194304 4352236 140733251057088 18446744073709551615 4278660 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20798/statm: 11781 10948 127 39 0 10861 0
[pid=20799] ppid=20794 vsize=73892 CPUtime=91.35 cores=6
/proc/20799/stat : 20799 (march_hi) R 20794 20794 20083 0 -1 4202496 31227 0 0 0 9130 5 0 0 25 0 1 0 593766242 75665408 9643 33554432000 4194304 4331988 140735990310192 18446744073709551615 4308755 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20799/statm: 18473 9643 175 34 0 16915 0
Current children cumulated CPU time (s) 734.12
Current children cumulated vsize (KiB) 1531088

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20794 and gives
#  childrusage.ru_utime.tv_sec=642
#  childrusage.ru_utime.tv_usec=540319
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=332949
# CPU time returned by wait4() is 642.873
# while last known CPU time is 734.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 183.833
CPU time (s): 734.12
CPU user time (s): 733.77
CPU system time (s): 0.35
CPU usage (%): 399.342
Max. virtual memory (cumulated for all children) (KiB): 2187052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 642.54
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103639
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= 268
involuntary context switches= 3745

runsolver used 0.295955 second user time and 0.712891 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 02:02:35
IDJOB=3286730
IDBENCH=82433
IDSOLVER=1612
FILE ID=node117/3286730-1304035355
RUNJOBID= node117-1304035319-20736
PBS_JOBID= 13170335
Free space on /tmp= 71612 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286730-1304035355/watcher-3286730-1304035355 -o /tmp/evaluation-result-3286730-1304035355/solver-3286730-1304035355 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3286730-1304035355.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=453145637

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       2634296 kB
Buffers:       2375396 kB
Cached:       12454916 kB
SwapCached:          0 kB
Active:       22947912 kB
Inactive:      6758496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       2634296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           39424 kB
Writeback:           0 kB
AnonPages:    14875276 kB
Mapped:          16352 kB
Slab:           518632 kB
PageTables:      33656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 15193796 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= 71648 MiB
End job on node117 at 2011-04-29 02:05:39