Trace number 3190772

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S107009952-009-UNKNOWN.cnf
MD5SUM5093bfaf2b5c3f3d3bcb50ce84a28c32
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.6625
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	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-3190772-1304035658/watcher-3190772-1304035658 -o /tmp/evaluation-result-3190772-1304035658/solver-3190772-1304035658 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190772-1304035658.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.22 10.22 10.09 6/186 3152
/proc/meminfo: memFree=23974744/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) R 3150 3152 2100 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0

[startup+0.236741 s]
/proc/loadavg: 10.22 10.22 10.09 6/186 3152
/proc/meminfo: memFree=23974744/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) R 3150 3152 2100 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30073 s]
/proc/loadavg: 10.22 10.22 10.09 6/186 3152
/proc/meminfo: memFree=23974744/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) R 3150 3152 2100 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400712 s]
/proc/loadavg: 10.22 10.22 10.09 6/186 3152
/proc/meminfo: memFree=23974744/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) R 3150 3152 2100 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70066 s]
/proc/loadavg: 10.22 10.22 10.09 6/186 3152
/proc/meminfo: memFree=23974744/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) R 3150 3152 2100 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50051 s]
/proc/loadavg: 10.22 10.22 10.09 12/192 3158
/proc/meminfo: memFree=23945060/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1702984 CPUtime=1.49 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 5601 0 0 0 148 1 0 0 25 0 1 0 515163959 1743855616 2212 33554432000 4194304 4587354 140735852813296 18446744073709551615 4245517 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 425746 2212 327 96 0 422308 0
[pid=3154] ppid=3152 vsize=21008 CPUtime=1.49 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 2789 0 0 0 149 0 0 0 20 0 1 0 515163959 21512192 2595 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 5252 2595 340 145 0 2297 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=0.78 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 78 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=5932 CPUtime=1.49 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 1103 0 0 0 149 0 0 0 25 0 1 0 515163959 6074368 677 33554432000 4194304 4352236 140735548357104 18446744073709551615 4278667 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 1483 677 127 39 0 563 0
[pid=3157] ppid=3152 vsize=12732 CPUtime=0.7 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 3820 0 0 0 70 0 0 0 25 0 1 0 515163959 13037568 1283 33554432000 4194304 4331988 140735534039824 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 3183 1283 174 34 0 1625 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 2219872

[startup+3.10122 s]
/proc/loadavg: 10.22 10.22 10.09 11/192 3158
/proc/meminfo: memFree=23943444/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1725708 CPUtime=3.08 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 12251 0 0 0 307 1 0 0 25 0 1 0 515163959 1767124992 7500 33554432000 4194304 4587354 140735852813296 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 431427 7500 337 96 0 427989 0
[pid=3154] ppid=3152 vsize=23152 CPUtime=3.09 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 3317 0 0 0 309 0 0 0 25 0 1 0 515163959 23707648 3123 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 5788 3123 340 145 0 2833 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=1.57 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 157 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=6348 CPUtime=3.09 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 1207 0 0 0 309 0 0 0 25 0 1 0 515163959 6500352 781 33554432000 4194304 4352236 140735548357104 18446744073709551615 4321071 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 1638 784 127 39 0 718 0
[pid=3157] ppid=3152 vsize=12732 CPUtime=1.5 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 3820 0 0 0 150 0 0 0 25 0 1 0 515163959 13037568 1283 33554432000 4194304 4331988 140735534039824 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 3183 1283 174 34 0 1625 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2245156

[startup+6.30064 s]
/proc/loadavg: 10.20 10.21 10.09 12/192 3158
/proc/meminfo: memFree=23919136/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1724092 CPUtime=6.29 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 14195 0 0 0 627 2 0 0 25 0 1 0 515163959 1765470208 7901 33554432000 4194304 4587354 140735852813296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 431023 7901 337 96 0 427585 0
[pid=3154] ppid=3152 vsize=26132 CPUtime=6.28 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 4060 0 0 0 628 0 0 0 25 0 1 0 515163959 26759168 3866 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 6533 3866 340 145 0 3578 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=3.15 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 315 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=8276 CPUtime=6.29 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 1689 0 0 0 629 0 0 0 25 0 1 0 515163959 8474624 1263 33554432000 4194304 4352236 140735548357104 18446744073709551615 4268213 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 2069 1263 127 39 0 1149 0
[pid=3157] ppid=3152 vsize=13288 CPUtime=3.1 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 3885 0 0 0 310 0 0 0 25 0 1 0 515163959 13606912 1348 33554432000 4194304 4331988 140735534039824 18446744073709551615 4265444 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 3322 1348 174 34 0 1764 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2249004

[startup+12.7005 s]
/proc/loadavg: 10.18 10.21 10.09 11/192 3158
/proc/meminfo: memFree=23909364/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1742400 CPUtime=12.69 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 22354 0 0 0 1265 4 0 0 25 0 1 0 515163959 1784217600 12270 33554432000 4194304 4587354 140735852813296 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 435600 12270 337 96 0 432162 0
[pid=3154] ppid=3152 vsize=30160 CPUtime=12.69 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 5019 0 0 0 1268 1 0 0 25 0 1 0 515163959 30883840 4825 33554432000 4194304 4785740 140734076915760 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 7540 4825 340 145 0 4585 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=6.32 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 632 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=8532 CPUtime=12.69 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 2009 0 0 0 1269 0 0 0 25 0 1 0 515163959 8736768 1327 33554432000 4194304 4352236 140735548357104 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 2133 1327 127 39 0 1213 0
[pid=3157] ppid=3152 vsize=13920 CPUtime=6.29 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 4200 0 0 0 629 0 0 0 25 0 1 0 515163959 14254080 1487 33554432000 4194304 4331988 140735534039824 18446744073709551615 4228222 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 3480 1487 175 34 0 1922 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2272228

[startup+25.5071 s]
/proc/loadavg: 10.14 10.20 10.09 11/192 3191
/proc/meminfo: memFree=24935644/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1757784 CPUtime=25.49 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 42813 0 0 0 2542 7 0 0 25 0 1 0 515163959 1799970816 16409 33554432000 4194304 4587354 140735852813296 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 439446 16409 337 96 0 436008 0
[pid=3154] ppid=3152 vsize=35136 CPUtime=25.49 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 6269 0 0 0 2548 1 0 0 25 0 1 0 515163959 35979264 6075 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 8784 6075 340 145 0 5829 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=12.72 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 1272 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=8416 CPUtime=25.49 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 2300 0 0 0 2549 0 0 0 25 0 1 0 515163959 8617984 1298 33554432000 4194304 4352236 140735548357104 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 2104 1298 127 39 0 1184 0
[pid=3157] ppid=3152 vsize=14848 CPUtime=12.63 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 4489 0 0 0 1263 0 0 0 25 0 1 0 515163959 15204352 1776 33554432000 4194304 4331988 140735534039824 18446744073709551615 4308807 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 3712 1776 175 34 0 2154 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 2293400

[startup+51.1005 s]
/proc/loadavg: 10.16 10.20 10.09 11/192 3192
/proc/meminfo: memFree=24937396/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1748872 CPUtime=51.09 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 65853 0 0 0 5097 12 0 0 25 0 1 0 515163959 1790844928 15223 33554432000 4194304 4587354 140735852813296 18446744073709551615 4356836 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 437218 15223 337 96 0 433780 0
[pid=3154] ppid=3152 vsize=41504 CPUtime=51.08 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 7799 0 0 0 5107 1 0 0 25 0 1 0 515163959 42500096 7605 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 10376 7605 340 145 0 7421 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=25.41 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 2541 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=9056 CPUtime=51.09 cores=2

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

/proc/3157/statm: 25738 22135 175 34 0 24180 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 2462868

[startup+1002.31 s]
/proc/loadavg: 10.29 10.23 10.16 11/192 3258
/proc/meminfo: memFree=24638288/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1847788 CPUtime=1002.3 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 506923 0 0 0 100076 154 0 0 25 0 1 0 515163959 1892134912 16516 33554432000 4194304 4587354 140735852813296 18446744073709551615 246516530875 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 461947 16516 337 96 0 458509 0
[pid=3154] ppid=3152 vsize=111756 CPUtime=1002.32 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 24180 0 0 0 100225 7 0 0 25 0 1 0 515163959 114438144 23986 33554432000 4194304 4785740 140734076915760 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 27939 23986 340 145 0 24984 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=498.44 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 49844 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=16368 CPUtime=1002.32 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 26304 0 0 0 100228 4 0 0 25 0 1 0 515163959 16760832 3286 33554432000 4194304 4352236 140735548357104 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 4092 3286 127 39 0 3172 0
[pid=3157] ppid=3152 vsize=102952 CPUtime=498.4 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 26129 0 0 0 49829 11 0 0 25 0 1 0 515163959 105422848 23416 33554432000 4194304 4331988 140735534039824 18446744073709551615 4299257 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 25738 23416 175 34 0 24180 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 2556080

[startup+1062.3 s]
/proc/loadavg: 10.24 10.23 10.17 11/192 3260
/proc/meminfo: memFree=24585812/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1771904 CPUtime=1062.29 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 529995 0 0 0 106065 164 0 0 25 0 1 0 515163959 1814429696 25988 33554432000 4194304 4587354 140735852813296 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 442976 25988 337 96 0 439538 0
[pid=3154] ppid=3152 vsize=113224 CPUtime=1062.31 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 24521 0 0 0 106224 7 0 0 25 0 1 0 515163959 115941376 24327 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 28306 24327 340 145 0 25351 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=528.3 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 52830 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=16368 CPUtime=1062.31 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 27552 0 0 0 106227 4 0 0 25 0 1 0 515163959 16760832 3286 33554432000 4194304 4352236 140735548357104 18446744073709551615 4329077 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 4092 3286 127 39 0 3172 0
[pid=3157] ppid=3152 vsize=147152 CPUtime=528.22 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 27389 0 0 0 52810 12 0 0 25 0 1 0 515163959 150683648 24676 33554432000 4194304 4331988 140735534039824 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 36788 24676 175 34 0 35230 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 2525864

[startup+1122.3 s]
/proc/loadavg: 10.24 10.23 10.17 11/192 3263
/proc/meminfo: memFree=24563336/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1878740 CPUtime=1122.29 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 548749 0 0 0 112057 172 0 0 25 0 1 0 515163959 1923829760 26773 33554432000 4194304 4587354 140735852813296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 469685 26773 337 96 0 466247 0
[pid=3154] ppid=3152 vsize=115136 CPUtime=1122.31 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 24984 0 0 0 112224 7 0 0 25 0 1 0 515163959 117899264 24743 33554432000 4194304 4785740 140734076915760 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 28784 24743 341 145 0 25829 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=558.13 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 55813 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=21360 CPUtime=1122.32 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 28800 0 0 0 112227 5 0 0 25 0 1 0 515163959 21872640 4534 33554432000 4194304 4352236 140735548357104 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 5340 4534 127 39 0 4420 0
[pid=3157] ppid=3152 vsize=147152 CPUtime=558.06 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 28635 0 0 0 55794 12 0 0 25 0 1 0 515163959 150683648 25922 33554432000 4194304 4331988 140735534039824 18446744073709551615 4299462 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 36788 25922 175 34 0 35230 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 2639604

[startup+1182.3 s]
/proc/loadavg: 10.17 10.22 10.17 11/192 3265
/proc/meminfo: memFree=24557352/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1781060 CPUtime=1182.29 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 567279 0 0 0 118047 182 0 0 25 0 1 0 515163959 1823805440 26859 33554432000 4194304 4587354 140735852813296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 445265 26859 337 96 0 441827 0
[pid=3154] ppid=3152 vsize=116196 CPUtime=1182.31 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 25226 0 0 0 118224 7 0 0 25 0 1 0 515163959 118984704 24985 33554432000 4194304 4785740 140734076915760 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 29049 24985 341 145 0 26094 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=587.96 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 58796 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134528719 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=16880 CPUtime=1182.33 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 28928 0 0 0 118228 5 0 0 25 0 1 0 515163959 17285120 3414 33554432000 4194304 4352236 140735548357104 18446744073709551615 4276449 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 4220 3414 127 39 0 3300 0
[pid=3157] ppid=3152 vsize=148512 CPUtime=587.91 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 29869 0 0 0 58778 13 0 0 25 0 1 0 515163959 152076288 27156 33554432000 4194304 4331988 140735534039824 18446744073709551615 4228290 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 37128 27156 175 34 0 35570 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 2539864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.19 10.22 10.17 11/192 3266
/proc/meminfo: memFree=24585116/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1863180 CPUtime=1201.69 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 571497 0 0 0 119985 184 0 0 25 0 1 0 515163959 1907896320 19739 33554432000 4194304 4587354 140735852813296 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 465795 19739 337 96 0 462357 0
[pid=3154] ppid=3152 vsize=116704 CPUtime=1201.72 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 25350 0 0 0 120165 7 0 0 25 0 1 0 515163959 119504896 25109 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 29176 25109 341 145 0 26221 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=597.63 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 59763 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=21360 CPUtime=1201.73 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 30048 0 0 0 120168 5 0 0 25 0 1 0 515163959 21872640 4534 33554432000 4194304 4352236 140735548357104 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 5340 4534 127 39 0 4420 0
[pid=3157] ppid=3152 vsize=148512 CPUtime=597.54 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 30258 0 0 0 59741 13 0 0 25 0 1 0 515163959 152076288 27545 33554432000 4194304 4331988 140735534039824 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 37128 27545 175 34 0 35570 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 2626972

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.19 10.22 10.17 11/192 3266
/proc/meminfo: memFree=24585116/32951124 swapFree=67111352/67111528
[pid=3152] ppid=3150 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3152/stat : 3152 (ppfolio) S 3150 3152 2100 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515163959 18763776 390 33554432000 4194304 4287625 140733621503664 18446744073709551615 246516854287 0 0 4096 65536 4580591971327803391 0 0 17 4 0 0 0
/proc/3152/statm: 4581 390 341 23 0 91 0
[pid=3153] ppid=3152 vsize=1863180 CPUtime=1201.69 cores=0
/proc/3153/stat : 3153 (cryptominisat) R 3152 3152 2100 0 -1 4202496 571497 0 0 0 119985 184 0 0 25 0 1 0 515163959 1907896320 19739 33554432000 4194304 4587354 140735852813296 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3153/statm: 465795 19739 337 96 0 462357 0
[pid=3154] ppid=3152 vsize=116704 CPUtime=1201.72 cores=4
/proc/3154/stat : 3154 (clasp) R 3152 3152 2100 0 -1 4202496 25350 0 0 0 120165 7 0 0 25 0 1 0 515163959 119504896 25109 33554432000 4194304 4785740 140734076915760 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3154/statm: 29176 25109 341 145 0 26221 0
[pid=3155] ppid=3152 vsize=458892 CPUtime=597.63 cores=6
/proc/3155/stat : 3155 (TNM) R 3152 3152 2100 0 -1 4202496 1275 0 0 0 59763 0 0 0 25 0 1 0 515163959 469905408 1171 33554432000 134512640 134534564 4287780752 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3155/statm: 114723 1171 95 6 0 113389 0
[pid=3156] ppid=3152 vsize=21360 CPUtime=1201.73 cores=2
/proc/3156/stat : 3156 (lingeling) R 3152 3152 2100 0 -1 4202496 30048 0 0 0 120168 5 0 0 25 0 1 0 515163959 21872640 4534 33554432000 4194304 4352236 140735548357104 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3156/statm: 5340 4534 127 39 0 4420 0
[pid=3157] ppid=3152 vsize=148512 CPUtime=597.54 cores=6
/proc/3157/stat : 3157 (march_hi) R 3152 3152 2100 0 -1 4202496 30258 0 0 0 59741 13 0 0 25 0 1 0 515163959 152076288 27545 33554432000 4194304 4331988 140735534039824 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3157/statm: 37128 27545 175 34 0 35570 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 2626972

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3152 and gives
#  childrusage.ru_utime.tv_sec=2401
#  childrusage.ru_utime.tv_usec=544909
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=914708
# CPU time returned by wait4() is 2403.46
# while last known CPU time is 4800.31
#
# 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.31
CPU user time (s): 4798.22
CPU system time (s): 2.09
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 4322908

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

runsolver used 1.84372 second user time and 4.72128 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 02:07:38
IDJOB=3190772
IDBENCH=82503
IDSOLVER=1612
FILE ID=node134/3190772-1304035658
RUNJOBID= node134-1304032574-2554
PBS_JOBID= 13170318
Free space on /tmp= 71564 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S107009952-009-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190772-1304035658/watcher-3190772-1304035658 -o /tmp/evaluation-result-3190772-1304035658/solver-3190772-1304035658 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190772-1304035658.cnf

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

MD5SUM BENCH= 5093bfaf2b5c3f3d3bcb50ce84a28c32
RANDOM SEED=1443590394

node134.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.67
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.83
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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23975024 kB
Buffers:       1469556 kB
Cached:        5789280 kB
SwapCached:         64 kB
Active:        2533800 kB
Inactive:      5918604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23975024 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           10508 kB
Writeback:          24 kB
AnonPages:     1193676 kB
Mapped:          17140 kB
Slab:           458368 kB
PageTables:       7664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3887608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71564 MiB
End job on node134 at 2011-04-29 02:27:41