Trace number 3281210

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.09 1201.91

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6

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-3281210-1304032526/watcher-3281210-1304032526 -o /tmp/evaluation-result-3281210-1304032526/solver-3281210-1304032526 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3281210-1304032526.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.30 7.31 7.65 7/182 4380
/proc/meminfo: memFree=19543136/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) R 4378 4380 3973 0 -1 4194304 506 0 0 0 0 0 0 0 20 0 1 0 495668781 18763776 388 33554432000 4194304 4287625 140735408058944 18446744073709551615 47644090421982 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/4380/statm: 4581 388 339 23 0 91 0

[startup+0.0733121 s]
/proc/loadavg: 5.30 7.31 7.65 7/182 4380
/proc/meminfo: memFree=19543136/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 6 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10031 s]
/proc/loadavg: 5.30 7.31 7.65 7/182 4380
/proc/meminfo: memFree=19543136/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) R 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300275 s]
/proc/loadavg: 5.30 7.31 7.65 7/182 4380
/proc/meminfo: memFree=19543136/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 6 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700203 s]
/proc/loadavg: 5.30 7.31 7.65 7/182 4380
/proc/meminfo: memFree=19543136/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 6 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50106 s]
/proc/loadavg: 5.30 7.31 7.65 12/188 4386
/proc/meminfo: memFree=19389700/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=55208 CPUtime=1.49 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 8525 0 0 0 148 1 0 0 20 0 1 0 495668781 56532992 8304 33554432000 4194304 4587354 140737075407520 18446744073709551615 4421145 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 13802 8304 316 96 0 10364 0
[pid=4382] ppid=4380 vsize=41852 CPUtime=1.49 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 9923 0 0 0 148 1 0 0 25 0 1 0 495668781 42856448 7650 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 10463 7650 340 145 0 7508 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=0.74 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 73 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134529964 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=21624 CPUtime=1.49 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 6581 0 0 0 148 1 0 0 20 0 1 0 495668781 22142976 4572 33554432000 4194304 4352236 140734413876816 18446744073709551615 4229912 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 5406 4572 125 39 0 4486 0
[pid=4386] ppid=4380 vsize=34036 CPUtime=0.72 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4194304 31390 0 0 0 69 3 0 0 25 0 1 0 495668781 34852864 5383 33554432000 4194304 4331988 140734965124208 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 8509 5383 129 34 0 6951 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 636108

[startup+3.10078 s]
/proc/loadavg: 5.30 7.31 7.65 12/188 4386
/proc/meminfo: memFree=19311104/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=68260 CPUtime=3.09 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 14827 0 0 0 307 2 0 0 25 0 1 0 495668781 69898240 11943 33554432000 4194304 4587354 140737075407520 18446744073709551615 4248807 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 17065 11943 333 96 0 13627 0
[pid=4382] ppid=4380 vsize=42644 CPUtime=3.09 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 10182 0 0 0 308 1 0 0 25 0 1 0 495668781 43667456 7909 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 10661 7909 340 145 0 7706 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=1.54 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 153 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=22576 CPUtime=3.08 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 6820 0 0 0 307 1 0 0 25 0 1 0 495668781 23117824 4811 33554432000 4194304 4352236 140734413876816 18446744073709551615 4298944 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 5644 4811 125 39 0 4724 0
[pid=4386] ppid=4380 vsize=42224 CPUtime=1.52 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 36999 0 0 0 148 4 0 0 25 0 1 0 495668781 43237376 7546 33554432000 4194304 4331988 140734965124208 18446744073709551615 255106427233 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 10556 7546 150 34 0 8998 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 659092

[startup+6.30122 s]
/proc/loadavg: 5.84 7.39 7.68 12/188 4386
/proc/meminfo: memFree=19297092/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=105764 CPUtime=6.28 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 16385 0 0 0 626 2 0 0 25 0 1 0 495668781 108302336 13495 33554432000 4194304 4587354 140737075407520 18446744073709551615 4241126 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 26441 13495 333 96 0 23003 0
[pid=4382] ppid=4380 vsize=47056 CPUtime=6.29 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 11270 0 0 0 628 1 0 0 25 0 1 0 495668781 48185344 8997 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 11764 8997 340 145 0 8809 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=3.14 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 313 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=18404 CPUtime=6.28 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 6822 0 0 0 627 1 0 0 25 0 1 0 495668781 18845696 3770 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 4601 3770 127 39 0 3681 0
[pid=4386] ppid=4380 vsize=42224 CPUtime=3.1 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 37000 0 0 0 306 4 0 0 25 0 1 0 495668781 43237376 7546 33554432000 4194304 4331988 140734965124208 18446744073709551615 4252200 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 10556 7546 149 34 0 8998 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 696836

[startup+12.7011 s]
/proc/loadavg: 6.17 7.43 7.69 12/188 4386
/proc/meminfo: memFree=19165068/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1047104 CPUtime=12.69 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 20147 0 0 0 1265 4 0 0 25 0 1 0 495668781 1072234496 13431 33554432000 4194304 4587354 140737075407520 18446744073709551615 4238035 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 261776 13431 339 96 0 258338 0
[pid=4382] ppid=4380 vsize=58432 CPUtime=12.69 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 14109 0 0 0 1267 2 0 0 25 0 1 0 495668781 59834368 11836 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 14608 11836 340 145 0 11653 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=6.31 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 630 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=17776 CPUtime=12.68 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 6822 0 0 0 1267 1 0 0 25 0 1 0 495668781 18202624 3613 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 4444 3613 127 39 0 3524 0
[pid=4386] ppid=4380 vsize=103216 CPUtime=6.3 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 66312 0 0 0 622 8 0 0 25 0 1 0 495668781 105693184 20904 33554432000 4194304 4331988 140734965124208 18446744073709551615 4257219 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 25804 20904 151 34 0 24246 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1709916

[startup+25.5008 s]
/proc/loadavg: 7.02 7.56 7.72 12/188 4387
/proc/meminfo: memFree=19063268/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1128600 CPUtime=25.49 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 25758 0 0 0 2544 5 0 0 25 0 1 0 495668781 1155686400 14832 33554432000 4194304 4587354 140737075407520 18446744073709551615 4238246 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 282150 14832 339 96 0 278712 0
[pid=4382] ppid=4380 vsize=61520 CPUtime=25.48 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 14825 0 0 0 2546 2 0 0 25 0 1 0 495668781 62996480 12552 33554432000 4194304 4785740 140735860175840 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 15380 12552 340 145 0 12425 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=12.64 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 1263 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=17764 CPUtime=25.48 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 7140 0 0 0 2547 1 0 0 25 0 1 0 495668781 18190336 3610 33554432000 4194304 4352236 140734413876816 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 4441 3610 127 39 0 3521 0
[pid=4386] ppid=4380 vsize=259084 CPUtime=12.69 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 137929 0 0 0 1252 17 0 0 25 0 1 0 495668781 265302016 41325 33554432000 4194304 4331988 140734965124208 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 64771 41325 205 34 0 63213 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 1950356

[startup+51.1003 s]
/proc/loadavg: 8.16 7.78 7.79 11/188 4387
/proc/meminfo: memFree=18944688/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1095356 CPUtime=51.09 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 41698 0 0 0 5100 9 0 0 25 0 1 0 495668781 1121644544 23719 33554432000 4194304 4587354 140737075407520 18446744073709551615 4357679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 273839 23719 340 96 0 270401 0
[pid=4382] ppid=4380 vsize=77224 CPUtime=51.09 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 18758 0 0 0 5105 4 0 0 25 0 1 0 495668781 79077376 16485 33554432000 4194304 4785740 140735860175840 18446744073709551615 4549788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 19306 16485 340 145 0 16351 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=25.4 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 2539 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134528741 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=21856 CPUtime=51.07 cores=2

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

/proc/4386/statm: 64835 42305 176 34 0 63277 0
Current children cumulated CPU time (s) 3763.1
Current children cumulated vsize (KiB) 2319776

[startup+1002.3 s]
/proc/loadavg: 10.22 10.11 9.33 12/188 4416
/proc/meminfo: memFree=18253436/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1438400 CPUtime=1002.28 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 601699 0 0 0 100070 158 0 0 25 0 1 0 495668781 1472921600 99122 33554432000 4194304 4587354 140737075407520 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 359600 99122 340 96 0 356162 0
[pid=4382] ppid=4380 vsize=220268 CPUtime=1001.51 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 53643 0 0 0 100128 23 0 0 25 0 1 0 495668781 225554432 51370 33554432000 4194304 4785740 140735860175840 18446744073709551615 4552986 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 55067 51370 340 145 0 52112 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=498.4 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 49839 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=33892 CPUtime=1002.15 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 13143 0 0 0 100212 3 0 0 25 0 1 0 495668781 34705408 7642 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 8473 7642 127 39 0 7553 0
[pid=4386] ppid=4380 vsize=259340 CPUtime=498.43 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 138941 0 0 0 49825 18 0 0 25 0 1 0 495668781 265564160 42305 33554432000 4194304 4331988 140734965124208 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 64835 42305 176 34 0 63277 0
Current children cumulated CPU time (s) 4002.77
Current children cumulated vsize (KiB) 2435288

[startup+1062.3 s]
/proc/loadavg: 10.26 10.14 9.39 12/188 4417
/proc/meminfo: memFree=18261116/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1438400 CPUtime=1062.28 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 601699 0 0 0 106070 158 0 0 25 0 1 0 495668781 1472921600 99122 33554432000 4194304 4587354 140737075407520 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 359600 99122 340 96 0 356162 0
[pid=4382] ppid=4380 vsize=220268 CPUtime=1061.5 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 53656 0 0 0 106127 23 0 0 25 0 1 0 495668781 225554432 51383 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 55067 51383 340 145 0 52112 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=528.26 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 52825 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=32352 CPUtime=1062.16 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 13143 0 0 0 106213 3 0 0 25 0 1 0 495668781 33128448 7257 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 8088 7257 127 39 0 7168 0
[pid=4386] ppid=4380 vsize=259340 CPUtime=528.25 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 138941 0 0 0 52807 18 0 0 25 0 1 0 495668781 265564160 42305 33554432000 4194304 4331988 140734965124208 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 64835 42305 176 34 0 63277 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 2433748

[startup+1122.3 s]
/proc/loadavg: 10.21 10.14 9.43 12/188 4419
/proc/meminfo: memFree=18259984/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1438400 CPUtime=1122.28 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 601699 0 0 0 112070 158 0 0 25 0 1 0 495668781 1472921600 99122 33554432000 4194304 4587354 140737075407520 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 359600 99122 340 96 0 356162 0
[pid=4382] ppid=4380 vsize=225936 CPUtime=1121.5 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 55057 0 0 0 112126 24 0 0 25 0 1 0 495668781 231358464 52784 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 56484 52784 340 145 0 53529 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=558.06 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 55805 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=33888 CPUtime=1122.16 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 13527 0 0 0 112213 3 0 0 25 0 1 0 495668781 34701312 7641 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 8472 7641 127 39 0 7552 0
[pid=4386] ppid=4380 vsize=259340 CPUtime=558.12 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 138941 0 0 0 55794 18 0 0 25 0 1 0 495668781 265564160 42305 33554432000 4194304 4331988 140734965124208 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 64835 42305 176 34 0 63277 0
Current children cumulated CPU time (s) 4482.12
Current children cumulated vsize (KiB) 2440952

[startup+1182.3 s]
/proc/loadavg: 10.23 10.16 9.48 12/188 4420
/proc/meminfo: memFree=18245468/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1438400 CPUtime=1182.28 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 601699 0 0 0 118070 158 0 0 25 0 1 0 495668781 1472921600 99122 33554432000 4194304 4587354 140737075407520 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 359600 99122 340 96 0 356162 0
[pid=4382] ppid=4380 vsize=225936 CPUtime=1181.5 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 55073 0 0 0 118126 24 0 0 25 0 1 0 495668781 231358464 52800 33554432000 4194304 4785740 140735860175840 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 56484 52800 340 145 0 53529 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=587.94 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 58793 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=33904 CPUtime=1182.16 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 13816 0 0 0 118213 3 0 0 25 0 1 0 495668781 34717696 7645 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 8476 7645 127 39 0 7556 0
[pid=4386] ppid=4380 vsize=259340 CPUtime=587.91 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 138941 0 0 0 58773 18 0 0 25 0 1 0 495668781 265564160 42305 33554432000 4194304 4331988 140734965124208 18446744073709551615 4226235 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 64835 42305 176 34 0 63277 0
Current children cumulated CPU time (s) 4721.79
Current children cumulated vsize (KiB) 2440968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.16 10.15 9.49 6/181 4422
/proc/meminfo: memFree=18736312/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1438400 CPUtime=1201.88 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 601699 0 0 0 120030 158 0 0 25 0 1 0 495668781 1472921600 99122 33554432000 4194304 4587354 140737075407520 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 359600 99122 340 96 0 356162 0
[pid=4382] ppid=4380 vsize=225936 CPUtime=1201.1 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 55078 0 0 0 120086 24 0 0 25 0 1 0 495668781 231358464 52805 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 56484 52805 340 145 0 53529 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=597.65 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 59764 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=33904 CPUtime=1201.76 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 13816 0 0 0 120173 3 0 0 25 0 1 0 495668781 34717696 7645 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 8476 7645 127 39 0 7556 0
[pid=4386] ppid=4380 vsize=259340 CPUtime=597.7 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 138941 0 0 0 59752 18 0 0 25 0 1 0 495668781 265564160 42305 33554432000 4194304 4331988 140734965124208 18446744073709551615 4211090 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 64835 42305 176 34 0 63277 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 2440968

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

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

[startup+1201.9 s]
/proc/loadavg: 10.16 10.15 9.49 6/181 4422
/proc/meminfo: memFree=18736312/32951124 swapFree=67111524/67111528
[pid=4380] ppid=4378 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4380/stat : 4380 (ppfolio) S 4378 4380 3973 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 495668781 18763776 390 33554432000 4194304 4287625 140735408058944 18446744073709551615 255106788879 0 0 4096 65536 16365474532057677823 0 0 17 0 0 0 0
/proc/4380/statm: 4581 390 341 23 0 91 0
[pid=4381] ppid=4380 vsize=1438400 CPUtime=1201.88 cores=0
/proc/4381/stat : 4381 (cryptominisat) R 4380 4380 3973 0 -1 4202496 601699 0 0 0 120030 158 0 0 25 0 1 0 495668781 1472921600 99122 33554432000 4194304 4587354 140737075407520 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4381/statm: 359600 99122 340 96 0 356162 0
[pid=4382] ppid=4380 vsize=225936 CPUtime=1201.1 cores=4
/proc/4382/stat : 4382 (clasp) R 4380 4380 3973 0 -1 4202496 55078 0 0 0 120086 24 0 0 25 0 1 0 495668781 231358464 52805 33554432000 4194304 4785740 140735860175840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4382/statm: 56484 52805 340 145 0 53529 0
[pid=4383] ppid=4380 vsize=465064 CPUtime=597.65 cores=6
/proc/4383/stat : 4383 (TNM) R 4380 4380 3973 0 -1 4202496 6410 0 0 0 59764 1 0 0 25 0 1 0 495668781 476225536 6307 33554432000 134512640 134534564 4292794864 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4383/statm: 116266 6307 95 6 0 114932 0
[pid=4384] ppid=4380 vsize=33904 CPUtime=1201.76 cores=2
/proc/4384/stat : 4384 (lingeling) R 4380 4380 3973 0 -1 4202496 13816 0 0 0 120173 3 0 0 25 0 1 0 495668781 34717696 7645 33554432000 4194304 4352236 140734413876816 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4384/statm: 8476 7645 127 39 0 7556 0
[pid=4386] ppid=4380 vsize=259340 CPUtime=597.7 cores=6
/proc/4386/stat : 4386 (march_hi) R 4380 4380 3973 0 -1 4202496 138941 0 0 0 59752 18 0 0 25 0 1 0 495668781 265564160 42305 33554432000 4194304 4331988 140734965124208 18446744073709551615 4211090 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4386/statm: 64835 42305 176 34 0 63277 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 2440968

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.91
CPU time (s): 4800.09
CPU user time (s): 4798.05
CPU system time (s): 2.04
CPU usage (%): 399.371
Max. virtual memory (cumulated for all children) (KiB): 3319052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.74
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14341
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= 266
involuntary context switches= 3576

runsolver used 1.81672 second user time and 4.74828 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 01:15:27
IDJOB=3281210
IDBENCH=20536
IDSOLVER=1612
FILE ID=node144/3281210-1304032526
RUNJOBID= node144-1304032526-4355
PBS_JOBID= 13170308
Free space on /tmp= 72392 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281210-1304032526/watcher-3281210-1304032526 -o /tmp/evaluation-result-3281210-1304032526/solver-3281210-1304032526 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3281210-1304032526.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=29102758

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19544540 kB
Buffers:       2202728 kB
Cached:       10549856 kB
SwapCached:          4 kB
Active:        4632032 kB
Inactive:      8211072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19544540 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           27580 kB
Writeback:           0 kB
AnonPages:       89360 kB
Mapped:          15256 kB
Slab:           499352 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   692068 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= 72392 MiB
End job on node144 at 2011-04-29 01:35:30