Trace number 3283004

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 238.451 59.7048

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8925
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
238.02/59.68	s UNSATISFIABLE
238.42/59.70	solver [1] cryptominisat 2.7.1 answered
238.42/59.70	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-3283004-1304033612/watcher-3283004-1304033612 -o /tmp/evaluation-result-3283004-1304033612/solver-3283004-1304033612 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3283004-1304033612.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: 9.04 9.74 9.32 5/181 28297
/proc/meminfo: memFree=14121320/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) R 28295 28297 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0

[startup+0.0222851 s]
/proc/loadavg: 9.04 9.74 9.32 5/181 28297
/proc/meminfo: memFree=14121320/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) R 28295 28297 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100273 s]
/proc/loadavg: 9.04 9.74 9.32 5/181 28297
/proc/meminfo: memFree=14121320/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300239 s]
/proc/loadavg: 9.04 9.74 9.32 5/181 28297
/proc/meminfo: memFree=14121320/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700172 s]
/proc/loadavg: 9.04 9.74 9.32 5/181 28297
/proc/meminfo: memFree=14121320/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50103 s]
/proc/loadavg: 9.04 9.74 9.32 10/187 28304
/proc/meminfo: memFree=13866328/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=94136 CPUtime=1.48 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 18765 0 0 0 146 2 0 0 25 0 1 0 514960860 96395264 18292 33554432000 4194304 4587354 140735530092784 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 23534 18292 352 96 0 20096 0
[pid=28299] ppid=28297 vsize=86820 CPUtime=1.48 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 24174 0 0 0 146 2 0 0 25 0 1 0 514960860 88903680 18586 33554432000 4194304 4785740 140734899671920 18446744073709551615 4319144 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 21705 18586 326 145 0 18750 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=0.7 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 69 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=34328 CPUtime=1.49 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 16263 0 0 0 147 2 0 0 25 0 1 0 514960860 35151872 7735 33554432000 4194304 4352236 140735050969408 18446744073709551615 4319056 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 8582 7735 119 39 0 7662 0
[pid=28302] ppid=28297 vsize=90952 CPUtime=0.76 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4194304 38954 0 0 0 71 5 0 0 25 0 1 0 514960860 93134848 17348 33554432000 4194304 4331988 140735482984736 18446744073709551615 4252171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 22738 17348 129 34 0 21180 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 804672

[startup+3.10075 s]
/proc/loadavg: 9.04 9.74 9.32 10/187 28304
/proc/meminfo: memFree=13802384/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=169508 CPUtime=3.09 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 35042 0 0 0 304 5 0 0 25 0 1 0 514960860 173576192 27942 33554432000 4194304 4587354 140735530092784 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 42377 27942 332 96 0 38939 0
[pid=28299] ppid=28297 vsize=86820 CPUtime=3.08 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 24188 0 0 0 306 2 0 0 25 0 1 0 514960860 88903680 18600 33554432000 4194304 4785740 140734899671920 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 21705 18600 340 145 0 18750 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=1.5 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 149 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38424 CPUtime=3.09 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 17299 0 0 0 307 2 0 0 25 0 1 0 514960860 39346176 8771 33554432000 4194304 4352236 140735050969408 18446744073709551615 4228410 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9606 8771 125 39 0 8686 0
[pid=28302] ppid=28297 vsize=82532 CPUtime=1.56 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 81509 0 0 0 145 11 0 0 25 0 1 0 514960860 84512768 14954 33554432000 4194304 4331988 140735482984736 18446744073709551615 4251471 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 20633 14954 144 34 0 19075 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 875720

[startup+6.30118 s]
/proc/loadavg: 9.03 9.72 9.32 11/187 28304
/proc/meminfo: memFree=13697304/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=169508 CPUtime=6.29 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 35466 0 0 0 624 5 0 0 25 0 1 0 514960860 173576192 28347 33554432000 4194304 4587354 140735530092784 18446744073709551615 274473663993 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 42377 28347 332 96 0 38939 0
[pid=28299] ppid=28297 vsize=89048 CPUtime=6.28 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 24811 0 0 0 626 2 0 0 25 0 1 0 514960860 91185152 19223 33554432000 4194304 4785740 140734899671920 18446744073709551615 4553187 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 22262 19223 340 145 0 19307 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=3.1 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 309 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=46620 CPUtime=6.28 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 19348 0 0 0 626 2 0 0 25 0 1 0 514960860 47738880 10820 33554432000 4194304 4352236 140735050969408 18446744073709551615 4300222 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 11655 10820 125 39 0 10735 0
[pid=28302] ppid=28297 vsize=262608 CPUtime=3.14 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 127190 0 0 0 297 17 0 0 25 0 1 0 514960860 268910592 42429 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229348 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 65652 42429 173 34 0 64094 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1066220

[startup+12.7011 s]
/proc/loadavg: 9.03 9.71 9.32 10/187 28304
/proc/meminfo: memFree=13599608/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=169508 CPUtime=12.68 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 35885 0 0 0 1263 5 0 0 25 0 1 0 514960860 173576192 28751 33554432000 4194304 4587354 140735530092784 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 42377 28751 338 96 0 38939 0
[pid=28299] ppid=28297 vsize=93176 CPUtime=12.69 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 25814 0 0 0 1266 3 0 0 25 0 1 0 514960860 95412224 20226 33554432000 4194304 4785740 140734899671920 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 23294 20226 340 145 0 20339 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=6.3 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 629 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134526128 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38028 CPUtime=12.69 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 19350 0 0 0 1266 3 0 0 25 0 1 0 514960860 38940672 8674 33554432000 4194304 4352236 140735050969408 18446744073709551615 4234513 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9507 8674 127 39 0 8587 0
[pid=28302] ppid=28297 vsize=269560 CPUtime=6.31 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 143387 0 0 0 612 19 0 0 25 0 1 0 514960860 276029440 58626 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 67390 58626 173 34 0 65832 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1068708

[startup+25.5008 s]
/proc/loadavg: 9.02 9.67 9.31 10/187 28304
/proc/meminfo: memFree=13582016/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=1311084 CPUtime=25.49 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 41938 0 0 0 2542 7 0 0 25 0 1 0 514960860 1342550016 30070 33554432000 4194304 4587354 140735530092784 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 327771 30070 338 96 0 324333 0
[pid=28299] ppid=28297 vsize=97988 CPUtime=25.49 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 27009 0 0 0 2546 3 0 0 25 0 1 0 514960860 100339712 21421 33554432000 4194304 4785740 140734899671920 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 24497 21421 340 145 0 21542 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=12.65 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 1264 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134526128 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38024 CPUtime=25.49 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 19350 0 0 0 2546 3 0 0 25 0 1 0 514960860 38936576 8673 33554432000 4194304 4352236 140735050969408 18446744073709551615 4276472 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9506 8673 127 39 0 8586 0
[pid=28302] ppid=28297 vsize=276508 CPUtime=12.69 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 145036 0 0 0 1249 20 0 0 25 0 1 0 514960860 283144192 60275 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 69127 60275 173 34 0 67569 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2222040

[startup+51.1013 s]
/proc/loadavg: 9.07 9.64 9.31 10/187 28305
/proc/meminfo: memFree=13555928/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=1325292 CPUtime=51.08 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 51502 0 0 0 5097 11 0 0 25 0 1 0 514960860 1357099008 32340 33554432000 4194304 4587354 140735530092784 18446744073709551615 4238273 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 331323 32340 338 96 0 327885 0
[pid=28299] ppid=28297 vsize=107980 CPUtime=51.09 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 29456 0 0 0 5105 4 0 0 25 0 1 0 514960860 110571520 23868 33554432000 4194304 4785740 140734899671920 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 26995 23868 340 145 0 24040 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=25.4 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 2539 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38016 CPUtime=51.09 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 20374 0 0 0 5106 3 0 0 25 0 1 0 514960860 38928384 8671 33554432000 4194304 4352236 140735050969408 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9504 8671 127 39 0 8584 0
[pid=28302] ppid=28297 vsize=277708 CPUtime=25.4 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 145387 0 0 0 2520 20 0 0 25 0 1 0 514960860 284372992 60626 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229292 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 69427 60626 173 34 0 67869 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 2247432

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

[startup+54.3007 s]
/proc/loadavg: 9.07 9.64 9.31 10/187 28305
/proc/meminfo: memFree=13559020/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=1183016 CPUtime=54.28 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 54365 0 0 0 5416 12 0 0 25 0 1 0 514960860 1211408384 31411 33554432000 4194304 4587354 140735530092784 18446744073709551615 4239534 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 295754 31411 338 96 0 292316 0
[pid=28299] ppid=28297 vsize=108400 CPUtime=54.29 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 29567 0 0 0 5425 4 0 0 25 0 1 0 514960860 111001600 23979 33554432000 4194304 4785740 140734899671920 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 27100 23979 340 145 0 24145 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=26.99 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 2698 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134528453 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38016 CPUtime=54.29 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 20374 0 0 0 5426 3 0 0 25 0 1 0 514960860 38928384 8671 33554432000 4194304 4352236 140735050969408 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9504 8671 127 39 0 8584 0
[pid=28302] ppid=28297 vsize=277708 CPUtime=26.99 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 145404 0 0 0 2679 20 0 0 25 0 1 0 514960860 284372992 60643 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229599 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 69427 60643 173 34 0 67869 0
Current children cumulated CPU time (s) 216.84
Current children cumulated vsize (KiB) 2105576

[startup+57.5012 s]
/proc/loadavg: 9.07 9.62 9.31 10/187 28305
/proc/meminfo: memFree=13556540/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=1183016 CPUtime=57.49 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 54786 0 0 0 5736 13 0 0 25 0 1 0 514960860 1211408384 31814 33554432000 4194304 4587354 140735530092784 18446744073709551615 4243616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 295754 31814 338 96 0 292316 0
[pid=28299] ppid=28297 vsize=109244 CPUtime=57.49 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 29779 0 0 0 5745 4 0 0 25 0 1 0 514960860 111865856 24191 33554432000 4194304 4785740 140734899671920 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 27311 24191 340 145 0 24356 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=28.58 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 2857 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38016 CPUtime=57.49 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 20374 0 0 0 5746 3 0 0 25 0 1 0 514960860 38928384 8671 33554432000 4194304 4352236 140735050969408 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9504 8671 127 39 0 8584 0
[pid=28302] ppid=28297 vsize=277840 CPUtime=28.59 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 145426 0 0 0 2839 20 0 0 25 0 1 0 514960860 284508160 60665 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229783 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 69460 60665 173 34 0 67902 0
Current children cumulated CPU time (s) 229.64
Current children cumulated vsize (KiB) 2106552

[startup+59.1009 s]
/proc/loadavg: 9.07 9.62 9.31 10/187 28305
/proc/meminfo: memFree=13554308/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=1183016 CPUtime=59.08 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 54996 0 0 0 5895 13 0 0 25 0 1 0 514960860 1211408384 32015 33554432000 4194304 4587354 140735530092784 18446744073709551615 4243847 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 295754 32015 338 96 0 292316 0
[pid=28299] ppid=28297 vsize=110632 CPUtime=59.09 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 30126 0 0 0 5905 4 0 0 25 0 1 0 514960860 113287168 24538 33554432000 4194304 4785740 140734899671920 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 27658 24538 340 145 0 24703 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=29.37 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 2936 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38016 CPUtime=59.09 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 20374 0 0 0 5906 3 0 0 25 0 1 0 514960860 38928384 8671 33554432000 4194304 4352236 140735050969408 18446744073709551615 4214770 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9504 8671 127 39 0 8584 0
[pid=28302] ppid=28297 vsize=277840 CPUtime=29.39 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 145451 0 0 0 2919 20 0 0 25 0 1 0 514960860 284508160 60690 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 69460 60690 173 34 0 67902 0
Current children cumulated CPU time (s) 236.02
Current children cumulated vsize (KiB) 2107940

[startup+59.5008 s]
/proc/loadavg: 9.07 9.62 9.31 10/187 28305
/proc/meminfo: memFree=13553316/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514960860 18763776 389 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 4396102716280012799 0 0 17 1 0 0 0
/proc/28297/statm: 4581 389 341 23 0 91 0
[pid=28298] ppid=28297 vsize=1183016 CPUtime=59.48 cores=1
/proc/28298/stat : 28298 (cryptominisat) R 28297 28297 27798 0 -1 4202496 55042 0 0 0 5935 13 0 0 25 0 1 0 514960860 1211408384 32060 33554432000 4194304 4587354 140735530092784 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28298/statm: 295754 32060 338 96 0 292316 0
[pid=28299] ppid=28297 vsize=110632 CPUtime=59.49 cores=5
/proc/28299/stat : 28299 (clasp) R 28297 28297 27798 0 -1 4202496 30127 0 0 0 5945 4 0 0 25 0 1 0 514960860 113287168 24539 33554432000 4194304 4785740 140734899671920 18446744073709551615 4552867 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28299/statm: 27658 24539 340 145 0 24703 0
[pid=28300] ppid=28297 vsize=480112 CPUtime=29.57 cores=7
/proc/28300/stat : 28300 (TNM) R 28297 28297 27798 0 -1 4202496 14120 0 0 0 2956 1 0 0 25 0 1 0 514960860 491634688 14017 33554432000 134512640 134534564 4291407856 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28300/statm: 120028 14017 95 6 0 118694 0
[pid=28301] ppid=28297 vsize=38016 CPUtime=59.49 cores=3
/proc/28301/stat : 28301 (lingeling) R 28297 28297 27798 0 -1 4202496 20374 0 0 0 5946 3 0 0 25 0 1 0 514960860 38928384 8671 33554432000 4194304 4352236 140735050969408 18446744073709551615 4298797 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28301/statm: 9504 8671 127 39 0 8584 0
[pid=28302] ppid=28297 vsize=277840 CPUtime=29.59 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4202496 145457 0 0 0 2939 20 0 0 25 0 1 0 514960860 284508160 60696 33554432000 4194304 4331988 140735482984736 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28302/statm: 69460 60696 173 34 0 67902 0
Current children cumulated CPU time (s) 237.62
Current children cumulated vsize (KiB) 2107940

[startup+59.7008 s]
/proc/loadavg: 9.07 9.62 9.31 10/187 28305
/proc/meminfo: memFree=13553316/32950928 swapFree=67111528/67111528
[pid=28297] ppid=28295 vsize=18324 CPUtime=208.72 cores=1,3,5,7
/proc/28297/stat : 28297 (ppfolio) S 28295 28297 27798 0 -1 4202496 524 119691 0 0 0 0 20848 24 15 0 1 0 514960860 18763776 390 33554432000 4194304 4287625 140737341432688 18446744073709551615 274473987599 0 0 4096 65536 17815672537359581184 0 0 17 1 0 0 0
/proc/28297/statm: 4581 390 342 23 0 91 0
[pid=28302] ppid=28297 vsize=0 CPUtime=29.7 cores=7
/proc/28302/stat : 28302 (march_hi) R 28297 28297 27798 0 -1 4203524 145467 0 0 0 2949 21 0 0 25 0 1 0 514960860 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28302/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 238.42
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 59.7048
CPU time (s): 238.451
CPU user time (s): 237.981
CPU system time (s): 0.469928
CPU usage (%): 399.383
Max. virtual memory (cumulated for all children) (KiB): 2247700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.981
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265700
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= 247
involuntary context switches= 1816

runsolver used 0.103984 second user time and 0.226965 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 01:33:32
IDJOB=3283004
IDBENCH=70952
IDSOLVER=1612
FILE ID=node125/3283004-1304033612
RUNJOBID= node125-1304032406-28176
PBS_JOBID= 13170327
Free space on /tmp= 72744 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283004-1304033612/watcher-3283004-1304033612 -o /tmp/evaluation-result-3283004-1304033612/solver-3283004-1304033612 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3283004-1304033612.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=709333462

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:     32950928 kB
MemFree:      14121724 kB
Buffers:       2216048 kB
Cached:       14983080 kB
SwapCached:          0 kB
Active:        9958492 kB
Inactive:      8337308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14121724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17080 kB
Writeback:           0 kB
AnonPages:     1095860 kB
Mapped:          16388 kB
Slab:           468584 kB
PageTables:       7240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1899216 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= 72736 MiB
End job on node125 at 2011-04-29 01:34:32