Trace number 3258257

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.19 1201.71

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.2682
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3258257-1304033998/watcher-3258257-1304033998 -o /tmp/evaluation-result-3258257-1304033998/solver-3258257-1304033998 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3258257-1304033998.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.68 9.97 9.12 1/175 27578
/proc/meminfo: memFree=25617056/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) R 27576 27578 27036 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0

[startup+0.0278741 s]
/proc/loadavg: 9.68 9.97 9.12 1/175 27578
/proc/meminfo: memFree=25617056/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) R 27576 27578 27036 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100866 s]
/proc/loadavg: 9.68 9.97 9.12 1/175 27578
/proc/meminfo: memFree=25617056/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) R 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300825 s]
/proc/loadavg: 9.68 9.97 9.12 1/175 27578
/proc/meminfo: memFree=25617056/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700748 s]
/proc/loadavg: 9.68 9.97 9.12 1/175 27578
/proc/meminfo: memFree=25617056/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5006 s]
/proc/loadavg: 9.68 9.97 9.12 13/187 27615
/proc/meminfo: memFree=25538620/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1682120 CPUtime=1.49 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 8936 0 0 0 148 1 0 0 25 0 1 0 495815765 1722490880 5339 33554432000 4194304 4587354 140737019954784 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 420530 5339 327 96 0 417092 0
[pid=27580] ppid=27578 vsize=21176 CPUtime=1.48 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 3429 0 0 0 148 0 0 0 25 0 1 0 495815765 21684224 2617 33554432000 4194304 4785740 140735188361120 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 5294 2617 340 145 0 2339 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=0.8 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 80 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=10636 CPUtime=1.49 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 2435 0 0 0 149 0 0 0 25 0 1 0 495815765 10891264 1819 33554432000 4194304 4352236 140736548425216 18446744073709551615 4309166 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 2659 1819 124 39 0 1739 0
[pid=27583] ppid=27578 vsize=22912 CPUtime=0.67 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 8590 0 0 0 67 0 0 0 25 0 1 0 495815765 23461888 2338 33554432000 4194304 4331988 140734210571968 18446744073709551615 220816236416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 5728 2338 175 34 0 4170 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 2216940

[startup+3.10031 s]
/proc/loadavg: 9.68 9.97 9.12 11/188 27616
/proc/meminfo: memFree=25520384/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1687184 CPUtime=3.09 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 10345 0 0 0 308 1 0 0 25 0 1 0 495815765 1727676416 6741 33554432000 4194304 4587354 140737019954784 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 421796 6741 337 96 0 418358 0
[pid=27580] ppid=27578 vsize=27868 CPUtime=3.08 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 5083 0 0 0 308 0 0 0 25 0 1 0 495815765 28536832 4271 33554432000 4194304 4785740 140735188361120 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 6967 4271 340 145 0 4012 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=1.67 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 167 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=15148 CPUtime=3.09 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 3566 0 0 0 309 0 0 0 25 0 1 0 495815765 15511552 2950 33554432000 4194304 4352236 140736548425216 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 3787 2950 127 39 0 2867 0
[pid=27583] ppid=27578 vsize=23080 CPUtime=1.39 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 8626 0 0 0 139 0 0 0 25 0 1 0 495815765 23633920 2374 33554432000 4194304 4331988 140734210571968 18446744073709551615 4300353 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 5770 2374 175 34 0 4212 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2233376

[startup+6.30072 s]
/proc/loadavg: 9.78 9.99 9.13 11/188 27616
/proc/meminfo: memFree=25463428/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1697000 CPUtime=6.29 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 15976 0 0 0 627 2 0 0 25 0 1 0 495815765 1737728000 10678 33554432000 4194304 4587354 140737019954784 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 424250 10678 337 96 0 420812 0
[pid=27580] ppid=27578 vsize=32020 CPUtime=6.29 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 6158 0 0 0 628 1 0 0 25 0 1 0 495815765 32788480 5346 33554432000 4194304 4785740 140735188361120 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 8005 5346 340 145 0 5050 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=3.25 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 325 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=16044 CPUtime=6.29 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 3790 0 0 0 629 0 0 0 25 0 1 0 495815765 16429056 3174 33554432000 4194304 4352236 140736548425216 18446744073709551615 4231316 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 4011 3174 127 39 0 3091 0
[pid=27583] ppid=27578 vsize=23516 CPUtime=2.99 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 8712 0 0 0 299 0 0 0 25 0 1 0 495815765 24080384 2459 33554432000 4194304 4331988 140734210571968 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 5879 2459 175 34 0 4321 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2248676

[startup+12.7005 s]
/proc/loadavg: 9.80 9.99 9.14 11/188 27616
/proc/meminfo: memFree=25429244/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1712884 CPUtime=12.69 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 19774 0 0 0 1267 2 0 0 25 0 1 0 495815765 1753993216 12617 33554432000 4194304 4587354 140737019954784 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 428221 12617 337 96 0 424783 0
[pid=27580] ppid=27578 vsize=36052 CPUtime=12.68 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 7093 0 0 0 1267 1 0 0 25 0 1 0 495815765 36917248 6281 33554432000 4194304 4785740 140735188361120 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 9013 6281 340 145 0 6058 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=6.42 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 642 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=20908 CPUtime=12.69 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 5006 0 0 0 1269 0 0 0 25 0 1 0 495815765 21409792 4390 33554432000 4194304 4352236 140736548425216 18446744073709551615 4281181 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 5227 4390 127 39 0 4307 0
[pid=27583] ppid=27578 vsize=23820 CPUtime=6.19 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 8810 0 0 0 619 0 0 0 25 0 1 0 495815765 24391680 2557 33554432000 4194304 4331988 140734210571968 18446744073709551615 4265323 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 5955 2557 175 34 0 4397 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2273760

[startup+25.5012 s]
/proc/loadavg: 10.00 10.02 9.16 11/188 27617
/proc/meminfo: memFree=25357744/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1722380 CPUtime=25.49 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 27623 0 0 0 2546 3 0 0 25 0 1 0 495815765 1763717120 18458 33554432000 4194304 4587354 140737019954784 18446744073709551615 4425726 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 430595 18458 337 96 0 427157 0
[pid=27580] ppid=27578 vsize=43460 CPUtime=25.48 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 8940 0 0 0 2546 2 0 0 25 0 1 0 495815765 44503040 8128 33554432000 4194304 4785740 140735188361120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 10865 8128 340 145 0 7910 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=12.82 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 1282 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=22172 CPUtime=25.49 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 5322 0 0 0 2549 0 0 0 25 0 1 0 495815765 22704128 4706 33554432000 4194304 4352236 140736548425216 18446744073709551615 4278739 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 5543 4706 127 39 0 4623 0
[pid=27583] ppid=27578 vsize=25692 CPUtime=12.52 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 9221 0 0 0 1252 0 0 0 25 0 1 0 495815765 26308608 2968 33554432000 4194304 4331988 140734210571968 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 6423 2968 175 34 0 4865 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2293800

[startup+51.1005 s]
/proc/loadavg: 10.00 10.02 9.18 11/188 27617
/proc/meminfo: memFree=25312100/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1742068 CPUtime=51.09 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 30271 0 0 0 5105 4 0 0 25 0 1 0 495815765 1783877632 21100 33554432000 4194304 4587354 140737019954784 18446744073709551615 4243904 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 435517 21100 337 96 0 432079 0
[pid=27580] ppid=27578 vsize=51640 CPUtime=51.08 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 10927 0 0 0 5105 3 0 0 25 0 1 0 495815765 52879360 10115 33554432000 4194304 4785740 140735188361120 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 12910 10115 340 145 0 9955 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=25.51 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 2551 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=27804 CPUtime=51.09 cores=3

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

/proc/27583/statm: 27315 16054 175 34 0 25757 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 2559052

[startup+1002.3 s]
/proc/loadavg: 10.12 10.14 9.79 11/188 27675
/proc/meminfo: memFree=24768004/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1792572 CPUtime=1002.31 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 222877 0 0 0 100146 85 0 0 25 0 1 0 495815765 1835593728 35836 33554432000 4194304 4587354 140737019954784 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 448143 35836 337 96 0 444705 0
[pid=27580] ppid=27578 vsize=132056 CPUtime=1002.21 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 29672 0 0 0 100213 8 0 0 25 0 1 0 495815765 135225344 28860 33554432000 4194304 4785740 140735188361120 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 33014 28860 340 145 0 30059 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=498.54 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 49854 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=61900 CPUtime=1002.31 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 240466 0 0 0 100204 27 0 0 25 0 1 0 495815765 63385600 14670 33554432000 4194304 4352236 140736548425216 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 15475 14670 127 39 0 14555 0
[pid=27583] ppid=27578 vsize=109260 CPUtime=498.27 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 23751 0 0 0 49818 9 0 0 25 0 1 0 495815765 111882240 17121 33554432000 4194304 4331988 140734210571968 18446744073709551615 4265367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 27315 17121 175 34 0 25757 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 2575884

[startup+1062.3 s]
/proc/loadavg: 10.14 10.14 9.81 11/188 27676
/proc/meminfo: memFree=24768368/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1792016 CPUtime=1062.31 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 231296 0 0 0 106142 89 0 0 25 0 1 0 495815765 1835024384 36084 33554432000 4194304 4587354 140737019954784 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 448004 36084 337 96 0 444566 0
[pid=27580] ppid=27578 vsize=134216 CPUtime=1062.21 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 30183 0 0 0 106213 8 0 0 25 0 1 0 495815765 137437184 29371 33554432000 4194304 4785740 140735188361120 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 33554 29371 340 145 0 30599 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=528.38 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 52838 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=74188 CPUtime=1062.32 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 263506 0 0 0 106201 31 0 0 25 0 1 0 495815765 75968512 17742 33554432000 4194304 4352236 140736548425216 18446744073709551615 4234441 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 18547 17742 127 39 0 17627 0
[pid=27583] ppid=27578 vsize=109260 CPUtime=528.12 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 24573 0 0 0 52802 10 0 0 25 0 1 0 495815765 111882240 17943 33554432000 4194304 4331988 140734210571968 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 27315 17943 175 34 0 25757 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 2589776

[startup+1122.3 s]
/proc/loadavg: 10.15 10.14 9.83 11/188 27678
/proc/meminfo: memFree=24786700/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1795532 CPUtime=1122.31 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 239700 0 0 0 112137 94 0 0 25 0 1 0 495815765 1838624768 35923 33554432000 4194304 4587354 140737019954784 18446744073709551615 4244096 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 448883 35923 337 96 0 445445 0
[pid=27580] ppid=27578 vsize=135616 CPUtime=1122.2 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 30498 0 0 0 112212 8 0 0 25 0 1 0 495815765 138870784 29686 33554432000 4194304 4785740 140735188361120 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 33904 29686 340 145 0 30949 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=558.23 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 55823 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=63948 CPUtime=1122.32 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 276306 0 0 0 112200 32 0 0 25 0 1 0 495815765 65482752 15182 33554432000 4194304 4352236 140736548425216 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 15987 15182 127 39 0 15067 0
[pid=27583] ppid=27578 vsize=109260 CPUtime=557.93 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 25407 0 0 0 55783 10 0 0 25 0 1 0 495815765 111882240 18777 33554432000 4194304 4331988 140734210571968 18446744073709551615 4287242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 27315 18777 175 34 0 25757 0
Current children cumulated CPU time (s) 4482.99
Current children cumulated vsize (KiB) 2584452

[startup+1182.3 s]
/proc/loadavg: 10.20 10.16 9.85 11/188 27680
/proc/meminfo: memFree=24787808/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1787308 CPUtime=1182.31 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 248472 0 0 0 118132 99 0 0 25 0 1 0 495815765 1830203392 35859 33554432000 4194304 4587354 140737019954784 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 446827 35859 337 96 0 443389 0
[pid=27580] ppid=27578 vsize=136936 CPUtime=1182.2 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 30812 0 0 0 118212 8 0 0 25 0 1 0 495815765 140222464 30000 33554432000 4194304 4785740 140735188361120 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 34234 30000 340 145 0 31279 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=588.03 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 58803 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=63948 CPUtime=1182.32 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 292946 0 0 0 118198 34 0 0 25 0 1 0 495815765 65482752 15182 33554432000 4194304 4352236 140736548425216 18446744073709551615 4281160 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 15987 15182 127 39 0 15067 0
[pid=27583] ppid=27578 vsize=109260 CPUtime=587.8 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 26442 0 0 0 58770 10 0 0 25 0 1 0 495815765 111882240 19812 33554432000 4194304 4331988 140734210571968 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 27315 19812 175 34 0 25757 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 2577548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.22 10.16 9.86 11/188 27680
/proc/meminfo: memFree=24772416/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1797872 CPUtime=1201.72 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 251383 0 0 0 120071 101 0 0 25 0 1 0 495815765 1841020928 35859 33554432000 4194304 4587354 140737019954784 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 449468 35859 337 96 0 446030 0
[pid=27580] ppid=27578 vsize=136936 CPUtime=1201.6 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 30843 0 0 0 120152 8 0 0 25 0 1 0 495815765 140222464 30031 33554432000 4194304 4785740 140735188361120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 34234 30031 340 145 0 31279 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=597.73 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 59773 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=68044 CPUtime=1201.73 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 298322 0 0 0 120138 35 0 0 25 0 1 0 495815765 69677056 16206 33554432000 4194304 4352236 140736548425216 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 17011 16206 127 39 0 16091 0
[pid=27583] ppid=27578 vsize=109260 CPUtime=597.41 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 26687 0 0 0 59730 11 0 0 25 0 1 0 495815765 111882240 20057 33554432000 4194304 4331988 140734210571968 18446744073709551615 4246679 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 27315 20057 175 34 0 25757 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 2592208

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.22 10.16 9.86 11/188 27680
/proc/meminfo: memFree=24772416/32951124 swapFree=67111524/67111528
[pid=27578] ppid=27576 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27578/stat : 27578 (ppfolio) S 27576 27578 27036 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 495815764 18763776 390 33554432000 4194304 4287625 140734518343504 18446744073709551615 220816256527 0 0 4096 65536 4343933226004250623 0 0 17 5 0 0 0
/proc/27578/statm: 4581 390 341 23 0 91 0
[pid=27579] ppid=27578 vsize=1797872 CPUtime=1201.72 cores=1
/proc/27579/stat : 27579 (cryptominisat) R 27578 27578 27036 0 -1 4202496 251383 0 0 0 120071 101 0 0 25 0 1 0 495815765 1841020928 35859 33554432000 4194304 4587354 140737019954784 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27579/statm: 449468 35859 337 96 0 446030 0
[pid=27580] ppid=27578 vsize=136936 CPUtime=1201.6 cores=5
/proc/27580/stat : 27580 (clasp) R 27578 27578 27036 0 -1 4202496 30843 0 0 0 120152 8 0 0 25 0 1 0 495815765 140222464 30031 33554432000 4194304 4785740 140735188361120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27580/statm: 34234 30031 340 145 0 31279 0
[pid=27581] ppid=27578 vsize=461772 CPUtime=597.73 cores=7
/proc/27581/stat : 27581 (TNM) R 27578 27578 27036 0 -1 4202496 2806 0 0 0 59773 0 0 0 25 0 1 0 495815765 472854528 2703 33554432000 134512640 134534564 4289038352 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27581/statm: 115443 2703 95 6 0 114109 0
[pid=27582] ppid=27578 vsize=68044 CPUtime=1201.73 cores=3
/proc/27582/stat : 27582 (lingeling) R 27578 27578 27036 0 -1 4202496 298322 0 0 0 120138 35 0 0 25 0 1 0 495815765 69677056 16206 33554432000 4194304 4352236 140736548425216 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27582/statm: 17011 16206 127 39 0 16091 0
[pid=27583] ppid=27578 vsize=109260 CPUtime=597.41 cores=7
/proc/27583/stat : 27583 (march_hi) R 27578 27578 27036 0 -1 4202496 26687 0 0 0 59730 11 0 0 25 0 1 0 495815765 111882240 20057 33554432000 4194304 4331988 140734210571968 18446744073709551615 4246679 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27583/statm: 27315 20057 175 34 0 25757 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 2592208

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27578 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=6998
# CPU time returned by wait4() is 0.009997
# while last known CPU time is 4800.19
#
# 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.19
CPU user time (s): 4798.64
CPU system time (s): 1.55
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 4200384

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

runsolver used 1.9517 second user time and 4.6143 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 01:39:59
IDJOB=3258257
IDBENCH=71317
IDSOLVER=1612
FILE ID=node147/3258257-1304033998
RUNJOBID= node147-1304032794-27485
PBS_JOBID= 13170305
Free space on /tmp= 72636 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g4.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258257-1304033998/watcher-3258257-1304033998 -o /tmp/evaluation-result-3258257-1304033998/solver-3258257-1304033998 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3258257-1304033998.cnf

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

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=1493754812

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25617336 kB
Buffers:       1020392 kB
Cached:        5801732 kB
SwapCached:          4 kB
Active:        1273360 kB
Inactive:      5614808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25617336 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11288 kB
Writeback:           0 kB
AnonPages:       66144 kB
Mapped:          15076 kB
Slab:           381044 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219228 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= 72636 MiB
End job on node147 at 2011-04-29 02:00:02