Trace number 3251435

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 1201.61

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3251435-1304100075/watcher-3251435-1304100075 -o /tmp/evaluation-result-3251435-1304100075/solver-3251435-1304100075 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3251435-1304100075.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: 6.32 7.67 7.93 2/172 18235
/proc/meminfo: memFree=19956984/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) R 18233 18235 17643 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0

[startup+0.013652 s]
/proc/loadavg: 6.32 7.67 7.93 2/172 18235
/proc/meminfo: memFree=19956984/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) R 18233 18235 17643 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.1006 s]
/proc/loadavg: 6.32 7.67 7.93 2/172 18235
/proc/meminfo: memFree=19956984/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) R 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300564 s]
/proc/loadavg: 6.32 7.67 7.93 2/172 18235
/proc/meminfo: memFree=19956984/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700486 s]
/proc/loadavg: 6.32 7.67 7.93 2/172 18235
/proc/meminfo: memFree=19956984/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50033 s]
/proc/loadavg: 6.32 7.67 7.93 11/188 18251
/proc/meminfo: memFree=19769492/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=57384 CPUtime=1.49 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 12460 0 0 0 147 2 0 0 25 0 1 0 502423090 58761216 9438 33554432000 4194304 4587354 140737128568544 18446744073709551615 264726101660 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 14346 9438 326 96 0 10908 0
[pid=18237] ppid=18235 vsize=25604 CPUtime=1.48 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 5349 0 0 0 148 0 0 0 25 0 1 0 502423090 26218496 3660 33554432000 4194304 4785740 140736583293024 18446744073709551615 4304000 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 6401 3660 340 145 0 3446 0
[pid=18238] ppid=18235 vsize=461896 CPUtime=0.78 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 3573 0 0 0 78 0 0 0 25 0 1 0 502423090 472981504 3470 33554432000 134512640 134534564 4291037312 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 115474 3470 91 6 0 114140 0
[pid=18239] ppid=18235 vsize=15828 CPUtime=1.48 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 4038 0 0 0 148 0 0 0 25 0 1 0 502423090 16207872 2907 33554432000 4194304 4352236 140734803978224 18446744073709551615 4267768 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 3957 2907 124 39 0 3037 0
[pid=18240] ppid=18235 vsize=35768 CPUtime=0.69 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 16985 0 0 0 68 1 0 0 25 0 1 0 502423090 36626432 3873 33554432000 4194304 4331988 140737326052976 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 8942 3873 170 34 0 7384 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 614804

[startup+3.10103 s]
/proc/loadavg: 6.32 7.67 7.93 11/188 18251
/proc/meminfo: memFree=19755644/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1600440 CPUtime=3.09 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 14326 0 0 0 307 2 0 0 25 0 1 0 502423090 1638850560 9553 33554432000 4194304 4587354 140737128568544 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 400110 9553 331 96 0 396672 0
[pid=18237] ppid=18235 vsize=37920 CPUtime=3.09 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 8504 0 0 0 308 1 0 0 25 0 1 0 502423090 38830080 6815 33554432000 4194304 4785740 140736583293024 18446744073709551615 264726065861 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 9480 6815 340 145 0 6525 0
[pid=18238] ppid=18235 vsize=463612 CPUtime=1.57 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5139 0 0 0 157 0 0 0 25 0 1 0 502423090 474738688 5036 33554432000 134512640 134534564 4291037312 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 115903 5036 95 6 0 114569 0
[pid=18239] ppid=18235 vsize=18508 CPUtime=3.08 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 4920 0 0 0 308 0 0 0 25 0 1 0 502423090 18952192 3789 33554432000 4194304 4352236 140734803978224 18446744073709551615 4278496 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 4627 3789 127 39 0 3707 0
[pid=18240] ppid=18235 vsize=35768 CPUtime=1.49 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 16995 0 0 0 148 1 0 0 25 0 1 0 502423090 36626432 3883 33554432000 4194304 4331988 140737326052976 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 8942 3883 171 34 0 7384 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2174572

[startup+6.30043 s]
/proc/loadavg: 6.61 7.71 7.94 11/188 18251
/proc/meminfo: memFree=19680396/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1600440 CPUtime=6.29 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 14546 0 0 0 627 2 0 0 25 0 1 0 502423090 1638850560 9770 33554432000 4194304 4587354 140737128568544 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 400110 9770 337 96 0 396672 0
[pid=18237] ppid=18235 vsize=57920 CPUtime=6.29 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 13461 0 0 0 626 3 0 0 25 0 1 0 502423090 59310080 11772 33554432000 4194304 4785740 140736583293024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 14480 11772 340 145 0 11525 0
[pid=18238] ppid=18235 vsize=463612 CPUtime=3.15 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5139 0 0 0 315 0 0 0 25 0 1 0 502423090 474738688 5036 33554432000 134512640 134534564 4291037312 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 115903 5036 95 6 0 114569 0
[pid=18239] ppid=18235 vsize=25676 CPUtime=6.28 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 6201 0 0 0 628 0 0 0 25 0 1 0 502423090 26292224 5070 33554432000 4194304 4352236 140734803978224 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 6419 5070 127 39 0 5499 0
[pid=18240] ppid=18235 vsize=36324 CPUtime=3.09 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 17107 0 0 0 308 1 0 0 25 0 1 0 502423090 37195776 3995 33554432000 4194304 4331988 140737326052976 18446744073709551615 4315849 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 9081 3995 174 34 0 7523 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2202296

[startup+12.7012 s]
/proc/loadavg: 6.88 7.75 7.95 11/188 18252
/proc/meminfo: memFree=19562124/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1639664 CPUtime=12.69 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 23418 0 0 0 1266 3 0 0 25 0 1 0 502423090 1679015936 18642 33554432000 4194304 4587354 140737128568544 18446744073709551615 4388341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 409916 18642 337 96 0 406478 0
[pid=18237] ppid=18235 vsize=86044 CPUtime=12.68 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 20353 0 0 0 1264 4 0 0 25 0 1 0 502423090 88109056 18664 33554432000 4194304 4785740 140736583293024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 21511 18664 340 145 0 18556 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=6.32 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 632 0 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=29640 CPUtime=12.68 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 7192 0 0 0 1268 0 0 0 25 0 1 0 502423090 30351360 6061 33554432000 4194304 4352236 140734803978224 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 7410 6061 127 39 0 6490 0
[pid=18240] ppid=18235 vsize=36856 CPUtime=6.29 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 17200 0 0 0 628 1 0 0 25 0 1 0 502423090 37740544 4088 33554432000 4194304 4331988 140737326052976 18446744073709551615 4315315 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 9214 4088 174 34 0 7656 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 2277972

[startup+25.5008 s]
/proc/loadavg: 7.72 7.89 8.00 11/188 18252
/proc/meminfo: memFree=19428200/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1662564 CPUtime=25.49 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 28475 0 0 0 2545 4 0 0 25 0 1 0 502423090 1702465536 21252 33554432000 4194304 4587354 140737128568544 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 415641 21252 337 96 0 412203 0
[pid=18237] ppid=18235 vsize=107724 CPUtime=25.49 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 25580 0 0 0 2543 6 0 0 25 0 1 0 502423090 110309376 23891 33554432000 4194304 4785740 140736583293024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 26931 23891 340 145 0 23976 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=12.7 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 1270 0 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=34988 CPUtime=25.49 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 8913 0 0 0 2548 1 0 0 25 0 1 0 502423090 35827712 7782 33554432000 4194304 4352236 140734803978224 18446744073709551615 4328661 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 8747 7782 127 39 0 7827 0
[pid=18240] ppid=18235 vsize=37804 CPUtime=12.63 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 17386 0 0 0 1262 1 0 0 25 0 1 0 502423090 38711296 4274 33554432000 4194304 4331988 140737326052976 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 9451 4274 174 34 0 7893 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2328848

[startup+51.101 s]
/proc/loadavg: 8.50 8.06 8.05 11/188 18253
/proc/meminfo: memFree=19299612/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1680924 CPUtime=51.09 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 52510 0 0 0 5101 8 0 0 25 0 1 0 502423090 1721266176 30027 33554432000 4194304 4587354 140737128568544 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 420231 30027 337 96 0 416793 0
[pid=18237] ppid=18235 vsize=133140 CPUtime=51.08 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 31779 0 0 0 5101 7 0 0 25 0 1 0 502423090 136335360 30090 33554432000 4194304 4785740 140736583293024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 33285 30090 340 145 0 30330 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=25.41 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 2541 0 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=50860 CPUtime=51.08 cores=2

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

/proc/18240/statm: 24185 18578 175 34 0 22627 0
Current children cumulated CPU time (s) 3524.53
Current children cumulated vsize (KiB) 2781540

[startup+942.301 s]
/proc/loadavg: 5.11 6.41 7.63 6/177 18389
/proc/meminfo: memFree=19192440/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1765820 CPUtime=942.32 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 314704 0 0 0 94124 108 0 0 25 0 1 0 502423090 1808199680 61294 33554432000 4194304 4587354 140737128568544 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 441455 61294 337 96 0 438017 0
[pid=18237] ppid=18235 vsize=374964 CPUtime=942.31 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 87360 0 0 0 94209 22 0 0 25 0 1 0 502423090 383963136 85671 33554432000 4194304 4785740 140736583293024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 93741 85671 340 145 0 90786 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=468.67 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 46867 0 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=100716 CPUtime=942.3 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 224952 0 0 0 94203 27 0 0 25 0 1 0 502423090 103133184 24341 33554432000 4194304 4352236 140734803978224 18446744073709551615 4328677 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 25179 24341 127 39 0 24259 0
[pid=18240] ppid=18235 vsize=126208 CPUtime=468.62 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 32478 0 0 0 46852 10 0 0 25 0 1 0 502423090 129236992 19366 33554432000 4194304 4331988 140737326052976 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 31552 19366 175 34 0 29994 0
Current children cumulated CPU time (s) 3764.22
Current children cumulated vsize (KiB) 2853476

[startup+1002.3 s]
/proc/loadavg: 5.04 6.15 7.47 6/177 18391
/proc/meminfo: memFree=19210904/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1794996 CPUtime=1002.32 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 336684 0 0 0 100115 117 0 0 25 0 1 0 502423090 1838075904 55821 33554432000 4194304 4587354 140737128568544 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 448749 55821 337 96 0 445311 0
[pid=18237] ppid=18235 vsize=405008 CPUtime=1002.31 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 94426 0 0 0 100207 24 0 0 25 0 1 0 502423090 414728192 92737 33554432000 4194304 4785740 140736583293024 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 101252 92737 340 145 0 98297 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=498.53 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 49852 1 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=73068 CPUtime=1002.31 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 229304 0 0 0 100203 28 0 0 25 0 1 0 502423090 74821632 17429 33554432000 4194304 4352236 140734803978224 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 18267 17429 127 39 0 17347 0
[pid=18240] ppid=18235 vsize=126208 CPUtime=498.45 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 32577 0 0 0 49835 10 0 0 25 0 1 0 502423090 129236992 19465 33554432000 4194304 4331988 140737326052976 18446744073709551615 4226457 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 31552 19465 175 34 0 29994 0
Current children cumulated CPU time (s) 4003.92
Current children cumulated vsize (KiB) 2885048

[startup+1062.3 s]
/proc/loadavg: 5.06 5.95 7.31 6/177 18393
/proc/meminfo: memFree=19143812/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1828296 CPUtime=1062.32 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 367713 0 0 0 106104 128 0 0 25 0 1 0 502423090 1872175104 66250 33554432000 4194304 4587354 140737128568544 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 457074 66250 337 96 0 453636 0
[pid=18237] ppid=18235 vsize=416388 CPUtime=1062.31 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 97115 0 0 0 106207 24 0 0 25 0 1 0 502423090 426381312 95426 33554432000 4194304 4785740 140736583293024 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 104097 95426 340 145 0 101142 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=528.36 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 52835 1 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=88428 CPUtime=1062.31 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 236984 0 0 0 106202 29 0 0 25 0 1 0 502423090 90550272 21269 33554432000 4194304 4352236 140734803978224 18446744073709551615 4241449 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 22107 21269 127 39 0 21187 0
[pid=18240] ppid=18235 vsize=126208 CPUtime=528.31 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 32686 0 0 0 52821 10 0 0 25 0 1 0 502423090 129236992 19574 33554432000 4194304 4331988 140737326052976 18446744073709551615 4226217 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 31552 19574 175 34 0 29994 0
Current children cumulated CPU time (s) 4243.61
Current children cumulated vsize (KiB) 2945088

[startup+1122.3 s]
/proc/loadavg: 5.07 5.79 7.17 6/177 18394
/proc/meminfo: memFree=19170464/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1789748 CPUtime=1122.33 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 389023 0 0 0 112096 137 0 0 25 0 1 0 502423090 1832701952 59679 33554432000 4194304 4587354 140737128568544 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 447437 59679 337 96 0 443999 0
[pid=18237] ppid=18235 vsize=419160 CPUtime=1122.31 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 97721 0 0 0 112207 24 0 0 25 0 1 0 502423090 429219840 96032 33554432000 4194304 4785740 140736583293024 18446744073709551615 4416804 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 104790 96032 340 145 0 101835 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=558.22 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 55821 1 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=84332 CPUtime=1122.31 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 247736 0 0 0 112201 30 0 0 25 0 1 0 502423090 86355968 20245 33554432000 4194304 4352236 140734803978224 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 21083 20245 127 39 0 20163 0
[pid=18240] ppid=18235 vsize=126208 CPUtime=558.15 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 32814 0 0 0 55805 10 0 0 25 0 1 0 502423090 129236992 19702 33554432000 4194304 4331988 140737326052976 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 31552 19702 175 34 0 29994 0
Current children cumulated CPU time (s) 4483.32
Current children cumulated vsize (KiB) 2905216

[startup+1182.3 s]
/proc/loadavg: 5.07 5.66 7.04 6/177 18396
/proc/meminfo: memFree=19151984/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1829320 CPUtime=1182.33 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 413915 0 0 0 118086 147 0 0 25 0 1 0 502423090 1873223680 61951 33554432000 4194304 4587354 140737128568544 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 457330 61951 337 96 0 453892 0
[pid=18237] ppid=18235 vsize=423108 CPUtime=1182.32 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 98705 0 0 0 118207 25 0 0 25 0 1 0 502423090 433262592 97016 33554432000 4194304 4785740 140736583293024 18446744073709551615 4549865 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 105777 97016 340 145 0 102822 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=588.05 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 58804 1 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=89452 CPUtime=1182.31 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 256184 0 0 0 118200 31 0 0 25 0 1 0 502423090 91598848 21525 33554432000 4194304 4352236 140734803978224 18446744073709551615 4242144 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 22363 21525 127 39 0 21443 0
[pid=18240] ppid=18235 vsize=126208 CPUtime=588 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 32940 0 0 0 58790 10 0 0 25 0 1 0 502423090 129236992 19828 33554432000 4194304 4331988 140737326052976 18446744073709551615 4226543 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 31552 19828 175 34 0 29994 0
Current children cumulated CPU time (s) 4723.01
Current children cumulated vsize (KiB) 2953856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 5.12 5.63 7.00 6/177 18396
/proc/meminfo: memFree=19189928/32951124 swapFree=67111524/67111528
[pid=18235] ppid=18233 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (ppfolio) S 18233 18235 17643 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 502423089 18763776 390 33554432000 4194304 4287625 140733400963248 18446744073709551615 264726425103 0 0 4096 65536 4354989502616305663 0 0 17 4 0 0 0
/proc/18235/statm: 4581 390 341 23 0 91 0
[pid=18236] ppid=18235 vsize=1789748 CPUtime=1201.64 cores=0
/proc/18236/stat : 18236 (cryptominisat) R 18235 18235 17643 0 -1 4202496 420250 0 0 0 120014 150 0 0 25 0 1 0 502423090 1832701952 55462 33554432000 4194304 4587354 140737128568544 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18236/statm: 447437 55462 337 96 0 443999 0
[pid=18237] ppid=18235 vsize=425244 CPUtime=1201.63 cores=4
/proc/18237/stat : 18237 (clasp) R 18235 18235 17643 0 -1 4202496 99161 0 0 0 120138 25 0 0 25 0 1 0 502423090 435449856 97472 33554432000 4194304 4785740 140736583293024 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18237/statm: 106311 97472 340 145 0 103356 0
[pid=18238] ppid=18235 vsize=467444 CPUtime=597.65 cores=6
/proc/18238/stat : 18238 (TNM) R 18235 18235 17643 0 -1 4202496 5140 0 0 0 59764 1 0 0 25 0 1 0 502423090 478662656 5037 33554432000 134512640 134534564 4291037312 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18238/statm: 116861 5037 95 6 0 115527 0
[pid=18239] ppid=18235 vsize=73068 CPUtime=1201.62 cores=2
/proc/18239/stat : 18239 (lingeling) R 18235 18235 17643 0 -1 4202496 256184 0 0 0 120131 31 0 0 25 0 1 0 502423090 74821632 17429 33554432000 4194304 4352236 140734803978224 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18239/statm: 18267 17429 127 39 0 17347 0
[pid=18240] ppid=18235 vsize=126208 CPUtime=597.6 cores=6
/proc/18240/stat : 18240 (march_hi) R 18235 18235 17643 0 -1 4202496 32985 0 0 0 59750 10 0 0 25 0 1 0 502423090 129236992 19873 33554432000 4194304 4331988 140737326052976 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18240/statm: 31552 19873 175 34 0 29994 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 2900036

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18235 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.005998
# 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): 1201.61
CPU time (s): 4800.14
CPU user time (s): 4797.97
CPU system time (s): 2.17
CPU usage (%): 399.474
Max. virtual memory (cumulated for all children) (KiB): 4494496

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

runsolver used 2.03669 second user time and 4.34234 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 20:01:15
IDJOB=3251435
IDBENCH=88222
IDSOLVER=1612
FILE ID=node141/3251435-1304100075
RUNJOBID= node141-1304100075-18220
PBS_JOBID= 13170589
Free space on /tmp= 71420 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251435-1304100075/watcher-3251435-1304100075 -o /tmp/evaluation-result-3251435-1304100075/solver-3251435-1304100075 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3251435-1304100075.cnf

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=1517868911

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.75
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.806
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.806
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:      19957272 kB
Buffers:       1544464 kB
Cached:       10806384 kB
SwapCached:          4 kB
Active:        3754356 kB
Inactive:      8659344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19957272 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           25828 kB
Writeback:           0 kB
AnonPages:       63028 kB
Mapped:          14480 kB
Slab:           517108 kB
PageTables:       4352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184340 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= 71412 MiB
End job on node141 at 2011-04-29 20:21:18