Trace number 3263801

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.14 1202.21

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
MD5SUM1d86c7f9cd05c5f2ab070520d802c8e1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.03	This is pico-portfolio, a naive parallel portfolio
0.00/0.03	Copyright (C) 2011 Olivier Roussel
0.00/0.03	Using 4 processing units
0.00/0.03	This portfolio uses the following solvers:
0.00/0.03	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.03	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.03	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.03	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.03	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.03	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.03	Starting clasp 1.3.6 on core(s) 4
0.00/0.03	Starting TNM 2009 on core(s) 6
0.00/0.03	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.03	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-3263801-1304091979/watcher-3263801-1304091979 -o /tmp/evaluation-result-3263801-1304091979/solver-3263801-1304091979 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3263801-1304091979.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: 10.16 10.19 10.18 7/180 8250
/proc/meminfo: memFree=16590048/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=13988 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) D 8248 8250 5255 0 -1 4194304 115 0 0 0 0 0 0 0 25 0 1 0 520797522 14323712 67 33554432000 4194304 4287625 140734122829216 18446744073709551615 210642222727 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/8250/statm: 3497 67 51 23 0 50 0

[startup+0.0269411 s]
/proc/loadavg: 10.16 10.19 10.18 7/180 8250
/proc/meminfo: memFree=16590048/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=13988 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) D 8248 8250 5255 0 -1 4194304 115 0 0 0 0 0 0 0 25 0 1 0 520797522 14323712 67 33554432000 4194304 4287625 140734122829216 18446744073709551615 210642222727 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/8250/statm: 3497 67 51 23 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13988

[startup+0.295854 s]
/proc/loadavg: 10.16 10.19 10.18 7/180 8250
/proc/meminfo: memFree=16590048/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 2 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300853 s]
/proc/loadavg: 10.16 10.19 10.18 7/180 8250
/proc/meminfo: memFree=16590048/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 2 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700787 s]
/proc/loadavg: 10.16 10.19 10.18 7/180 8250
/proc/meminfo: memFree=16590048/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 2 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 10.15 10.18 10.18 12/186 8256
/proc/meminfo: memFree=16581316/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 2 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1473232 CPUtime=1.46 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 3597 0 0 0 146 0 0 0 25 0 1 0 520797525 1508589568 2423 33554432000 4194304 4587354 140735996314688 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 368308 2423 337 96 0 364870 0
[pid=8253] ppid=8250 vsize=12956 CPUtime=1.46 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 708 0 0 0 146 0 0 0 25 0 1 0 520797525 13266944 598 33554432000 4194304 4785740 140737114133328 18446744073709551615 4553027 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 3239 598 340 145 0 284 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=0.74 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 74 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=6836 CPUtime=1.46 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 1444 0 0 0 146 0 0 0 25 0 1 0 520797525 7000064 908 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 1709 908 127 39 0 789 0
[pid=8256] ppid=8250 vsize=7244 CPUtime=0.7 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 452 0 0 0 70 0 0 0 25 0 1 0 520797525 7417856 344 33554432000 4194304 4331988 140735280351552 18446744073709551615 4237168 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 1811 344 173 34 0 253 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1974284

[startup+3.10038 s]
/proc/loadavg: 10.15 10.18 10.18 12/186 8256
/proc/meminfo: memFree=16573132/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1476304 CPUtime=3.05 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 5256 0 0 0 305 0 0 0 25 0 1 0 520797525 1511735296 3234 33554432000 4194304 4587354 140735996314688 18446744073709551615 4243704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 369076 3234 337 96 0 365638 0
[pid=8253] ppid=8250 vsize=13228 CPUtime=3.06 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 768 0 0 0 306 0 0 0 25 0 1 0 520797525 13545472 658 33554432000 4194304 4785740 140737114133328 18446744073709551615 4553740 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 3307 658 340 145 0 352 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=1.54 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 154 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 8558049 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=7992 CPUtime=2.88 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 1925 0 0 0 287 1 0 0 25 0 1 0 520797525 8183808 1197 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 1998 1197 127 39 0 1078 0
[pid=8256] ppid=8250 vsize=7456 CPUtime=1.5 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 538 0 0 0 150 0 0 0 25 0 1 0 520797525 7634944 411 33554432000 4194304 4331988 140735280351552 18446744073709551615 4237154 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 1864 411 173 34 0 306 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 1978996

[startup+6.30085 s]
/proc/loadavg: 10.15 10.18 10.18 11/186 8256
/proc/meminfo: memFree=16566068/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1476620 CPUtime=6.25 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 7726 0 0 0 625 0 0 0 25 0 1 0 520797525 1512058880 3461 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 369155 3461 337 96 0 365717 0
[pid=8253] ppid=8250 vsize=13500 CPUtime=6.26 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 847 0 0 0 626 0 0 0 25 0 1 0 520797525 13824000 737 33554432000 4194304 4785740 140737114133328 18446744073709551615 4546132 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 3375 737 340 145 0 420 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=3.12 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 312 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=7992 CPUtime=4.26 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 2085 0 0 0 417 9 0 0 25 0 1 0 520797525 8183808 1197 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 1998 1197 127 39 0 1078 0
[pid=8256] ppid=8250 vsize=7980 CPUtime=3.1 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 642 0 0 0 310 0 0 0 25 0 1 0 520797525 8171520 515 33554432000 4194304 4331988 140735280351552 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 1995 515 174 34 0 437 0
Current children cumulated CPU time (s) 22.99
Current children cumulated vsize (KiB) 1980108

[startup+12.7008 s]
/proc/loadavg: 10.27 10.21 10.18 11/186 8256
/proc/meminfo: memFree=16561196/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1479792 CPUtime=12.65 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 12278 0 0 0 1264 1 0 0 25 0 1 0 520797525 1515307008 4278 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 369948 4278 338 96 0 366510 0
[pid=8253] ppid=8250 vsize=14180 CPUtime=12.66 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 993 0 0 0 1266 0 0 0 25 0 1 0 520797525 14520320 883 33554432000 4194304 4785740 140737114133328 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 3545 883 340 145 0 590 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=6.28 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 628 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=11204 CPUtime=10.65 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 3879 0 0 0 1052 13 0 0 25 0 1 0 520797525 11472896 2000 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 2801 2000 127 39 0 1881 0
[pid=8256] ppid=8250 vsize=9260 CPUtime=6.3 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 815 0 0 0 630 0 0 0 25 0 1 0 520797525 9482240 688 33554432000 4194304 4331988 140735280351552 18446744073709551615 4241157 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 2315 688 174 34 0 757 0
Current children cumulated CPU time (s) 48.54
Current children cumulated vsize (KiB) 1988452

[startup+25.5006 s]
/proc/loadavg: 10.23 10.20 10.18 12/186 8257
/proc/meminfo: memFree=16551316/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1483192 CPUtime=25.46 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 19964 0 0 0 2543 3 0 0 25 0 1 0 520797525 1518788608 5172 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 370798 5172 338 96 0 367360 0
[pid=8253] ppid=8250 vsize=14608 CPUtime=25.46 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 1097 0 0 0 2546 0 0 0 25 0 1 0 520797525 14958592 987 33554432000 4194304 4785740 140737114133328 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 3652 987 340 145 0 697 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=12.64 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 1264 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=12356 CPUtime=23.44 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 6471 0 0 0 2327 17 0 0 25 0 1 0 520797525 12652544 2288 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 3089 2288 127 39 0 2169 0
[pid=8256] ppid=8250 vsize=10596 CPUtime=12.67 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 1187 0 0 0 1267 0 0 0 25 0 1 0 520797525 10850304 1060 33554432000 4194304 4331988 140735280351552 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 2649 1060 174 34 0 1091 0
Current children cumulated CPU time (s) 99.67
Current children cumulated vsize (KiB) 1994768

[startup+51.1003 s]
/proc/loadavg: 10.30 10.22 10.19 12/186 8257
/proc/meminfo: memFree=16545792/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1494284 CPUtime=51.05 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 31804 0 0 0 5101 4 0 0 25 0 1 0 520797525 1530146816 7748 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 373571 7748 338 96 0 370133 0
[pid=8253] ppid=8250 vsize=15304 CPUtime=51.06 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 1265 0 0 0 5106 0 0 0 25 0 1 0 520797525 15671296 1155 33554432000 4194304 4785740 140737114133328 18446744073709551615 4287150 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 3826 1155 340 145 0 871 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=25.38 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 2538 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=13316 CPUtime=49.03 cores=2

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

/proc/8256/statm: 33034 25656 174 34 0 31476 0
Current children cumulated CPU time (s) 3762.1
Current children cumulated vsize (KiB) 2187944

[startup+1002.3 s]
/proc/loadavg: 5.12 5.69 7.64 6/175 8310
/proc/meminfo: memFree=16541956/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1544500 CPUtime=1002.26 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 227063 0 0 0 100179 47 0 0 25 0 1 0 520797525 1581568000 20567 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238012 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 386125 20567 338 96 0 382687 0
[pid=8253] ppid=8250 vsize=18952 CPUtime=1002.27 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 2144 0 0 0 100227 0 0 0 25 0 1 0 520797525 19406848 2034 33554432000 4194304 4785740 140737114133328 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 4738 2034 340 145 0 1783 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=498.66 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 49866 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=38028 CPUtime=999.93 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 123369 0 0 0 99938 55 0 0 25 0 1 0 520797525 38940672 8690 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 9507 8690 127 39 0 8587 0
[pid=8256] ppid=8250 vsize=132136 CPUtime=498.69 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 27376 0 0 0 49861 8 0 0 25 0 1 0 520797525 135307264 27249 33554432000 4194304 4331988 140735280351552 18446744073709551615 4228478 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 33034 27249 174 34 0 31476 0
Current children cumulated CPU time (s) 4001.81
Current children cumulated vsize (KiB) 2207632

[startup+1062.3 s]
/proc/loadavg: 5.11 5.58 7.48 6/175 8311
/proc/meminfo: memFree=16525464/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1544544 CPUtime=1062.26 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 237752 0 0 0 106176 50 0 0 25 0 1 0 520797525 1581613056 22036 33554432000 4194304 4587354 140735996314688 18446744073709551615 4231426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 386136 22036 338 96 0 382698 0
[pid=8253] ppid=8250 vsize=18952 CPUtime=1062.27 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 2150 0 0 0 106227 0 0 0 25 0 1 0 520797525 19406848 2040 33554432000 4194304 4785740 140737114133328 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 4738 2040 340 145 0 1783 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=528.56 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 52856 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=42892 CPUtime=1059.92 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 128297 0 0 0 105936 56 0 0 25 0 1 0 520797525 43921408 9906 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 10723 9906 127 39 0 9803 0
[pid=8256] ppid=8250 vsize=132136 CPUtime=528.53 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 28928 0 0 0 52845 8 0 0 25 0 1 0 520797525 135307264 28801 33554432000 4194304 4331988 140735280351552 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 33034 28801 174 34 0 31476 0
Current children cumulated CPU time (s) 4241.54
Current children cumulated vsize (KiB) 2212540

[startup+1122.3 s]
/proc/loadavg: 5.10 5.49 7.32 6/175 8313
/proc/meminfo: memFree=16527580/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1544732 CPUtime=1122.26 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 250486 0 0 0 112173 53 0 0 25 0 1 0 520797525 1581805568 20587 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 386183 20587 338 96 0 382745 0
[pid=8253] ppid=8250 vsize=19088 CPUtime=1122.27 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 2158 0 0 0 112227 0 0 0 25 0 1 0 520797525 19546112 2048 33554432000 4194304 4785740 140737114133328 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 4772 2048 340 145 0 1817 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=558.39 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 55839 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=41100 CPUtime=1119.91 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 133513 0 0 0 111933 58 0 0 25 0 1 0 520797525 42086400 9458 33554432000 4194304 4352236 140734955586512 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 10275 9458 127 39 0 9355 0
[pid=8256] ppid=8250 vsize=132136 CPUtime=558.41 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 30202 0 0 0 55833 8 0 0 25 0 1 0 520797525 135307264 30075 33554432000 4194304 4331988 140735280351552 18446744073709551615 4211784 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 33034 30075 174 34 0 31476 0
Current children cumulated CPU time (s) 4481.24
Current children cumulated vsize (KiB) 2211072

[startup+1182.3 s]
/proc/loadavg: 5.04 5.40 7.17 6/175 8317
/proc/meminfo: memFree=16519040/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1545908 CPUtime=1182.26 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 260896 0 0 0 118169 57 0 0 25 0 1 0 520797525 1583009792 21373 33554432000 4194304 4587354 140735996314688 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 386477 21373 338 96 0 383039 0
[pid=8253] ppid=8250 vsize=19088 CPUtime=1182.27 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 2182 0 0 0 118227 0 0 0 25 0 1 0 520797525 19546112 2072 33554432000 4194304 4785740 140737114133328 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 4772 2072 340 145 0 1817 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=588.25 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 58825 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=39564 CPUtime=1179.81 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 136553 0 0 0 117921 60 0 0 25 0 1 0 520797525 40513536 9074 33554432000 4194304 4352236 140734955586512 18446744073709551615 4239421 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 9891 9074 127 39 0 8971 0
[pid=8256] ppid=8250 vsize=176336 CPUtime=588.29 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 31884 0 0 0 58820 9 0 0 25 0 1 0 520797525 180568064 31757 33554432000 4194304 4331988 140735280351552 18446744073709551615 4231742 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 44084 31757 174 34 0 42526 0
Current children cumulated CPU time (s) 4720.88
Current children cumulated vsize (KiB) 2254912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 5.02 5.37 7.13 6/175 8318
/proc/meminfo: memFree=16529564/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1545464 CPUtime=1202.17 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 264902 0 0 0 120159 58 0 0 25 0 1 0 520797525 1582555136 20569 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 386366 20569 338 96 0 382928 0
[pid=8253] ppid=8250 vsize=19088 CPUtime=1202.18 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 2182 0 0 0 120218 0 0 0 25 0 1 0 520797525 19546112 2072 33554432000 4194304 4785740 140737114133328 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 4772 2072 340 145 0 1817 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=598.15 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 59815 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=28812 CPUtime=1199.44 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 137641 0 0 0 119874 70 0 0 25 0 1 0 520797525 29503488 6386 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 7203 6386 127 39 0 6283 0
[pid=8256] ppid=8250 vsize=176336 CPUtime=598.2 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 32436 0 0 0 59811 9 0 0 25 0 1 0 520797525 180568064 32309 33554432000 4194304 4331988 140735280351552 18446744073709551615 4211695 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 44084 32309 174 34 0 42526 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 2243716

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

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

[startup+1202.2 s]
/proc/loadavg: 5.02 5.37 7.13 6/175 8318
/proc/meminfo: memFree=16529564/32951132 swapFree=67111524/67111528
[pid=8250] ppid=8248 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8250/stat : 8250 (ppfolio) S 8248 8250 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520797522 18763776 390 33554432000 4194304 4287625 140734122829216 18446744073709551615 210647166479 0 0 4096 65536 17988116337582407679 0 0 17 0 0 0 0
/proc/8250/statm: 4581 390 341 23 0 91 0
[pid=8252] ppid=8250 vsize=1545464 CPUtime=1202.17 cores=0
/proc/8252/stat : 8252 (cryptominisat) R 8250 8250 5255 0 -1 4202496 264902 0 0 0 120159 58 0 0 25 0 1 0 520797525 1582555136 20569 33554432000 4194304 4587354 140735996314688 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8252/statm: 386366 20569 338 96 0 382928 0
[pid=8253] ppid=8250 vsize=19088 CPUtime=1202.18 cores=4
/proc/8253/stat : 8253 (clasp) R 8250 8250 5255 0 -1 4202496 2182 0 0 0 120218 0 0 0 25 0 1 0 520797525 19546112 2072 33554432000 4194304 4785740 140737114133328 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8253/statm: 4772 2072 340 145 0 1817 0
[pid=8254] ppid=8250 vsize=455692 CPUtime=598.15 cores=6
/proc/8254/stat : 8254 (TNM) R 8250 8250 5255 0 -1 4202496 295 0 0 0 59815 0 0 0 25 0 1 0 520797525 466628608 191 33554432000 134512640 134534564 4294475456 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8254/statm: 113923 191 95 6 0 112589 0
[pid=8255] ppid=8250 vsize=28812 CPUtime=1199.44 cores=2
/proc/8255/stat : 8255 (lingeling) R 8250 8250 5255 0 -1 4202496 137641 0 0 0 119874 70 0 0 25 0 1 0 520797525 29503488 6386 33554432000 4194304 4352236 140734955586512 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8255/statm: 7203 6386 127 39 0 6283 0
[pid=8256] ppid=8250 vsize=176336 CPUtime=598.2 cores=6
/proc/8256/stat : 8256 (march_hi) R 8250 8250 5255 0 -1 4202496 32436 0 0 0 59811 9 0 0 25 0 1 0 520797525 180568064 32309 33554432000 4194304 4331988 140735280351552 18446744073709551615 4211695 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8256/statm: 44084 32309 174 34 0 42526 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 2243716

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.21
CPU time (s): 4800.14
CPU user time (s): 4798.77
CPU system time (s): 1.37
CPU usage (%): 399.275
Max. virtual memory (cumulated for all children) (KiB): 3647124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.93
system time used= 0.723889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140365
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= 527
involuntary context switches= 3899

runsolver used 1.85772 second user time and 3.9734 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 17:46:19
IDJOB=3263801
IDBENCH=84021
IDSOLVER=1612
FILE ID=node129/3263801-1304091979
RUNJOBID= node129-1304081614-6873
PBS_JOBID= 13170456
Free space on /tmp= 66360 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263801-1304091979/watcher-3263801-1304091979 -o /tmp/evaluation-result-3263801-1304091979/solver-3263801-1304091979 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263801-1304091979.cnf

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

MD5SUM BENCH= 1d86c7f9cd05c5f2ab070520d802c8e1
RANDOM SEED=691523934

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16590212 kB
Buffers:       1283980 kB
Cached:       14173448 kB
SwapCached:          4 kB
Active:        3956808 kB
Inactive:     11735840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16590212 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10140 kB
Writeback:           0 kB
AnonPages:      234832 kB
Mapped:          17008 kB
Slab:           603816 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   850052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node129 at 2011-04-29 18:06:23