Trace number 3190952

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 par? (TO) 4800.32 1201.71

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
MD5SUM0c1f90cdbd54dc48a7f7e4333f537217
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.0699
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
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 530000
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

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-3190952-1304047819/watcher-3190952-1304047819 -o /tmp/evaluation-result-3190952-1304047819/solver-3190952-1304047819 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190952-1304047819.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.81 10.13 10.05 6/182 25430
/proc/meminfo: memFree=25797004/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) R 25428 25430 25027 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0

[startup+0.23605 s]
/proc/loadavg: 9.81 10.13 10.05 6/182 25430
/proc/meminfo: memFree=25797004/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30104 s]
/proc/loadavg: 9.81 10.13 10.05 6/182 25430
/proc/meminfo: memFree=25797004/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.401022 s]
/proc/loadavg: 9.81 10.13 10.05 6/182 25430
/proc/meminfo: memFree=25797004/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700971 s]
/proc/loadavg: 9.81 10.13 10.05 6/182 25430
/proc/meminfo: memFree=25797004/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50083 s]
/proc/loadavg: 9.81 10.13 10.05 11/188 25436
/proc/meminfo: memFree=25755044/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=1982844 CPUtime=1.49 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 6160 0 0 0 148 1 0 0 25 0 1 0 516379838 2030432256 3266 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 495711 3266 327 96 0 492273 0
[pid=25432] ppid=25430 vsize=26148 CPUtime=1.48 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 4132 0 0 0 148 0 0 0 25 0 1 0 516379838 26775552 3861 33554432000 4194304 4785740 140737423807840 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 6537 3861 340 145 0 3582 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=0.72 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 72 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=7208 CPUtime=1.49 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 1210 0 0 0 149 0 0 0 25 0 1 0 516379838 7380992 969 33554432000 4194304 4352236 140735511101312 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 1802 969 127 39 0 882 0
[pid=25435] ppid=25430 vsize=15204 CPUtime=0.75 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 6464 0 0 0 75 0 0 0 25 0 1 0 516379838 15568896 1615 33554432000 4194304 4331988 140734874647440 18446744073709551615 4299168 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 3801 1615 174 34 0 2243 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 2510440

[startup+3.10055 s]
/proc/loadavg: 9.81 10.13 10.05 11/188 25436
/proc/meminfo: memFree=25748976/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=1984764 CPUtime=3.09 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 9740 0 0 0 307 2 0 0 25 0 1 0 516379838 2032398336 3512 33554432000 4194304 4587354 140734456846752 18446744073709551615 4248794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 496191 3512 331 96 0 492753 0
[pid=25432] ppid=25430 vsize=28132 CPUtime=3.08 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 4617 0 0 0 308 0 0 0 25 0 1 0 516379838 28807168 4346 33554432000 4194304 4785740 140737423807840 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 7033 4346 340 145 0 4078 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=1.52 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 152 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=7516 CPUtime=3.09 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 1310 0 0 0 309 0 0 0 25 0 1 0 516379838 7696384 1069 33554432000 4194304 4352236 140735511101312 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 1879 1069 127 39 0 959 0
[pid=25435] ppid=25430 vsize=15204 CPUtime=1.54 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 6496 0 0 0 154 0 0 0 25 0 1 0 516379838 15568896 1647 33554432000 4194304 4331988 140734874647440 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 3801 1647 174 34 0 2243 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2514652

[startup+6.30099 s]
/proc/loadavg: 9.90 10.14 10.05 11/188 25436
/proc/meminfo: memFree=25736948/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=1985960 CPUtime=6.29 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 19234 0 0 0 625 4 0 0 25 0 1 0 516379838 2033623040 2871 33554432000 4194304 4587354 140734456846752 18446744073709551615 228244045579 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 496490 2871 337 96 0 493052 0
[pid=25432] ppid=25430 vsize=32052 CPUtime=6.28 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 5622 0 0 0 628 0 0 0 25 0 1 0 516379838 32821248 5351 33554432000 4194304 4785740 140737423807840 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 8013 5351 340 145 0 5058 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=3.12 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 312 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=8252 CPUtime=6.29 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 1494 0 0 0 629 0 0 0 25 0 1 0 516379838 8450048 1253 33554432000 4194304 4352236 140735511101312 18446744073709551615 4207805 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 2063 1253 127 39 0 1143 0
[pid=25435] ppid=25430 vsize=15716 CPUtime=3.13 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 6593 0 0 0 313 0 0 0 25 0 1 0 516379838 16093184 1744 33554432000 4194304 4331988 140734874647440 18446744073709551615 4228257 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 3929 1744 174 34 0 2371 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2521016

[startup+12.7009 s]
/proc/loadavg: 9.91 10.14 10.05 11/188 25436
/proc/meminfo: memFree=25728924/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=2002680 CPUtime=12.69 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 27680 0 0 0 1263 6 0 0 25 0 1 0 516379838 2050744320 9056 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 500670 9056 337 96 0 497232 0
[pid=25432] ppid=25430 vsize=36012 CPUtime=12.69 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 6588 0 0 0 1268 1 0 0 25 0 1 0 516379838 36876288 6317 33554432000 4194304 4785740 140737423807840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 9003 6317 340 145 0 6048 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=6.32 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 632 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=9668 CPUtime=12.69 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 1848 0 0 0 1269 0 0 0 25 0 1 0 516379838 9900032 1607 33554432000 4194304 4352236 140735511101312 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 2417 1607 127 39 0 1497 0
[pid=25435] ppid=25430 vsize=16168 CPUtime=6.29 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 6681 0 0 0 629 0 0 0 25 0 1 0 516379838 16556032 1832 33554432000 4194304 4331988 140734874647440 18446744073709551615 4228307 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 4042 1832 174 34 0 2484 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2543564

[startup+25.5066 s]
/proc/loadavg: 10.01 10.15 10.06 11/188 25437
/proc/meminfo: memFree=25691108/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=1990520 CPUtime=25.5 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 37491 0 0 0 2542 8 0 0 25 0 1 0 516379838 2038292480 6893 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 497630 6894 337 96 0 494192 0
[pid=25432] ppid=25430 vsize=43532 CPUtime=25.5 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 8413 0 0 0 2548 2 0 0 25 0 1 0 516379838 44576768 8142 33554432000 4194304 4785740 140737423807840 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 10883 8142 340 145 0 7928 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=12.65 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 1265 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=8948 CPUtime=25.5 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 2215 0 0 0 2550 0 0 0 25 0 1 0 516379838 9162752 1430 33554432000 4194304 4352236 140735511101312 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 2237 1430 127 39 0 1317 0
[pid=25435] ppid=25430 vsize=17704 CPUtime=12.7 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 7064 0 0 0 1269 1 0 0 25 0 1 0 516379838 18128896 2215 33554432000 4194304 4331988 140734874647440 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 4426 2215 175 34 0 2868 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 2539740

[startup+51.1011 s]
/proc/loadavg: 10.00 10.14 10.06 11/188 25437
/proc/meminfo: memFree=25551096/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=1988016 CPUtime=51.09 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 64163 0 0 0 5093 16 0 0 25 0 1 0 516379838 2035728384 5188 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 497004 5188 337 96 0 493566 0
[pid=25432] ppid=25430 vsize=51660 CPUtime=51.09 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 10419 0 0 0 5107 2 0 0 25 0 1 0 516379838 52899840 10148 33554432000 4194304 4785740 140737423807840 18446744073709551615 4277553 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 12915 10148 340 145 0 9960 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=25.41 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 2541 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=9076 CPUtime=51.09 cores=3

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

/proc/25435/statm: 26386 16742 175 34 0 24828 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 2981436

[startup+1002.31 s]
/proc/loadavg: 10.19 10.19 10.11 11/188 25496
/proc/meminfo: memFree=25696248/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=2257428 CPUtime=1002.32 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 586734 0 0 0 100021 211 0 0 25 0 1 0 516379838 2311606272 70877 33554432000 4194304 4587354 140734456846752 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 564357 70877 337 96 0 560919 0
[pid=25432] ppid=25430 vsize=138632 CPUtime=1002.31 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 31177 0 0 0 100222 9 0 0 25 0 1 0 516379838 141959168 30906 33554432000 4194304 4785740 140737423807840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 34658 30906 340 145 0 31703 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=498.42 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 49842 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=21384 CPUtime=1002.32 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 25640 0 0 0 100229 3 0 0 25 0 1 0 516379838 21897216 4537 33554432000 4194304 4352236 140735511101312 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 5346 4537 127 39 0 4426 0
[pid=25435] ppid=25430 vsize=105544 CPUtime=498.42 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 22511 0 0 0 49832 10 0 0 25 0 1 0 516379838 108077056 17662 33554432000 4194304 4331988 140734874647440 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 26386 17662 175 34 0 24828 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 3002024

[startup+1062.3 s]
/proc/loadavg: 10.21 10.20 10.11 11/188 25497
/proc/meminfo: memFree=25679696/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=2257428 CPUtime=1062.31 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 586734 0 0 0 106020 211 0 0 25 0 1 0 516379838 2311606272 70877 33554432000 4194304 4587354 140734456846752 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 564357 70877 337 96 0 560919 0
[pid=25432] ppid=25430 vsize=139836 CPUtime=1062.31 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 31456 0 0 0 106222 9 0 0 25 0 1 0 516379838 143192064 31185 33554432000 4194304 4785740 140737423807840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 34959 31185 340 145 0 32004 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=528.24 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 52824 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=20744 CPUtime=1062.31 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 27752 0 0 0 106228 3 0 0 25 0 1 0 516379838 21241856 4377 33554432000 4194304 4352236 140735511101312 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 5186 4377 127 39 0 4266 0
[pid=25435] ppid=25430 vsize=105544 CPUtime=528.28 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 23485 0 0 0 52817 11 0 0 25 0 1 0 516379838 108077056 18636 33554432000 4194304 4331988 140734874647440 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 26386 18636 175 34 0 24828 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 3002588

[startup+1122.3 s]
/proc/loadavg: 10.16 10.19 10.11 11/188 25499
/proc/meminfo: memFree=25843600/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=2046144 CPUtime=1122.31 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 610987 0 0 0 112006 225 0 0 25 0 1 0 516379838 2095251456 20344 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 511536 20344 337 96 0 508098 0
[pid=25432] ppid=25430 vsize=142112 CPUtime=1122.31 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 31950 0 0 0 112222 9 0 0 25 0 1 0 516379838 145522688 31679 33554432000 4194304 4785740 140737423807840 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 35528 31679 340 145 0 32573 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=558.07 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 55807 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=16648 CPUtime=1122.31 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 27976 0 0 0 112228 3 0 0 25 0 1 0 516379838 17047552 3353 33554432000 4194304 4352236 140735511101312 18446744073709551615 4328079 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 4162 3353 127 39 0 3242 0
[pid=25435] ppid=25430 vsize=105544 CPUtime=558.11 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 24415 0 0 0 55799 12 0 0 25 0 1 0 516379838 108077056 19566 33554432000 4194304 4331988 140734874647440 18446744073709551615 228243743916 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 26386 19566 175 34 0 24828 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 2789484

[startup+1182.3 s]
/proc/loadavg: 10.21 10.20 10.12 11/188 25500
/proc/meminfo: memFree=25849520/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=2034832 CPUtime=1182.31 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 636090 0 0 0 117992 239 0 0 25 0 1 0 516379838 2083667968 22865 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 508708 22865 337 96 0 505270 0
[pid=25432] ppid=25430 vsize=143800 CPUtime=1182.31 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 32339 0 0 0 118222 9 0 0 25 0 1 0 516379838 147251200 32068 33554432000 4194304 4785740 140737423807840 18446744073709551615 4287560 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 35950 32068 340 145 0 32995 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=587.93 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 58793 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=16520 CPUtime=1182.31 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 29160 0 0 0 118228 3 0 0 25 0 1 0 516379838 16916480 3321 33554432000 4194304 4352236 140735511101312 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 4130 3321 127 39 0 3210 0
[pid=25435] ppid=25430 vsize=105544 CPUtime=587.93 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 25398 0 0 0 58781 12 0 0 25 0 1 0 516379838 108077056 20549 33554432000 4194304 4331988 140734874647440 18446744073709551615 4263216 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 26386 20549 175 34 0 24828 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 2779732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.15 10.18 10.11 11/188 25501
/proc/meminfo: memFree=25871208/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=2030536 CPUtime=1201.72 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 642443 0 0 0 119930 242 0 0 25 0 1 0 516379838 2079268864 15698 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 507634 15698 337 96 0 504196 0
[pid=25432] ppid=25430 vsize=144300 CPUtime=1201.72 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 32442 0 0 0 120163 9 0 0 25 0 1 0 516379838 147763200 32171 33554432000 4194304 4785740 140737423807840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 36075 32171 340 145 0 33120 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=597.55 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 59755 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134529870 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=16520 CPUtime=1201.72 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 29160 0 0 0 120169 3 0 0 25 0 1 0 516379838 16916480 3321 33554432000 4194304 4352236 140735511101312 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 4130 3321 127 39 0 3210 0
[pid=25435] ppid=25430 vsize=105544 CPUtime=597.61 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 25719 0 0 0 59748 13 0 0 25 0 1 0 516379838 108077056 20870 33554432000 4194304 4331988 140734874647440 18446744073709551615 4299129 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 26386 20870 175 34 0 24828 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2775936

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

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

[startup+1201.7 s]
/proc/loadavg: 10.15 10.18 10.11 11/188 25501
/proc/meminfo: memFree=25871208/32951124 swapFree=67111364/67111528
[pid=25430] ppid=25428 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25430/stat : 25430 (ppfolio) S 25428 25430 25027 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 516379838 18763776 390 33554432000 4194304 4287625 140736261347024 18446744073709551615 228244368911 0 0 4096 65536 4653529449545859071 0 0 17 1 0 0 0
/proc/25430/statm: 4581 390 341 23 0 91 0
[pid=25431] ppid=25430 vsize=2030536 CPUtime=1201.72 cores=1
/proc/25431/stat : 25431 (cryptominisat) R 25430 25430 25027 0 -1 4202496 642443 0 0 0 119930 242 0 0 25 0 1 0 516379838 2079268864 15698 33554432000 4194304 4587354 140734456846752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25431/statm: 507634 15698 337 96 0 504196 0
[pid=25432] ppid=25430 vsize=144300 CPUtime=1201.72 cores=5
/proc/25432/stat : 25432 (clasp) R 25430 25430 25027 0 -1 4202496 32442 0 0 0 120163 9 0 0 25 0 1 0 516379838 147763200 32171 33554432000 4194304 4785740 140737423807840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25432/statm: 36075 32171 340 145 0 33120 0
[pid=25433] ppid=25430 vsize=460712 CPUtime=597.55 cores=7
/proc/25433/stat : 25433 (TNM) R 25430 25430 25027 0 -1 4202496 1810 0 0 0 59755 0 0 0 25 0 1 0 516379838 471769088 1706 33554432000 134512640 134534564 4286830448 18446744073709551615 134529870 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25433/statm: 115178 1706 95 6 0 113844 0
[pid=25434] ppid=25430 vsize=16520 CPUtime=1201.72 cores=3
/proc/25434/stat : 25434 (lingeling) R 25430 25430 25027 0 -1 4202496 29160 0 0 0 120169 3 0 0 25 0 1 0 516379838 16916480 3321 33554432000 4194304 4352236 140735511101312 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25434/statm: 4130 3321 127 39 0 3210 0
[pid=25435] ppid=25430 vsize=105544 CPUtime=597.61 cores=7
/proc/25435/stat : 25435 (march_hi) R 25430 25430 25027 0 -1 4202496 25719 0 0 0 59748 13 0 0 25 0 1 0 516379838 108077056 20870 33554432000 4194304 4331988 140734874647440 18446744073709551615 4299129 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25435/statm: 26386 20870 175 34 0 24828 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2775936

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25430 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=3999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 4800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.32
CPU user time (s): 4797.65
CPU system time (s): 2.67
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 4691700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523
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= 324
involuntary context switches= 6

runsolver used 1.74773 second user time and 4.81527 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 05:30:19
IDJOB=3190952
IDBENCH=82683
IDSOLVER=1612
FILE ID=node136/3190952-1304047819
RUNJOBID= node136-1304044537-25046
PBS_JOBID= 13170391
Free space on /tmp= 72320 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190952-1304047819/watcher-3190952-1304047819 -o /tmp/evaluation-result-3190952-1304047819/solver-3190952-1304047819 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190952-1304047819.cnf

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

MD5SUM BENCH= 0c1f90cdbd54dc48a7f7e4333f537217
RANDOM SEED=565363406

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.83
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.809
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.809
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:     32951124 kB
MemFree:      25797408 kB
Buffers:       1054540 kB
Cached:        5014092 kB
SwapCached:        100 kB
Active:        1158868 kB
Inactive:      5443320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25797408 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10892 kB
Writeback:           0 kB
AnonPages:      533024 kB
Mapped:          16708 kB
Slab:           486108 kB
PageTables:       6096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3215804 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= 72316 MiB
End job on node136 at 2011-04-29 05:50:22