Trace number 3280152

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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-3280152-1304028689/watcher-3280152-1304028689 -o /tmp/evaluation-result-3280152-1304028689/solver-3280152-1304028689 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3280152-1304028689.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: 0.00 0.00 0.00 6/182 7279
/proc/meminfo: memFree=15406680/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) R 7277 7279 7235 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0

[startup+0.036832 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 7279
/proc/meminfo: memFree=15406680/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10082 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 7279
/proc/meminfo: memFree=15406680/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300782 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 7279
/proc/meminfo: memFree=15406680/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70071 s]
/proc/loadavg: 0.00 0.00 0.00 6/182 7279
/proc/meminfo: memFree=15406680/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50056 s]
/proc/loadavg: 0.00 0.00 0.00 11/188 7285
/proc/meminfo: memFree=14924396/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=159224 CPUtime=1.48 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 35213 0 0 0 143 5 0 0 25 0 1 0 514469451 163045376 34252 33554432000 4194304 4587354 140737328674272 18446744073709551615 4238067 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 39806 34252 306 96 0 36368 0
[pid=7281] ppid=7279 vsize=163444 CPUtime=1.49 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 46479 0 0 0 143 6 0 0 25 0 1 0 514469451 167366656 36859 33554432000 4194304 4785740 140735309755872 18446744073709551615 4489677 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 40861 36859 319 145 0 37906 0
[pid=7282] ppid=7279 vsize=471536 CPUtime=0.78 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 8525 0 0 0 76 2 0 0 25 0 1 0 514469451 482852864 8423 33554432000 134512640 134534564 4287154352 18446744073709551615 9774847 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 117884 8423 90 6 0 116550 0
[pid=7283] ppid=7279 vsize=69340 CPUtime=1.49 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 20527 0 0 0 145 4 0 0 25 0 1 0 514469451 71004160 16512 33554432000 4194304 4352236 140737409193680 18446744073709551615 4207755 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 17335 16512 110 39 0 16415 0
[pid=7284] ppid=7279 vsize=93696 CPUtime=0.69 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4194304 21649 0 0 0 66 3 0 0 25 0 1 0 514469451 95944704 21544 33554432000 4194304 4331988 140737015602688 18446744073709551615 244446478977 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 23424 21544 113 34 0 21866 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 975564

[startup+3.10127 s]
/proc/loadavg: 0.00 0.00 0.00 11/188 7285
/proc/meminfo: memFree=14725640/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=213812 CPUtime=3.09 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 48807 0 0 0 301 8 0 0 25 0 1 0 514469451 218943488 47846 33554432000 4194304 4587354 140737328674272 18446744073709551615 4421100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 53453 47846 312 96 0 50015 0
[pid=7281] ppid=7279 vsize=152756 CPUtime=3.09 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 49952 0 0 0 303 6 0 0 25 0 1 0 514469451 156422144 34706 33554432000 4194304 4785740 140735309755872 18446744073709551615 4290501 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 38189 34706 332 145 0 35234 0
[pid=7282] ppid=7279 vsize=531328 CPUtime=1.57 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 27075 0 0 0 153 4 0 0 25 0 1 0 514469451 544079872 26972 33554432000 134512640 134534564 4287154352 18446744073709551615 134524670 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 132832 26972 91 6 0 131498 0
[pid=7283] ppid=7279 vsize=68060 CPUtime=3.07 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 30324 0 0 0 302 5 0 0 25 0 1 0 514469451 69693440 15146 33554432000 4194304 4352236 140737409193680 18446744073709551615 4319003 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 17015 15146 119 39 0 16095 0
[pid=7284] ppid=7279 vsize=197068 CPUtime=1.49 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4194304 44532 0 0 0 144 5 0 0 25 0 1 0 514469451 201797632 32341 33554432000 4194304 4331988 140737015602688 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 49267 32341 198 34 0 47709 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1181348

[startup+6.30067 s]
/proc/loadavg: 0.80 0.17 0.05 11/188 7285
/proc/meminfo: memFree=14609604/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=214080 CPUtime=6.29 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 48842 0 0 0 621 8 0 0 25 0 1 0 514469451 219217920 47881 33554432000 4194304 4587354 140737328674272 18446744073709551615 4421263 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 53520 47881 312 96 0 50082 0
[pid=7281] ppid=7279 vsize=152756 CPUtime=6.29 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 49988 0 0 0 623 6 0 0 25 0 1 0 514469451 156422144 34742 33554432000 4194304 4785740 140735309755872 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 38189 34742 340 145 0 35234 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=3.15 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 309 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=72608 CPUtime=6.27 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 31473 0 0 0 621 6 0 0 25 0 1 0 514469451 74350592 16295 33554432000 4194304 4352236 140737409193680 18446744073709551615 4207584 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 18152 16295 125 39 0 17232 0
[pid=7284] ppid=7279 vsize=231232 CPUtime=3.09 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4194304 86342 0 0 0 299 10 0 0 25 0 1 0 514469451 236781568 42946 33554432000 4194304 4331988 140737015602688 18446744073709551615 4219145 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 57808 42946 129 34 0 56250 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1234188

[startup+12.7005 s]
/proc/loadavg: 1.54 0.33 0.11 11/188 7285
/proc/meminfo: memFree=14526652/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=328008 CPUtime=12.69 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 82558 0 0 0 1255 14 0 0 25 0 1 0 514469451 335880192 65973 33554432000 4194304 4587354 140737328674272 18446744073709551615 4238268 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 82002 65973 330 96 0 78564 0
[pid=7281] ppid=7279 vsize=152756 CPUtime=12.69 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 49989 0 0 0 1263 6 0 0 25 0 1 0 514469451 156422144 34743 33554432000 4194304 4785740 140735309755872 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 38189 34743 340 145 0 35234 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=6.32 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 626 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=72420 CPUtime=12.67 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 31475 0 0 0 1261 6 0 0 25 0 1 0 514469451 74158080 16250 33554432000 4194304 4352236 140737409193680 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 18105 16250 127 39 0 17185 0
[pid=7284] ppid=7279 vsize=204828 CPUtime=6.29 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 148990 0 0 0 610 19 0 0 25 0 1 0 514469451 209743872 36375 33554432000 4194304 4331988 140737015602688 18446744073709551615 4261658 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 51207 36375 150 34 0 49649 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1321524

[startup+25.5011 s]
/proc/loadavg: 3.28 0.77 0.25 12/188 7317
/proc/meminfo: memFree=14015468/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=328008 CPUtime=25.49 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 83886 0 0 0 2534 15 0 0 25 0 1 0 514469451 335880192 67295 33554432000 4194304 4587354 140737328674272 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 82002 67295 330 96 0 78564 0
[pid=7281] ppid=7279 vsize=152756 CPUtime=25.49 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 49989 0 0 0 2543 6 0 0 25 0 1 0 514469451 156422144 34743 33554432000 4194304 4785740 140735309755872 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 38189 34743 340 145 0 35234 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=12.7 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 1264 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=72376 CPUtime=25.46 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 31871 0 0 0 2539 7 0 0 25 0 1 0 514469451 74113024 16635 33554432000 4194304 4352236 140737409193680 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 18094 16635 127 39 0 17174 0
[pid=7284] ppid=7279 vsize=616120 CPUtime=12.64 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 249285 0 0 0 1232 32 0 0 25 0 1 0 514469451 630906880 71489 33554432000 4194304 4331988 140737015602688 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 154030 71489 172 34 0 152472 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 1732772

[startup+51.1004 s]
/proc/loadavg: 5.57 1.51 0.51 12/188 7318
/proc/meminfo: memFree=13842456/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=2223192 CPUtime=51.09 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 91688 0 0 0 5091 18 0 0 25 0 1 0 514469451 2276548608 68138 33554432000 4194304 4587354 140737328674272 18446744073709551615 4449056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 555798 68138 338 96 0 552360 0
[pid=7281] ppid=7279 vsize=152756 CPUtime=51.09 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 49989 0 0 0 5103 6 0 0 25 0 1 0 514469451 156422144 34743 33554432000 4194304 4785740 140735309755872 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 38189 34743 340 145 0 35234 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=25.41 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 2535 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=80888 CPUtime=51.06 cores=2

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

/proc/7284/statm: 173074 87711 175 34 0 171516 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 4427412

[startup+1002.3 s]
/proc/loadavg: 10.22 9.82 6.68 11/188 7375
/proc/meminfo: memFree=12190500/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=2262396 CPUtime=1002.29 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 312686 0 0 0 100116 113 0 0 25 0 1 0 514469451 2316693504 78352 33554432000 4194304 4587354 140737328674272 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 565599 78352 338 96 0 562161 0
[pid=7281] ppid=7279 vsize=1015620 CPUtime=1002.32 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 265060 0 0 0 100165 67 0 0 25 0 1 0 514469451 1039994880 249814 33554432000 4194304 4785740 140735309755872 18446744073709551615 4290583 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 253905 249814 340 145 0 250950 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=498.42 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 49836 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=127824 CPUtime=1002.17 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 131759 0 0 0 100196 21 0 0 25 0 1 0 514469451 130891776 31124 33554432000 4194304 4352236 140737409193680 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 31956 31124 127 39 0 31036 0
[pid=7284] ppid=7279 vsize=692296 CPUtime=498.42 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 265514 0 0 0 49806 36 0 0 25 0 1 0 514469451 708911104 87718 33554432000 4194304 4331988 140737015602688 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 173074 87718 175 34 0 171516 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 4661648

[startup+1062.3 s]
/proc/loadavg: 10.27 9.91 6.91 11/188 7377
/proc/meminfo: memFree=12167164/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=2040216 CPUtime=1062.3 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 325464 0 0 0 106109 121 0 0 25 0 1 0 514469451 2089181184 78458 33554432000 4194304 4587354 140737328674272 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 510054 78458 338 96 0 506616 0
[pid=7281] ppid=7279 vsize=1015620 CPUtime=1062.33 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 265064 0 0 0 106166 67 0 0 25 0 1 0 514469451 1039994880 249818 33554432000 4194304 4785740 140735309755872 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 253905 249818 340 145 0 250950 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=528.31 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 52825 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134530717 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=126876 CPUtime=1062.16 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 131759 0 0 0 106195 21 0 0 25 0 1 0 514469451 129921024 30887 33554432000 4194304 4352236 140737409193680 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 31719 30887 127 39 0 30799 0
[pid=7284] ppid=7279 vsize=692296 CPUtime=528.21 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 265522 0 0 0 52785 36 0 0 25 0 1 0 514469451 708911104 87726 33554432000 4194304 4331988 140737015602688 18446744073709551615 4226565 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 173074 87726 175 34 0 171516 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 4438520

[startup+1122.3 s]
/proc/loadavg: 10.27 9.97 7.11 11/188 7379
/proc/meminfo: memFree=12179784/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=2037020 CPUtime=1122.29 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 339487 0 0 0 112102 127 0 0 25 0 1 0 514469451 2085908480 79754 33554432000 4194304 4587354 140737328674272 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 509255 79754 338 96 0 505817 0
[pid=7281] ppid=7279 vsize=1015620 CPUtime=1122.33 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 265080 0 0 0 112166 67 0 0 25 0 1 0 514469451 1039994880 249834 33554432000 4194304 4785740 140735309755872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 253905 249834 340 145 0 250950 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=558.11 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 55805 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=126868 CPUtime=1122.16 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 131759 0 0 0 112195 21 0 0 25 0 1 0 514469451 129912832 30885 33554432000 4194304 4352236 140737409193680 18446744073709551615 4261712 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 31717 30885 127 39 0 30797 0
[pid=7284] ppid=7279 vsize=692748 CPUtime=558.07 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 265530 0 0 0 55771 36 0 0 25 0 1 0 514469451 709373952 87734 33554432000 4194304 4331988 140737015602688 18446744073709551615 244446641668 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 173187 87734 175 34 0 171629 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 4435768

[startup+1182.3 s]
/proc/loadavg: 10.14 9.99 7.29 11/188 7380
/proc/meminfo: memFree=12156200/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=2286000 CPUtime=1182.3 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 363726 0 0 0 118091 139 0 0 25 0 1 0 514469451 2340864000 89806 33554432000 4194304 4587354 140737328674272 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 571500 89806 338 96 0 568062 0
[pid=7281] ppid=7279 vsize=1015620 CPUtime=1182.33 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 265105 0 0 0 118166 67 0 0 25 0 1 0 514469451 1039994880 249859 33554432000 4194304 4785740 140735309755872 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 253905 249859 340 145 0 250950 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=587.96 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 58790 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=126868 CPUtime=1182.16 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 139952 0 0 0 118194 22 0 0 25 0 1 0 514469451 129912832 30885 33554432000 4194304 4352236 140737409193680 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 31717 30885 127 39 0 30797 0
[pid=7284] ppid=7279 vsize=692748 CPUtime=587.9 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 265537 0 0 0 58754 36 0 0 25 0 1 0 514469451 709373952 87741 33554432000 4194304 4331988 140737015602688 18446744073709551615 244446340190 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 173187 87741 175 34 0 171629 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 4684748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.17 10.00 7.36 11/188 7381
/proc/meminfo: memFree=12124068/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=2286000 CPUtime=1201.7 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 369586 0 0 0 120028 142 0 0 25 0 1 0 514469451 2340864000 95644 33554432000 4194304 4587354 140737328674272 18446744073709551615 4243491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 571500 95644 338 96 0 568062 0
[pid=7281] ppid=7279 vsize=1015620 CPUtime=1201.74 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 265105 0 0 0 120107 67 0 0 25 0 1 0 514469451 1039994880 249859 33554432000 4194304 4785740 140735309755872 18446744073709551615 4552855 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 253905 249859 340 145 0 250950 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=597.61 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 59755 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=126868 CPUtime=1201.56 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 139952 0 0 0 120134 22 0 0 25 0 1 0 514469451 129912832 30885 33554432000 4194304 4352236 140737409193680 18446744073709551615 4281218 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 31717 30885 127 39 0 30797 0
[pid=7284] ppid=7279 vsize=692748 CPUtime=597.55 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 265540 0 0 0 59719 36 0 0 25 0 1 0 514469451 709373952 87744 33554432000 4194304 4331988 140737015602688 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 173187 87744 175 34 0 171629 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 4684748

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.17 10.00 7.36 11/188 7381
/proc/meminfo: memFree=12124068/32951124 swapFree=67111528/67111528
[pid=7279] ppid=7277 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7279/stat : 7279 (ppfolio) S 7277 7279 7235 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514469451 18763776 390 33554432000 4194304 4287625 140734057722208 18446744073709551615 244446965263 0 0 4096 65536 16084702693032984575 0 0 17 4 0 0 0
/proc/7279/statm: 4581 390 341 23 0 91 0
[pid=7280] ppid=7279 vsize=2286000 CPUtime=1201.7 cores=0
/proc/7280/stat : 7280 (cryptominisat) R 7279 7279 7235 0 -1 4202496 369586 0 0 0 120028 142 0 0 25 0 1 0 514469451 2340864000 95644 33554432000 4194304 4587354 140737328674272 18446744073709551615 4243491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7280/statm: 571500 95644 338 96 0 568062 0
[pid=7281] ppid=7279 vsize=1015620 CPUtime=1201.74 cores=4
/proc/7281/stat : 7281 (clasp) R 7279 7279 7235 0 -1 4202496 265105 0 0 0 120107 67 0 0 25 0 1 0 514469451 1039994880 249859 33554432000 4194304 4785740 140735309755872 18446744073709551615 4552855 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7281/statm: 253905 249859 340 145 0 250950 0
[pid=7282] ppid=7279 vsize=545188 CPUtime=597.61 cores=6
/proc/7282/stat : 7282 (TNM) R 7279 7279 7235 0 -1 4202496 42545 0 0 0 59755 6 0 0 25 0 1 0 514469451 558272512 42442 33554432000 134512640 134534564 4287154352 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7282/statm: 136297 42442 95 6 0 134963 0
[pid=7283] ppid=7279 vsize=126868 CPUtime=1201.56 cores=2
/proc/7283/stat : 7283 (lingeling) R 7279 7279 7235 0 -1 4202496 139952 0 0 0 120134 22 0 0 25 0 1 0 514469451 129912832 30885 33554432000 4194304 4352236 140737409193680 18446744073709551615 4281218 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7283/statm: 31717 30885 127 39 0 30797 0
[pid=7284] ppid=7279 vsize=692748 CPUtime=597.55 cores=6
/proc/7284/stat : 7284 (march_hi) R 7279 7279 7235 0 -1 4202496 265540 0 0 0 59719 36 0 0 25 0 1 0 514469451 709373952 87744 33554432000 4194304 4331988 140737015602688 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7284/statm: 173187 87744 175 34 0 171629 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 4684748

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7279 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=1999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 4800.16
#
# 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.16
CPU user time (s): 4797.43
CPU system time (s): 2.73
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 6485360

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

runsolver used 1.78373 second user time and 4.78127 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 00:11:30
IDJOB=3280152
IDBENCH=20349
IDSOLVER=1612
FILE ID=node105/3280152-1304028689
RUNJOBID= node105-1304028688-7254
PBS_JOBID= 13170347
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280152-1304028689/watcher-3280152-1304028689 -o /tmp/evaluation-result-3280152-1304028689/solver-3280152-1304028689 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3280152-1304028689.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1185409896

node105.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.825
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.65
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      15406968 kB
Buffers:       2296224 kB
Cached:       14415908 kB
SwapCached:          0 kB
Active:        9105508 kB
Inactive:      7867764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15406968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           53972 kB
Writeback:           0 kB
AnonPages:      260280 kB
Mapped:          16248 kB
Slab:           507604 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   878800 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= 71876 MiB
End job on node105 at 2011-04-29 00:31:34