Trace number 3219562

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) 4999.75 5000.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
MD5SUM1ba3e47e885ea3862e5726ce64a96a9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark152.918
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.21	This is pico-portfolio, a naive parallel portfolio
0.00/0.21	Copyright (C) 2011 Olivier Roussel
0.00/0.21	Using 1 processing units
0.00/0.21	This portfolio uses the following solvers:
0.00/0.21	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.21	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.21	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.21	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.21	Starting clasp 1.3.6 on core(s) 1
0.00/0.21	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-3219562-1303247464/watcher-3219562-1303247464 -o /tmp/evaluation-result-3219562-1303247464/solver-3219562-1303247464 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3219562-1303247464.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: 2.00 2.00 2.00 3/180 20789
/proc/meminfo: memFree=18131692/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 436346077 2777088 36 33554432000 4194304 4287625 140737141292944 18446744073709551615 274469043847 0 2147483391 4096 0 18446744071699962003 0 0 17 1 0 0 0
/proc/20789/statm: 678 36 27 23 0 23 0

[startup+0.0922541 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20789
/proc/meminfo: memFree=18131692/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 436346077 2777088 36 33554432000 4194304 4287625 140737141292944 18446744073709551615 274469043847 0 2147483391 4096 0 18446744071699962003 0 0 17 1 0 0 0
/proc/20789/statm: 678 36 27 23 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.100252 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20789
/proc/meminfo: memFree=18131692/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 436346077 2777088 36 33554432000 4194304 4287625 140737141292944 18446744073709551615 274469043847 0 2147483391 4096 0 18446744071699962003 0 0 17 1 0 0 0
/proc/20789/statm: 678 36 27 23 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.300218 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20789
/proc/meminfo: memFree=18131692/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700218 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20789
/proc/meminfo: memFree=18131692/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50107 s]
/proc/loadavg: 2.32 2.07 2.02 7/184 20793
/proc/meminfo: memFree=17994392/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 18 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430069512929280 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=61024 CPUtime=0.44 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 11382 0 0 0 43 1 0 0 25 0 1 0 436346099 62488576 9693 33554432000 4194304 4587354 140737372816688 18446744073709551615 4268490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 15256 9693 315 96 0 11818 0
[pid=20792] ppid=20789 vsize=31156 CPUtime=0.31 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 6908 0 0 0 31 0 0 0 25 0 1 0 436346099 31903744 4997 33554432000 4194304 4785740 140733606782144 18446744073709551615 4561952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 7789 4997 326 145 0 4834 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=0.5 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 50 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 576492

[startup+3.10073 s]
/proc/loadavg: 2.32 2.07 2.02 7/184 20793
/proc/meminfo: memFree=17978528/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430481829789696 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=57136 CPUtime=0.94 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 12115 0 0 0 93 1 0 0 25 0 1 0 436346099 58507264 9314 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 14284 9314 326 96 0 10846 0
[pid=20792] ppid=20789 vsize=31156 CPUtime=0.91 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 6923 0 0 0 91 0 0 0 25 0 1 0 436346099 31903744 5012 33554432000 4194304 4785740 140733606782144 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 7789 5012 340 145 0 4834 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 100 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 572604

[startup+6.30123 s]
/proc/loadavg: 2.32 2.07 2.02 7/184 20793
/proc/meminfo: memFree=17970096/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430619268743168 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=57136 CPUtime=2.04 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 12990 0 0 0 203 1 0 0 25 0 1 0 436346099 58507264 10188 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 14284 10188 326 96 0 10846 0
[pid=20792] ppid=20789 vsize=32392 CPUtime=1.91 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 7265 0 0 0 191 0 0 0 25 0 1 0 436346099 33169408 5354 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 8098 5354 340 145 0 5143 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=2.1 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 210 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 573840

[startup+12.7011 s]
/proc/loadavg: 2.89 2.20 2.06 7/184 20793
/proc/meminfo: memFree=17936512/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430756707696640 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=94640 CPUtime=4.14 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 14509 0 0 0 412 2 0 0 25 0 1 0 436346099 96911360 11701 33554432000 4194304 4587354 140737372816688 18446744073709551615 4237493 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 23660 11701 326 96 0 20222 0
[pid=20792] ppid=20789 vsize=42932 CPUtime=4.12 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 9914 0 0 0 411 1 0 0 25 0 1 0 436346099 43962368 8003 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 10733 8003 340 145 0 7778 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=4.2 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 420 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 621884

[startup+25.5008 s]
/proc/loadavg: 3.37 2.32 2.11 7/184 20793
/proc/meminfo: memFree=17889180/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160431169024557056 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=64648 CPUtime=8.44 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 19228 0 0 0 841 3 0 0 25 0 1 0 436346099 66199552 9997 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 16162 9997 327 96 0 12724 0
[pid=20792] ppid=20789 vsize=64116 CPUtime=8.31 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 15187 0 0 0 830 1 0 0 25 0 1 0 436346099 65654784 13276 33554432000 4194304 4785740 140733606782144 18446744073709551615 4304281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 16029 13276 340 145 0 13074 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=8.5 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 850 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 613076

[startup+51.1003 s]
/proc/loadavg: 4.26 2.62 2.21 7/184 20794
/proc/meminfo: memFree=17806596/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160429244879208448 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=135860 CPUtime=16.93 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 44502 0 0 0 1687 6 0 0 25 0 1 0 436346099 139120640 13943 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 33965 13943 337 96 0 30527 0
[pid=20792] ppid=20789 vsize=100744 CPUtime=16.91 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 24299 0 0 0 1688 3 0 0 25 0 1 0 436346099 103161856 22388 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 25186 22388 340 145 0 22231 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=17 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 1700 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528906 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 720916

[startup+102.306 s]
/proc/loadavg: 5.30 3.18 2.42 7/184 20796
/proc/meminfo: memFree=17711604/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160429107440254976 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=131664 CPUtime=34.03 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 83828 0 0 0 3391 12 0 0 25 0 1 0 436346099 134823936 27540 33554432000 4194304 4587354 140737372816688 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 32916 27540 337 96 0 29478 0
[pid=20792] ppid=20789 vsize=123028 CPUtime=33.92 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 29894 0 0 0 3388 4 0 0 25 0 1 0 436346099 125980672 27983 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553302 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 30757 27983 340 145 0 27802 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=34.1 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 3410 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 739004

[startup+162.301 s]
/proc/loadavg: 5.74 3.69 2.64 7/184 20797
/proc/meminfo: memFree=17538848/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160429794635022336 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=272460 CPUtime=54.03 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 121739 0 0 0 5384 19 0 0 25 0 1 0 436346099 278999040 48931 33554432000 4194304 4587354 140737372816688 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 68115 48931 337 96 0 64677 0
[pid=20792] ppid=20789 vsize=156588 CPUtime=53.92 cores=1

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

/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4542.04
Current children cumulated vsize (KiB) 2937288

[startup+4602.3 s]
/proc/loadavg: 6.01 6.00 5.92 7/184 20928
/proc/meminfo: memFree=16830236/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430894146650112 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1876560 CPUtime=1534.01 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1061001 0 0 0 153181 220 0 0 25 0 1 0 436346099 1921597440 19222 33554432000 4194304 4587354 140737372816688 18446744073709551615 4243788 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 469140 19222 337 96 0 465702 0
[pid=20792] ppid=20789 vsize=533344 CPUtime=1533.97 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 130486 0 0 0 153372 25 0 0 25 0 1 0 436346099 546144256 128575 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 133336 128575 340 145 0 130381 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1534.07 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 153407 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4602.05
Current children cumulated vsize (KiB) 2894216

[startup+4662.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 20929
/proc/meminfo: memFree=16752844/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430894146650112 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1876560 CPUtime=1554.01 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1071052 0 0 0 155178 223 0 0 25 0 1 0 436346099 1921597440 29250 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 469140 29250 337 96 0 465702 0
[pid=20792] ppid=20789 vsize=534464 CPUtime=1553.97 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 130721 0 0 0 155372 25 0 0 25 0 1 0 436346099 547291136 128810 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 133616 128810 340 145 0 130661 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1554.07 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 155407 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4662.05
Current children cumulated vsize (KiB) 2895336

[startup+4722.31 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 20931
/proc/meminfo: memFree=16839972/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430894146650112 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1910836 CPUtime=1574.02 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1083272 0 0 0 157176 226 0 0 25 0 1 0 436346099 1956696064 18464 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 477709 18464 337 96 0 474271 0
[pid=20792] ppid=20789 vsize=549664 CPUtime=1573.98 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 134494 0 0 0 157371 27 0 0 25 0 1 0 436346099 562855936 132583 33554432000 4194304 4785740 140733606782144 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 137416 132583 340 145 0 134461 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1574.06 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 157406 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134514044 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4722.06
Current children cumulated vsize (KiB) 2944812

[startup+4782.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/184 20932
/proc/meminfo: memFree=16762812/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160430894146650112 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1910836 CPUtime=1594.01 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1093403 0 0 0 159173 228 0 0 25 0 1 0 436346099 1956696064 28551 33554432000 4194304 4587354 140737372816688 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 477709 28551 337 96 0 474271 0
[pid=20792] ppid=20789 vsize=549664 CPUtime=1593.97 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 134496 0 0 0 159370 27 0 0 25 0 1 0 436346099 562855936 132585 33554432000 4194304 4785740 140733606782144 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 137416 132585 340 145 0 134461 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1594.06 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 159406 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4782.04
Current children cumulated vsize (KiB) 2944812

[startup+4842.3 s]
/proc/loadavg: 6.06 6.01 5.93 7/184 20934
/proc/meminfo: memFree=16831720/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160431031585603584 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1881696 CPUtime=1614.03 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1105502 0 0 0 161172 231 0 0 25 0 1 0 436346099 1926856704 17338 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 470424 17338 337 96 0 466986 0
[pid=20792] ppid=20789 vsize=549664 CPUtime=1613.97 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 134510 0 0 0 161370 27 0 0 25 0 1 0 436346099 562855936 132599 33554432000 4194304 4785740 140733606782144 18446744073709551615 4287168 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 137416 132599 340 145 0 134461 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1614.06 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 161406 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4842.06
Current children cumulated vsize (KiB) 2915672

[startup+4902.3 s]
/proc/loadavg: 6.02 6.01 5.93 7/184 20935
/proc/meminfo: memFree=16753824/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160431031585603584 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1881696 CPUtime=1634.04 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1115642 0 0 0 163171 233 0 0 25 0 1 0 436346099 1926856704 27445 33554432000 4194304 4587354 140737372816688 18446744073709551615 4250322 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 470424 27445 337 96 0 466986 0
[pid=20792] ppid=20789 vsize=550356 CPUtime=1633.97 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 134624 0 0 0 163370 27 0 0 25 0 1 0 436346099 563564544 132713 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 137589 132713 340 145 0 134634 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1634.05 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 163405 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4902.06
Current children cumulated vsize (KiB) 2916364

[startup+4962.3 s]
/proc/loadavg: 6.00 6.00 5.93 7/184 20937
/proc/meminfo: memFree=16845304/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160431031585603584 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1904832 CPUtime=1654.04 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1127473 0 0 0 165170 234 0 0 25 0 1 0 436346099 1950547968 15790 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238282 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 476208 15790 337 96 0 472770 0
[pid=20792] ppid=20789 vsize=550356 CPUtime=1653.96 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 134626 0 0 0 165369 27 0 0 25 0 1 0 436346099 563564544 132715 33554432000 4194304 4785740 140733606782144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 137589 132715 340 145 0 134634 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1654.05 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 165405 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4962.05
Current children cumulated vsize (KiB) 2939500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 6.00 6.00 5.93 6/184 20939
/proc/meminfo: memFree=17416044/32950928 swapFree=67111528/67111528
[pid=20789] ppid=20787 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (ppfolio) S 20787 20789 20748 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 436346077 18763776 393 33554432000 4194304 4287625 140737141292944 18446744073709551615 274473987599 0 0 4096 65536 1160431031585603584 0 0 17 7 0 0 0
/proc/20789/statm: 4581 393 345 23 0 91 0
[pid=20791] ppid=20789 vsize=1904832 CPUtime=1666.58 cores=1
/proc/20791/stat : 20791 (cryptominisat) R 20789 20789 20748 0 -1 4202496 1134107 0 0 0 166422 236 0 0 25 0 1 0 436346099 1950547968 22402 33554432000 4194304 4587354 140737372816688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20791/statm: 476208 22402 337 96 0 472770 0
[pid=20792] ppid=20789 vsize=550356 CPUtime=1666.52 cores=1
/proc/20792/stat : 20792 (clasp) R 20789 20789 20748 0 -1 4202496 134626 0 0 0 166625 27 0 0 25 0 1 0 436346099 563564544 132715 33554432000 4194304 4785740 140733606782144 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20792/statm: 137589 132715 340 145 0 134634 0
[pid=20793] ppid=20789 vsize=465988 CPUtime=1666.65 cores=1
/proc/20793/stat : 20793 (TNM) R 20789 20789 20748 0 -1 4202496 5913 0 0 0 166665 0 0 0 25 0 1 0 436346099 477171712 5810 33554432000 134512640 134534564 4287795808 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20793/statm: 116497 5810 95 6 0 115163 0
Current children cumulated CPU time (s) 4999.75
Current children cumulated vsize (KiB) 2939500

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 20789 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 4999.75
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 4999.75
CPU user time (s): 4997.12
CPU system time (s): 2.63
CPU usage (%): 99.9948
Max. virtual memory (cumulated for all children) (KiB): 4762920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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= 265
involuntary context switches= 4

runsolver used 8.09677 second user time and 19.1821 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-19 23:11:04
IDJOB=3219562
IDBENCH=82610
IDSOLVER=1639
FILE ID=node125/3219562-1303247464
RUNJOBID= node125-1303247464-20767
PBS_JOBID= 13042422
Free space on /tmp= 72408 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219562-1303247464/watcher-3219562-1303247464 -o /tmp/evaluation-result-3219562-1303247464/solver-3219562-1303247464 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3219562-1303247464.cnf

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

MD5SUM BENCH= 1ba3e47e885ea3862e5726ce64a96a9c
RANDOM SEED=472330897

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:      18131972 kB
Buffers:        703176 kB
Cached:       13699852 kB
SwapCached:          0 kB
Active:        6304860 kB
Inactive:      8163504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18131972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25652 kB
Writeback:           0 kB
AnonPages:       65192 kB
Mapped:          15616 kB
Slab:           284556 kB
PageTables:       4596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   657180 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= 72400 MiB
End job on node125 at 2011-04-20 00:34:26