Trace number 3289214

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 366.64 91.8091

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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
366.64/91.80	s UNSATISFIABLE
366.64/91.80	solver [1] cryptominisat 2.7.1 answered
366.64/91.80	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-3289214-1304081034/watcher-3289214-1304081034 -o /tmp/evaluation-result-3289214-1304081034/solver-3289214-1304081034 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3289214-1304081034.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.68 8.05 8.55 5/181 15762
/proc/meminfo: memFree=25735904/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) R 15760 15762 15268 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0

[startup+0.220983 s]
/proc/loadavg: 7.68 8.05 8.55 5/181 15762
/proc/meminfo: memFree=25735904/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300967 s]
/proc/loadavg: 7.68 8.05 8.55 5/181 15762
/proc/meminfo: memFree=25735904/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400948 s]
/proc/loadavg: 7.68 8.05 8.55 5/181 15762
/proc/meminfo: memFree=25735904/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700889 s]
/proc/loadavg: 7.68 8.05 8.55 5/181 15762
/proc/meminfo: memFree=25735904/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50074 s]
/proc/loadavg: 7.68 8.05 8.55 10/187 15768
/proc/meminfo: memFree=25665032/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=42000 CPUtime=1.48 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 6890 0 0 0 148 0 0 0 25 0 1 0 519703069 43008000 5562 33554432000 4194304 4587354 140737162960304 18446744073709551615 4250316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 10500 5562 330 96 0 7062 0
[pid=15764] ppid=15762 vsize=25864 CPUtime=1.49 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 4699 0 0 0 149 0 0 0 25 0 1 0 519703069 26484736 3777 33554432000 4194304 4785740 140736526108272 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 6466 3777 340 145 0 3511 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=0.7 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 70 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134529377 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=9972 CPUtime=1.49 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 2539 0 0 0 149 0 0 0 25 0 1 0 519703069 10211328 1661 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328411 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 2493 1661 127 39 0 1573 0
[pid=15767] ppid=15762 vsize=49328 CPUtime=0.77 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 23917 0 0 0 74 3 0 0 25 0 1 0 519703069 50511872 5804 33554432000 4194304 4331988 140734433063680 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 12332 5804 175 34 0 10774 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 606196

[startup+3.10043 s]
/proc/loadavg: 7.68 8.05 8.55 10/187 15768
/proc/meminfo: memFree=25657096/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=42180 CPUtime=3.08 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 7288 0 0 0 308 0 0 0 25 0 1 0 519703069 43192320 5954 33554432000 4194304 4587354 140737162960304 18446744073709551615 4237946 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 10545 5954 330 96 0 7107 0
[pid=15764] ppid=15762 vsize=27648 CPUtime=3.09 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 5129 0 0 0 309 0 0 0 25 0 1 0 519703069 28311552 4207 33554432000 4194304 4785740 140736526108272 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 6912 4207 340 145 0 3957 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=1.5 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 150 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134528633 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=10496 CPUtime=3.08 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 2670 0 0 0 308 0 0 0 25 0 1 0 519703069 10747904 1792 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328285 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 2624 1792 127 39 0 1704 0
[pid=15767] ppid=15762 vsize=51504 CPUtime=1.56 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 24499 0 0 0 153 3 0 0 25 0 1 0 519703069 52740096 6386 33554432000 4194304 4331988 140734433063680 18446744073709551615 4211263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 12876 6386 175 34 0 11318 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 610860

[startup+6.30082 s]
/proc/loadavg: 7.79 8.06 8.55 10/187 15768
/proc/meminfo: memFree=25649764/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=833496 CPUtime=6.29 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 10852 0 0 0 628 1 0 0 25 0 1 0 519703069 853499904 7997 33554432000 4194304 4587354 140737162960304 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 208374 7997 336 96 0 204936 0
[pid=15764] ppid=15762 vsize=31984 CPUtime=6.28 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 6198 0 0 0 628 0 0 0 25 0 1 0 519703069 32751616 5276 33554432000 4194304 4785740 140736526108272 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 7996 5276 340 145 0 5041 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=3.1 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 310 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 8031236 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=11344 CPUtime=6.28 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 2882 0 0 0 628 0 0 0 25 0 1 0 519703069 11616256 2004 33554432000 4194304 4352236 140733729298800 18446744073709551615 4276731 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 2836 2004 127 39 0 1916 0
[pid=15767] ppid=15762 vsize=51900 CPUtime=3.15 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 24630 0 0 0 312 3 0 0 25 0 1 0 519703069 53145600 6517 33554432000 4194304 4331988 140734433063680 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 12975 6517 175 34 0 11417 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1407756

[startup+12.7006 s]
/proc/loadavg: 7.89 8.08 8.55 10/187 15768
/proc/meminfo: memFree=25638128/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=813344 CPUtime=12.68 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 14218 0 0 0 1267 1 0 0 25 0 1 0 519703069 832864256 7923 33554432000 4194304 4587354 140737162960304 18446744073709551615 4450948 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 203336 7923 336 96 0 199898 0
[pid=15764] ppid=15762 vsize=33736 CPUtime=12.68 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 6606 0 0 0 1268 0 0 0 25 0 1 0 519703069 34545664 5684 33554432000 4194304 4785740 140736526108272 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 8434 5684 340 145 0 5479 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=6.3 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 630 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=11860 CPUtime=12.68 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 3523 0 0 0 1268 0 0 0 25 0 1 0 519703069 12144640 2133 33554432000 4194304 4352236 140733729298800 18446744073709551615 4331567 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 2965 2133 127 39 0 2045 0
[pid=15767] ppid=15762 vsize=53484 CPUtime=6.31 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 24932 0 0 0 628 3 0 0 25 0 1 0 519703069 54767616 6819 33554432000 4194304 4331988 140734433063680 18446744073709551615 4231537 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 13371 6819 175 34 0 11813 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1391456

[startup+25.5072 s]
/proc/loadavg: 8.13 8.12 8.56 10/187 15769
/proc/meminfo: memFree=25624592/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=811580 CPUtime=25.5 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 20114 0 0 0 2547 3 0 0 25 0 1 0 519703069 831057920 10315 33554432000 4194304 4587354 140737162960304 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 202895 10315 336 96 0 199457 0
[pid=15764] ppid=15762 vsize=39540 CPUtime=25.49 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 7989 0 0 0 2548 1 0 0 25 0 1 0 519703069 40488960 7067 33554432000 4194304 4785740 140736526108272 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 9885 7067 340 145 0 6930 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=12.65 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 1265 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 8030657 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=16468 CPUtime=25.49 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 5187 0 0 0 2549 0 0 0 25 0 1 0 519703069 16863232 3285 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4117 3285 127 39 0 3197 0
[pid=15767] ppid=15762 vsize=55348 CPUtime=12.69 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 25445 0 0 0 1266 3 0 0 25 0 1 0 519703069 56676352 7319 33554432000 4194304 4331988 140734433063680 18446744073709551615 4243200 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 13837 7319 175 34 0 12279 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1401968

[startup+51.1013 s]
/proc/loadavg: 8.71 8.26 8.59 11/188 15802
/proc/meminfo: memFree=26045184/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=824788 CPUtime=51.09 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 27382 0 0 0 5105 4 0 0 25 0 1 0 519703069 844582912 13753 33554432000 4194304 4587354 140737162960304 18446744073709551615 4238104 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 206197 13753 336 96 0 202759 0
[pid=15764] ppid=15762 vsize=45428 CPUtime=51.08 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 9405 0 0 0 5107 1 0 0 25 0 1 0 519703069 46518272 8483 33554432000 4194304 4785740 140736526108272 18446744073709551615 4549865 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 11357 8483 340 145 0 8402 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=25.4 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 2540 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=16468 CPUtime=51.09 cores=2

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

/proc/15764/statm: 12419 9470 340 145 0 9464 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=41.4 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 4140 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=18516 CPUtime=83.28 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 6723 0 0 0 8326 2 0 0 25 0 1 0 519703069 18960384 3797 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4629 3797 127 39 0 3709 0
[pid=15767] ppid=15762 vsize=60132 CPUtime=41.44 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 26599 0 0 0 4140 4 0 0 25 0 1 0 519703069 61575168 8461 33554432000 4194304 4331988 140734433063680 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 15033 8461 175 34 0 13475 0
Current children cumulated CPU time (s) 332.69
Current children cumulated vsize (KiB) 1433000

[startup+86.5005 s]
/proc/loadavg: 9.14 8.43 8.64 10/187 15835
/proc/meminfo: memFree=25951404/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=825644 CPUtime=86.49 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 29423 0 0 0 8644 5 0 0 25 0 1 0 519703069 845459456 13806 33554432000 4194304 4587354 140737162960304 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 206411 13806 336 96 0 202973 0
[pid=15764] ppid=15762 vsize=50524 CPUtime=86.48 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 10612 0 0 0 8646 2 0 0 25 0 1 0 519703069 51736576 9690 33554432000 4194304 4785740 140736526108272 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 12631 9690 340 145 0 9676 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=43 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 4300 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=18516 CPUtime=86.48 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 6723 0 0 0 8646 2 0 0 25 0 1 0 519703069 18960384 3797 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4629 3797 127 39 0 3709 0
[pid=15767] ppid=15762 vsize=60268 CPUtime=43.02 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 26669 0 0 0 4298 4 0 0 25 0 1 0 519703069 61714432 8531 33554432000 4194304 4331988 140734433063680 18446744073709551615 4237139 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 15067 8531 175 34 0 13509 0
Current children cumulated CPU time (s) 345.47
Current children cumulated vsize (KiB) 1433984

[startup+89.7009 s]
/proc/loadavg: 9.13 8.44 8.64 10/187 15835
/proc/meminfo: memFree=25953388/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=835432 CPUtime=89.69 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 29424 0 0 0 8964 5 0 0 25 0 1 0 519703069 855482368 13806 33554432000 4194304 4587354 140737162960304 18446744073709551615 4244125 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 208858 13806 336 96 0 205420 0
[pid=15764] ppid=15762 vsize=50836 CPUtime=89.68 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 10692 0 0 0 8966 2 0 0 25 0 1 0 519703069 52056064 9770 33554432000 4194304 4785740 140736526108272 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 12709 9770 340 145 0 9754 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=44.6 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 4460 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=18516 CPUtime=89.68 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 6723 0 0 0 8966 2 0 0 25 0 1 0 519703069 18960384 3797 33554432000 4194304 4352236 140733729298800 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4629 3797 127 39 0 3709 0
[pid=15767] ppid=15762 vsize=60404 CPUtime=44.6 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 26730 0 0 0 4456 4 0 0 25 0 1 0 519703069 61853696 8592 33554432000 4194304 4331988 140734433063680 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 15101 8592 175 34 0 13543 0
Current children cumulated CPU time (s) 358.25
Current children cumulated vsize (KiB) 1444220

[startup+90.5008 s]
/proc/loadavg: 9.13 8.44 8.64 10/187 15835
/proc/meminfo: memFree=25950536/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=835432 CPUtime=90.49 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 29424 0 0 0 9044 5 0 0 25 0 1 0 519703069 855482368 13806 33554432000 4194304 4587354 140737162960304 18446744073709551615 4238051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 208858 13806 336 96 0 205420 0
[pid=15764] ppid=15762 vsize=50836 CPUtime=90.48 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 10692 0 0 0 9046 2 0 0 25 0 1 0 519703069 52056064 9770 33554432000 4194304 4785740 140736526108272 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 12709 9770 340 145 0 9754 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=45 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 4500 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=18516 CPUtime=90.48 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 6723 0 0 0 9046 2 0 0 25 0 1 0 519703069 18960384 3797 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328423 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4629 3797 127 39 0 3709 0
[pid=15767] ppid=15762 vsize=60536 CPUtime=44.99 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 26754 0 0 0 4495 4 0 0 25 0 1 0 519703069 61988864 8616 33554432000 4194304 4331988 140734433063680 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 15134 8616 175 34 0 13576 0
Current children cumulated CPU time (s) 361.44
Current children cumulated vsize (KiB) 1444352

[startup+91.3006 s]
/proc/loadavg: 9.13 8.44 8.64 10/187 15835
/proc/meminfo: memFree=25950536/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=835432 CPUtime=91.29 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 29424 0 0 0 9124 5 0 0 25 0 1 0 519703069 855482368 13806 33554432000 4194304 4587354 140737162960304 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 208858 13806 336 96 0 205420 0
[pid=15764] ppid=15762 vsize=50836 CPUtime=91.28 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 10692 0 0 0 9126 2 0 0 25 0 1 0 519703069 52056064 9770 33554432000 4194304 4785740 140736526108272 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 12709 9770 340 145 0 9754 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=45.4 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 4540 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=18516 CPUtime=91.28 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 6723 0 0 0 9126 2 0 0 25 0 1 0 519703069 18960384 3797 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4629 3797 127 39 0 3709 0
[pid=15767] ppid=15762 vsize=62120 CPUtime=45.39 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 26772 0 0 0 4535 4 0 0 25 0 1 0 519703069 63610880 8634 33554432000 4194304 4331988 140734433063680 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 15530 8634 175 34 0 13972 0
Current children cumulated CPU time (s) 364.64
Current children cumulated vsize (KiB) 1445936

[startup+91.7005 s]
/proc/loadavg: 9.13 8.44 8.64 10/187 15835
/proc/meminfo: memFree=25948552/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=835432 CPUtime=91.69 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 29424 0 0 0 9164 5 0 0 25 0 1 0 519703069 855482368 13806 33554432000 4194304 4587354 140737162960304 18446744073709551615 4237649 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 208858 13806 336 96 0 205420 0
[pid=15764] ppid=15762 vsize=50836 CPUtime=91.68 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 10692 0 0 0 9166 2 0 0 25 0 1 0 519703069 52056064 9770 33554432000 4194304 4785740 140736526108272 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 12709 9770 340 145 0 9754 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=45.6 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 4560 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134529296 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=18516 CPUtime=91.68 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 6723 0 0 0 9166 2 0 0 25 0 1 0 519703069 18960384 3797 33554432000 4194304 4352236 140733729298800 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4629 3797 127 39 0 3709 0
[pid=15767] ppid=15762 vsize=62120 CPUtime=45.59 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 26782 0 0 0 4555 4 0 0 25 0 1 0 519703069 63610880 8644 33554432000 4194304 4331988 140734433063680 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 15530 8644 175 34 0 13972 0
Current children cumulated CPU time (s) 366.24
Current children cumulated vsize (KiB) 1445936

[startup+91.8005 s]
/proc/loadavg: 9.13 8.44 8.64 10/187 15835
/proc/meminfo: memFree=25948552/32950928 swapFree=67111364/67111528
[pid=15762] ppid=15760 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15762/stat : 15762 (ppfolio) S 15760 15762 15268 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 519703068 18763776 390 33554432000 4194304 4287625 140733601209968 18446744073709551615 208080252431 0 0 4096 65536 3176868153573507071 0 0 17 4 0 0 0
/proc/15762/statm: 4581 390 341 23 0 91 0
[pid=15763] ppid=15762 vsize=831608 CPUtime=91.79 cores=0
/proc/15763/stat : 15763 (cryptominisat) R 15762 15762 15268 0 -1 4202496 29440 0 0 0 9174 5 0 0 25 0 1 0 519703069 851566592 13018 33554432000 4194304 4587354 140737162960304 18446744073709551615 208080275591 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15763/statm: 207902 13018 351 96 0 204464 0
[pid=15764] ppid=15762 vsize=50836 CPUtime=91.78 cores=4
/proc/15764/stat : 15764 (clasp) R 15762 15762 15268 0 -1 4202496 10692 0 0 0 9176 2 0 0 25 0 1 0 519703069 52056064 9770 33554432000 4194304 4785740 140736526108272 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15764/statm: 12709 9770 340 145 0 9754 0
[pid=15765] ppid=15762 vsize=460708 CPUtime=45.6 cores=6
/proc/15765/stat : 15765 (TNM) R 15762 15762 15268 0 -1 4202496 2618 0 0 0 4560 0 0 0 25 0 1 0 519703069 471764992 2515 33554432000 134512640 134534564 4287487296 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15765/statm: 115177 2515 95 6 0 113843 0
[pid=15766] ppid=15762 vsize=18516 CPUtime=91.78 cores=2
/proc/15766/stat : 15766 (lingeling) R 15762 15762 15268 0 -1 4202496 6723 0 0 0 9176 2 0 0 25 0 1 0 519703069 18960384 3797 33554432000 4194304 4352236 140733729298800 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15766/statm: 4629 3797 127 39 0 3709 0
[pid=15767] ppid=15762 vsize=62120 CPUtime=45.69 cores=6
/proc/15767/stat : 15767 (march_hi) R 15762 15762 15268 0 -1 4202496 26793 0 0 0 4565 4 0 0 25 0 1 0 519703069 63610880 8655 33554432000 4194304 4331988 140734433063680 18446744073709551615 4211004 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15767/statm: 15530 8655 175 34 0 13972 0
Current children cumulated CPU time (s) 366.64
Current children cumulated vsize (KiB) 1442112

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15762 and gives
#  childrusage.ru_utime.tv_sec=320
#  childrusage.ru_utime.tv_usec=892216
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=121981
# CPU time returned by wait4() is 321.014
# while last known CPU time is 366.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 91.8091
CPU time (s): 366.64
CPU user time (s): 366.51
CPU system time (s): 0.13
CPU usage (%): 399.35
Max. virtual memory (cumulated for all children) (KiB): 1448004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.892
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50013
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= 265
involuntary context switches= 1931

runsolver used 0.157975 second user time and 0.345947 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 14:43:54
IDJOB=3289214
IDBENCH=83117
IDSOLVER=1612
FILE ID=node127/3289214-1304081034
RUNJOBID= node127-1304077884-15286
PBS_JOBID= 13170516
Free space on /tmp= 71800 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289214-1304081034/watcher-3289214-1304081034 -o /tmp/evaluation-result-3289214-1304081034/solver-3289214-1304081034 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3289214-1304081034.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=876975553

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25736184 kB
Buffers:       1394296 kB
Cached:        4733412 kB
SwapCached:          0 kB
Active:        2332584 kB
Inactive:      4406256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25736184 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10876 kB
Writeback:           0 kB
AnonPages:      610888 kB
Mapped:          16336 kB
Slab:           410560 kB
PageTables:       6060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2314820 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= 71792 MiB
End job on node127 at 2011-04-29 14:45:26