Trace number 3219862

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 seq? (TO) 5000.05 4999.92

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
MD5SUM98486271f2f72889c040eabfd36ebd13
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

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 1 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	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3219862-1303259976/watcher-3219862-1303259976 -o /tmp/evaluation-result-3219862-1303259976/solver-3219862-1303259976 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3219862-1303259976.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 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: 6.00 5.43 3.61 4/180 25847
/proc/meminfo: memFree=16388396/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 497 0 0 0 0 0 0 0 25 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 4503217001618964744 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0

[startup+0.0406041 s]
/proc/loadavg: 6.00 5.43 3.61 4/180 25847
/proc/meminfo: memFree=16388396/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 497 0 0 0 0 0 0 0 25 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 4503217001618964744 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100593 s]
/proc/loadavg: 6.00 5.43 3.61 4/180 25847
/proc/meminfo: memFree=16388396/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 497 0 0 0 0 0 0 0 25 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 4503217001618964744 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300555 s]
/proc/loadavg: 6.00 5.43 3.61 4/180 25847
/proc/meminfo: memFree=16388396/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700483 s]
/proc/loadavg: 6.00 5.43 3.61 4/180 25847
/proc/meminfo: memFree=16388396/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50033 s]
/proc/loadavg: 6.00 5.43 3.61 7/184 25851
/proc/meminfo: memFree=16374368/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=25880 CPUtime=0.49 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 1317 0 0 0 49 0 0 0 25 0 1 0 516228262 26501120 1178 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 6470 1178 305 96 0 3032 0
[pid=25849] ppid=25847 vsize=18040 CPUtime=0.44 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 2065 0 0 0 44 0 0 0 25 0 1 0 516228262 18472960 1870 33554432000 4194304 4785740 140734523382080 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 4510 1870 340 145 0 1555 0
[pid=25850] ppid=25847 vsize=455032 CPUtime=0.54 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1151 0 0 0 54 0 0 0 25 0 1 0 516228262 465952768 1048 33554432000 134512640 134534564 4289151104 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 113758 1048 91 6 0 112424 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 517276

[startup+3.10104 s]
/proc/loadavg: 6.00 5.43 3.61 7/184 25851
/proc/meminfo: memFree=16365068/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126502545267097600 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=28284 CPUtime=0.99 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 3793 0 0 0 99 0 0 0 25 0 1 0 516228262 28962816 2155 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 7071 2155 326 96 0 3633 0
[pid=25849] ppid=25847 vsize=20588 CPUtime=0.96 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 2683 0 0 0 96 0 0 0 25 0 1 0 516228262 21082112 2488 33554432000 4194304 4785740 140734523382080 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 5147 2488 340 145 0 2192 0
[pid=25850] ppid=25847 vsize=455032 CPUtime=1.12 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1151 0 0 0 112 0 0 0 25 0 1 0 516228262 465952768 1048 33554432000 134512640 134534564 4289151104 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 113758 1048 91 6 0 112424 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 522228

[startup+6.30045 s]
/proc/loadavg: 6.00 5.44 3.62 8/184 25851
/proc/meminfo: memFree=16368416/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126502957583958016 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=802820 CPUtime=2.09 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 6312 0 0 0 209 0 0 0 25 0 1 0 516228262 822087680 2159 33554432000 4194304 4587354 140735907358976 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 200705 2159 327 96 0 197267 0
[pid=25849] ppid=25847 vsize=21964 CPUtime=2.04 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 3020 0 0 0 204 0 0 0 25 0 1 0 516228262 22491136 2825 33554432000 4194304 4785740 140734523382080 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 5491 2825 340 145 0 2536 0
[pid=25850] ppid=25847 vsize=455032 CPUtime=2.14 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1151 0 0 0 214 0 0 0 25 0 1 0 516228262 465952768 1048 33554432000 134512640 134534564 4289151104 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 113758 1048 91 6 0 112424 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1298140

[startup+12.7013 s]
/proc/loadavg: 6.00 5.45 3.64 8/184 25852
/proc/meminfo: memFree=16343744/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126502545267097600 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=825836 CPUtime=4.19 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 12265 0 0 0 418 1 0 0 25 0 1 0 516228262 845656064 7011 33554432000 4194304 4587354 140735907358976 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 206459 7011 337 96 0 203021 0
[pid=25849] ppid=25847 vsize=24092 CPUtime=4.16 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 3537 0 0 0 416 0 0 0 25 0 1 0 516228262 24670208 3342 33554432000 4194304 4785740 140734523382080 18446744073709551615 4538981 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 6023 3342 340 145 0 3068 0
[pid=25850] ppid=25847 vsize=455032 CPUtime=4.32 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1151 0 0 0 432 0 0 0 25 0 1 0 516228262 465952768 1048 33554432000 134512640 134534564 4289151104 18446744073709551615 134524580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 113758 1048 91 6 0 112424 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1323284

[startup+25.5009 s]
/proc/loadavg: 6.00 5.48 3.67 8/184 25852
/proc/meminfo: memFree=16338560/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126501033438609408 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=8886392 CPUtime=9.02 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 13866 0 0 0 900 2 0 0 25 0 1 0 516228262 9099665408 7372 33554432000 4194304 4587354 140735907358976 18446744073709551615 4239003 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 2221598 7372 337 96 0 2218160 0
[pid=25849] ppid=25847 vsize=26084 CPUtime=8.14 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 4003 0 0 0 814 0 0 0 25 0 1 0 516228262 26710016 3808 33554432000 4194304 4785740 140734523382080 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 6521 3808 340 145 0 3566 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=8.32 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 832 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9390092

[startup+51.1011 s]
/proc/loadavg: 6.00 5.52 3.73 7/184 25852
/proc/meminfo: memFree=16317872/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126501308316516352 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=833100 CPUtime=17.59 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 22633 0 0 0 1756 3 0 0 25 0 1 0 516228262 853094400 11505 33554432000 4194304 4587354 140735907358976 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 208275 11505 337 96 0 204837 0
[pid=25849] ppid=25847 vsize=30228 CPUtime=16.66 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 4942 0 0 0 1666 0 0 0 25 0 1 0 516228262 30953472 4747 33554432000 4194304 4785740 140734523382080 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 7557 4747 340 145 0 4602 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=16.82 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 1682 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1340944

[startup+102.307 s]
/proc/loadavg: 6.00 5.59 3.85 8/184 25854
/proc/meminfo: memFree=16261176/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126501858072330240 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=845756 CPUtime=35.19 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 35296 0 0 0 3514 5 0 0 25 0 1 0 516228262 866054144 13381 33554432000 4194304 4587354 140735907358976 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 211439 13381 337 96 0 208001 0
[pid=25849] ppid=25847 vsize=35904 CPUtime=33.48 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 6317 0 0 0 3348 0 0 0 25 0 1 0 516228262 36765696 6122 33554432000 4194304 4785740 140734523382080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 8976 6122 340 145 0 6021 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=33.61 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 3361 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1359276

[startup+162.301 s]
/proc/loadavg: 6.00 5.66 3.98 8/184 25856
/proc/meminfo: memFree=16274680/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126502407828144128 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=848496 CPUtime=55.19 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 51301 0 0 0 5511 8 0 0 25 0 1 0 516228262 868859904 14284 33554432000 4194304 4587354 140735907358976 18446744073709551615 4388356 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 212124 14284 337 96 0 208686 0
[pid=25849] ppid=25847 vsize=40372 CPUtime=53.49 cores=1

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

/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1444104

[startup+4602.3 s]
/proc/loadavg: 5.00 5.00 4.94 6/183 25986
/proc/meminfo: memFree=16211436/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126502957583958016 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=903340 CPUtime=1535.24 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 550620 0 0 0 153411 113 0 0 25 0 1 0 516228262 925020160 10621 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 225835 10621 337 96 0 222397 0
[pid=25849] ppid=25847 vsize=114524 CPUtime=1533.5 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 24314 0 0 0 153346 4 0 0 25 0 1 0 516228262 117272576 23631 33554432000 4194304 4785740 140734523382080 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 28631 23631 341 145 0 25676 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1533.68 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 153368 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 1495480

[startup+4662.3 s]
/proc/loadavg: 5.00 5.00 4.94 6/183 25988
/proc/meminfo: memFree=16192072/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126502957583958016 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=903340 CPUtime=1555.24 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 555004 0 0 0 155409 115 0 0 25 0 1 0 516228262 925020160 14953 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 225835 14953 337 96 0 222397 0
[pid=25849] ppid=25847 vsize=116544 CPUtime=1553.5 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 24864 0 0 0 155346 4 0 0 25 0 1 0 516228262 119341056 24074 33554432000 4194304 4785740 140734523382080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 29136 24074 341 145 0 26181 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1553.68 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 155368 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 1497500

[startup+4722.3 s]
/proc/loadavg: 5.57 5.15 4.99 7/184 26020
/proc/meminfo: memFree=16237508/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126503095022911488 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=904712 CPUtime=1575.24 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 561595 0 0 0 157408 116 0 0 25 0 1 0 516228262 926425088 12494 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 226178 12494 337 96 0 222740 0
[pid=25849] ppid=25847 vsize=117684 CPUtime=1573.5 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 25096 0 0 0 157345 5 0 0 25 0 1 0 516228262 120508416 24306 33554432000 4194304 4785740 140734523382080 18446744073709551615 4552525 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 29421 24306 341 145 0 26466 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1573.68 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 157368 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1500012

[startup+4782.3 s]
/proc/loadavg: 5.88 5.32 5.05 7/184 26022
/proc/meminfo: memFree=16203892/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126503095022911488 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=899244 CPUtime=1595.25 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 567166 0 0 0 159407 118 0 0 25 0 1 0 516228262 920825856 8951 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 224811 8951 337 96 0 221373 0
[pid=25849] ppid=25847 vsize=118868 CPUtime=1593.51 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 25357 0 0 0 159346 5 0 0 25 0 1 0 516228262 121720832 24567 33554432000 4194304 4785740 140734523382080 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 29717 24567 341 145 0 26762 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1593.68 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 159368 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1495728

[startup+4842.3 s]
/proc/loadavg: 5.95 5.44 5.11 7/184 26023
/proc/meminfo: memFree=16213664/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126503095022911488 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=899244 CPUtime=1615.24 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 572093 0 0 0 161405 119 0 0 25 0 1 0 516228262 920825856 13813 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 224811 13813 337 96 0 221373 0
[pid=25849] ppid=25847 vsize=119184 CPUtime=1613.52 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 25431 0 0 0 161347 5 0 0 25 0 1 0 516228262 122044416 24641 33554432000 4194304 4785740 140734523382080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 29796 24641 341 145 0 26841 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1613.67 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 161367 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 1496044

[startup+4902.31 s]
/proc/loadavg: 5.98 5.54 5.16 8/184 26064
/proc/meminfo: memFree=16269924/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126503095022911488 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=903308 CPUtime=1635.24 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 578251 0 0 0 163402 122 0 0 25 0 1 0 516228262 924987392 10738 33554432000 4194304 4587354 140735907358976 18446744073709551615 4243728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 225827 10738 337 96 0 222389 0
[pid=25849] ppid=25847 vsize=120464 CPUtime=1633.53 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 25739 0 0 0 163348 5 0 0 25 0 1 0 516228262 123355136 24949 33554432000 4194304 4785740 140734523382080 18446744073709551615 4538886 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 30116 24949 341 145 0 27161 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1633.67 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 163367 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1501388

[startup+4962.3 s]
/proc/loadavg: 6.05 5.64 5.22 9/184 26532
/proc/meminfo: memFree=16220124/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126503095022911488 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=903308 CPUtime=1655.24 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 582665 0 0 0 165401 123 0 0 25 0 1 0 516228262 924987392 15100 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 225827 15100 337 96 0 222389 0
[pid=25849] ppid=25847 vsize=121368 CPUtime=1653.53 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 25935 0 0 0 165348 5 0 0 25 0 1 0 516228262 124280832 25145 33554432000 4194304 4785740 140734523382080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 30342 25145 341 145 0 27387 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1653.67 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 165367 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1502292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 6.03 5.67 5.25 7/184 26532
/proc/meminfo: memFree=16271164/32950928 swapFree=67111528/67111528
[pid=25847] ppid=25845 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25847/stat : 25847 (ppfolio) S 25845 25847 25694 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 516228262 18763776 393 33554432000 4194304 4287625 140737384467680 18446744073709551615 251367566863 0 0 4096 65536 3126503095022911488 0 0 17 5 0 0 0
/proc/25847/statm: 4581 393 345 23 0 91 0
[pid=25848] ppid=25847 vsize=831992 CPUtime=1667.74 cores=1
/proc/25848/stat : 25848 (cryptominisat) R 25847 25847 25694 0 -1 4202496 587167 0 0 0 166650 124 0 0 25 0 1 0 516228262 851959808 10298 33554432000 4194304 4587354 140735907358976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25848/statm: 207998 10298 337 96 0 204560 0
[pid=25849] ppid=25847 vsize=121652 CPUtime=1666.09 cores=1
/proc/25849/stat : 25849 (clasp) R 25847 25847 25694 0 -1 4202496 26016 0 0 0 166604 5 0 0 25 0 1 0 516228262 124571648 25226 33554432000 4194304 4785740 140734523382080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25849/statm: 30413 25226 341 145 0 27458 0
[pid=25850] ppid=25847 vsize=459292 CPUtime=1666.22 cores=1
/proc/25850/stat : 25850 (TNM) R 25847 25847 25694 0 -1 4202496 1400 0 0 0 166622 0 0 0 25 0 1 0 516228262 470315008 1297 33554432000 134512640 134534564 4289151104 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25850/statm: 114823 1297 95 6 0 113489 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1431260

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4998.76
CPU system time (s): 1.29
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 9436604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275
involuntary context switches= 4

runsolver used 8.22675 second user time and 19.0521 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-20 02:39:36
IDJOB=3219862
IDBENCH=82660
IDSOLVER=1639
FILE ID=node113/3219862-1303259976
RUNJOBID= node113-1303259274-25713
PBS_JOBID= 13049511
Free space on /tmp= 71832 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219862-1303259976/watcher-3219862-1303259976 -o /tmp/evaluation-result-3219862-1303259976/solver-3219862-1303259976 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3219862-1303259976.cnf

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

MD5SUM BENCH= 98486271f2f72889c040eabfd36ebd13
RANDOM SEED=1844301253

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16388552 kB
Buffers:        767420 kB
Cached:       15288148 kB
SwapCached:          0 kB
Active:        8562620 kB
Inactive:      7624344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16388552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10776 kB
Writeback:           0 kB
AnonPages:      131340 kB
Mapped:          16436 kB
Slab:           311844 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   736276 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= 71820 MiB
End job on node113 at 2011-04-20 04:02:58