Trace number 3285994

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 parUNSAT 156.38 39.1541

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.5967
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

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
156.11/39.14	s UNSATISFIABLE
156.11/39.15	solver [4] lingeling 276-6264d55-100731 answered
156.11/39.15	Done

Verifier Data

No possible verification on an UNSAT instance

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-3285994-1304035244/watcher-3285994-1304035244 -o /tmp/evaluation-result-3285994-1304035244/solver-3285994-1304035244 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3285994-1304035244.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: 3.56 6.44 8.15 1/171 17732
/proc/meminfo: memFree=22669668/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) R 17730 17732 16886 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0

[startup+0.066093 s]
/proc/loadavg: 3.56 6.44 8.15 1/171 17732
/proc/meminfo: memFree=22669668/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101088 s]
/proc/loadavg: 3.56 6.44 8.15 1/171 17732
/proc/meminfo: memFree=22669668/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30105 s]
/proc/loadavg: 3.56 6.44 8.15 1/171 17732
/proc/meminfo: memFree=22669668/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700984 s]
/proc/loadavg: 3.56 6.44 8.15 1/171 17732
/proc/meminfo: memFree=22669668/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50082 s]
/proc/loadavg: 3.68 6.42 8.13 6/177 17738
/proc/meminfo: memFree=22471500/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=93204 CPUtime=1.49 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 17810 0 0 0 146 3 0 0 25 0 1 0 515121508 95440896 17580 33554432000 4194304 4587354 140736321670944 18446744073709551615 4364806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 23301 17580 311 96 0 19863 0
[pid=17734] ppid=17732 vsize=60736 CPUtime=1.48 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 17136 0 0 0 146 2 0 0 25 0 1 0 515121508 62193664 12358 33554432000 4194304 4785740 140735576508640 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 15184 12358 340 145 0 12229 0
[pid=17735] ppid=17732 vsize=491728 CPUtime=0.77 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 14282 0 0 0 75 2 0 0 25 0 1 0 515121508 503529472 14179 33554432000 134512640 134534564 4293508208 18446744073709551615 9433222 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 122932 14179 91 6 0 121598 0
[pid=17736] ppid=17732 vsize=25548 CPUtime=1.48 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 13287 0 0 0 146 2 0 0 25 0 1 0 515121508 26161152 5538 33554432000 4194304 4352236 140734837250288 18446744073709551615 4256430 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 6387 5538 116 39 0 5467 0
[pid=17737] ppid=17732 vsize=109892 CPUtime=0.69 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4194304 20522 0 0 0 67 2 0 0 25 0 1 0 515121508 112529408 14840 33554432000 4194304 4331988 140736393404688 18446744073709551615 239476090302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 27473 14840 126 34 0 25915 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 799432

[startup+3.10051 s]
/proc/loadavg: 3.68 6.42 8.13 6/177 17738
/proc/meminfo: memFree=22391396/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=93420 CPUtime=3.09 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 17852 0 0 0 306 3 0 0 25 0 1 0 515121508 95662080 17622 33554432000 4194304 4587354 140736321670944 18446744073709551615 4421117 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 23355 17622 312 96 0 19917 0
[pid=17734] ppid=17732 vsize=60736 CPUtime=3.08 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 17136 0 0 0 306 2 0 0 25 0 1 0 515121508 62193664 12358 33554432000 4194304 4785740 140735576508640 18446744073709551615 4552662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 15184 12358 340 145 0 12229 0
[pid=17735] ppid=17732 vsize=507568 CPUtime=1.57 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 18627 0 0 0 154 3 0 0 25 0 1 0 515121508 519749632 18524 33554432000 134512640 134534564 4293508208 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 126892 18524 91 6 0 125558 0
[pid=17736] ppid=17732 vsize=26576 CPUtime=3.09 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 13559 0 0 0 306 3 0 0 25 0 1 0 515121508 27213824 5810 33554432000 4194304 4352236 140734837250288 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 6644 5810 125 39 0 5724 0
[pid=17737] ppid=17732 vsize=110036 CPUtime=1.49 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4194304 22321 0 0 0 147 2 0 0 25 0 1 0 515121508 112676864 15683 33554432000 4194304 4331988 140736393404688 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 27509 15683 129 34 0 25951 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 816660

[startup+6.3009 s]
/proc/loadavg: 3.68 6.42 8.13 6/177 17738
/proc/meminfo: memFree=22340008/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=105316 CPUtime=6.29 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 28091 0 0 0 624 5 0 0 25 0 1 0 515121508 107843584 21630 33554432000 4194304 4587354 140736321670944 18446744073709551615 239476391691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 26329 21630 330 96 0 22891 0
[pid=17734] ppid=17732 vsize=60736 CPUtime=6.28 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 17136 0 0 0 626 2 0 0 25 0 1 0 515121508 62193664 12358 33554432000 4194304 4785740 140735576508640 18446744073709551615 4291217 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 15184 12358 340 145 0 12229 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=3.16 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 312 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=27300 CPUtime=6.29 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 13743 0 0 0 626 3 0 0 25 0 1 0 515121508 27955200 5993 33554432000 4194304 4352236 140734837250288 18446744073709551615 4278667 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 6825 5993 127 39 0 5905 0
[pid=17737] ppid=17732 vsize=201936 CPUtime=3.1 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 29149 0 0 0 306 4 0 0 25 0 1 0 515121508 206782464 20377 33554432000 4194304 4331988 140736393404688 18446744073709551615 4257032 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 50484 20377 160 34 0 48926 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 937284

[startup+12.7007 s]
/proc/loadavg: 3.88 6.37 8.10 6/177 17738
/proc/meminfo: memFree=22299136/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=142820 CPUtime=12.69 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 31118 0 0 0 1263 6 0 0 25 0 1 0 515121508 146247680 24657 33554432000 4194304 4587354 140736321670944 18446744073709551615 4236573 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 35705 24657 330 96 0 32267 0
[pid=17734] ppid=17732 vsize=60736 CPUtime=12.68 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 17136 0 0 0 1266 2 0 0 25 0 1 0 515121508 62193664 12358 33554432000 4194304 4785740 140735576508640 18446744073709551615 4548896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 15184 12358 340 145 0 12229 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=6.32 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 628 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=46224 CPUtime=12.69 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 18474 0 0 0 1266 3 0 0 25 0 1 0 515121508 47333376 10724 33554432000 4194304 4352236 140734837250288 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 11556 10724 127 39 0 10636 0
[pid=17737] ppid=17732 vsize=206136 CPUtime=6.29 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 40524 0 0 0 624 5 0 0 25 0 1 0 515121508 211083264 22759 33554432000 4194304 4331988 140736393404688 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 51534 22759 172 34 0 49976 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 997912

[startup+25.5012 s]
/proc/loadavg: 4.05 6.32 8.06 6/177 17748
/proc/meminfo: memFree=22237872/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=142820 CPUtime=25.48 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 37010 0 0 0 2540 8 0 0 25 0 1 0 515121508 146247680 30542 33554432000 4194304 4587354 140736321670944 18446744073709551615 4237627 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 35705 30542 330 96 0 32267 0
[pid=17734] ppid=17732 vsize=70568 CPUtime=25.49 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 19637 0 0 0 2546 3 0 0 25 0 1 0 515121508 72261632 14859 33554432000 4194304 4785740 140735576508640 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 17642 14859 340 145 0 14687 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=12.7 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 1266 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=54688 CPUtime=25.48 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 20593 0 0 0 2545 3 0 0 25 0 1 0 515121508 56000512 12840 33554432000 4194304 4352236 140734837250288 18446744073709551615 4328361 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 13672 12840 127 39 0 12752 0
[pid=17737] ppid=17732 vsize=208580 CPUtime=12.64 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 41103 0 0 0 1259 5 0 0 25 0 1 0 515121508 213585920 23338 33554432000 4194304 4331988 140736393404688 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 52145 23338 172 34 0 50587 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1018652

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

[startup+31.907 s]
/proc/loadavg: 4.20 6.28 8.03 6/177 17748
/proc/meminfo: memFree=22183936/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=292824 CPUtime=31.89 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 43134 0 0 0 3179 10 0 0 25 0 1 0 515121508 299851776 33348 33554432000 4194304 4587354 140736321670944 18446744073709551615 4244609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 73206 33348 330 96 0 69768 0
[pid=17734] ppid=17732 vsize=78072 CPUtime=31.89 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 21509 0 0 0 3185 4 0 0 25 0 1 0 515121508 79945728 16731 33554432000 4194304 4785740 140735576508640 18446744073709551615 4290648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 19518 16731 340 145 0 16563 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=15.9 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 1586 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=89036 CPUtime=31.89 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 29297 0 0 0 3185 4 0 0 25 0 1 0 515121508 91172864 21427 33554432000 4194304 4352236 140734837250288 18446744073709551615 4236815 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 22259 21427 127 39 0 21339 0
[pid=17737] ppid=17732 vsize=208580 CPUtime=15.81 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 41103 0 0 0 1576 5 0 0 25 0 1 0 515121508 213585920 23338 33554432000 4194304 4331988 140736393404688 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 52145 23338 172 34 0 50587 0
Current children cumulated CPU time (s) 127.38
Current children cumulated vsize (KiB) 1210508

[startup+35.1004 s]
/proc/loadavg: 4.20 6.28 8.03 6/177 17748
/proc/meminfo: memFree=22174612/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=292824 CPUtime=35.09 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 44661 0 0 0 3498 11 0 0 25 0 1 0 515121508 299851776 34872 33554432000 4194304 4587354 140736321670944 18446744073709551615 4244605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 73206 34872 330 96 0 69768 0
[pid=17734] ppid=17732 vsize=81596 CPUtime=35.09 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 22397 0 0 0 3505 4 0 0 25 0 1 0 515121508 83554304 17619 33554432000 4194304 4785740 140735576508640 18446744073709551615 4290595 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 20399 17619 340 145 0 17444 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=17.5 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 1746 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=89036 CPUtime=35.09 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 29297 0 0 0 3505 4 0 0 25 0 1 0 515121508 91172864 21427 33554432000 4194304 4352236 140734837250288 18446744073709551615 4257364 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 22259 21427 127 39 0 21339 0
[pid=17737] ppid=17732 vsize=208580 CPUtime=17.39 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 41110 0 0 0 1734 5 0 0 25 0 1 0 515121508 213585920 23345 33554432000 4194304 4331988 140736393404688 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 52145 23345 172 34 0 50587 0
Current children cumulated CPU time (s) 140.16
Current children cumulated vsize (KiB) 1214032

[startup+36.7011 s]
/proc/loadavg: 4.26 6.26 8.01 6/177 17748
/proc/meminfo: memFree=22172132/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=292824 CPUtime=36.69 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 45273 0 0 0 3658 11 0 0 25 0 1 0 515121508 299851776 35482 33554432000 4194304 4587354 140736321670944 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 73206 35482 330 96 0 69768 0
[pid=17734] ppid=17732 vsize=83080 CPUtime=36.69 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 22758 0 0 0 3665 4 0 0 25 0 1 0 515121508 85073920 17980 33554432000 4194304 4785740 140735576508640 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 20770 17980 340 145 0 17815 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=18.29 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 1825 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=89028 CPUtime=36.68 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 29297 0 0 0 3664 4 0 0 25 0 1 0 515121508 91164672 21425 33554432000 4194304 4352236 140734837250288 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 22257 21425 127 39 0 21337 0
[pid=17737] ppid=17732 vsize=208716 CPUtime=18.19 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 41129 0 0 0 1814 5 0 0 25 0 1 0 515121508 213725184 23364 33554432000 4194304 4331988 140736393404688 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 52179 23364 172 34 0 50621 0
Current children cumulated CPU time (s) 146.54
Current children cumulated vsize (KiB) 1215644

[startup+38.3008 s]
/proc/loadavg: 4.26 6.26 8.01 6/177 17748
/proc/meminfo: memFree=22168272/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=292824 CPUtime=38.28 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 45922 0 0 0 3817 11 0 0 25 0 1 0 515121508 299851776 36130 33554432000 4194304 4587354 140736321670944 18446744073709551615 4236612 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 73206 36130 330 96 0 69768 0
[pid=17734] ppid=17732 vsize=87172 CPUtime=38.29 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 23800 0 0 0 3825 4 0 0 25 0 1 0 515121508 89264128 19022 33554432000 4194304 4785740 140735576508640 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 21793 19022 340 145 0 18838 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=19.09 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 1905 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=89028 CPUtime=38.28 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 29297 0 0 0 3824 4 0 0 25 0 1 0 515121508 91164672 21425 33554432000 4194304 4352236 140734837250288 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 22257 21425 127 39 0 21337 0
[pid=17737] ppid=17732 vsize=208716 CPUtime=18.99 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 41129 0 0 0 1894 5 0 0 25 0 1 0 515121508 213725184 23364 33554432000 4194304 4331988 140736393404688 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 52179 23364 172 34 0 50621 0
Current children cumulated CPU time (s) 152.93
Current children cumulated vsize (KiB) 1219736

[startup+38.7007 s]
/proc/loadavg: 4.26 6.26 8.01 6/177 17748
/proc/meminfo: memFree=22163072/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=292824 CPUtime=38.68 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 46120 0 0 0 3857 11 0 0 25 0 1 0 515121508 299851776 36328 33554432000 4194304 4587354 140736321670944 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 73206 36328 330 96 0 69768 0
[pid=17734] ppid=17732 vsize=88388 CPUtime=38.69 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 24091 0 0 0 3865 4 0 0 25 0 1 0 515121508 90509312 19313 33554432000 4194304 4785740 140735576508640 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 22097 19313 340 145 0 19142 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=19.28 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 1924 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=89028 CPUtime=38.68 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 29297 0 0 0 3864 4 0 0 25 0 1 0 515121508 91164672 21425 33554432000 4194304 4352236 140734837250288 18446744073709551615 4281038 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 22257 21425 127 39 0 21337 0
[pid=17737] ppid=17732 vsize=208716 CPUtime=19.19 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 41129 0 0 0 1914 5 0 0 25 0 1 0 515121508 213725184 23364 33554432000 4194304 4331988 140736393404688 18446744073709551615 4226237 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 52179 23364 172 34 0 50621 0
Current children cumulated CPU time (s) 154.52
Current children cumulated vsize (KiB) 1220952

[startup+39.1006 s]
/proc/loadavg: 4.26 6.26 8.01 6/177 17748
/proc/meminfo: memFree=22163072/32950928 swapFree=67087032/67111528
[pid=17732] ppid=17730 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17732/stat : 17732 (ppfolio) S 17730 17732 16886 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515121508 18763776 390 33554432000 4194304 4287625 140735249289024 18446744073709551615 239476715023 0 0 4096 65536 8439860467513425919 0 0 17 4 0 0 0
/proc/17732/statm: 4581 390 341 23 0 91 0
[pid=17733] ppid=17732 vsize=292824 CPUtime=39.08 cores=0
/proc/17733/stat : 17733 (cryptominisat) R 17732 17732 16886 0 -1 4202496 46186 0 0 0 3897 11 0 0 25 0 1 0 515121508 299851776 36394 33554432000 4194304 4587354 140736321670944 18446744073709551615 4236378 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17733/statm: 73206 36394 330 96 0 69768 0
[pid=17734] ppid=17732 vsize=89632 CPUtime=39.08 cores=4
/proc/17734/stat : 17734 (clasp) R 17732 17732 16886 0 -1 4202496 24408 0 0 0 3904 4 0 0 25 0 1 0 515121508 91783168 19630 33554432000 4194304 4785740 140735576508640 18446744073709551615 4552626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17734/statm: 22408 19630 340 145 0 19453 0
[pid=17735] ppid=17732 vsize=523672 CPUtime=19.48 cores=6
/proc/17735/stat : 17735 (TNM) R 17732 17732 16886 0 -1 4202496 27263 0 0 0 1944 4 0 0 25 0 1 0 515121508 536240128 27160 33554432000 134512640 134534564 4293508208 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17735/statm: 130918 27160 95 6 0 129584 0
[pid=17736] ppid=17732 vsize=89028 CPUtime=39.08 cores=2
/proc/17736/stat : 17736 (lingeling) R 17732 17732 16886 0 -1 4202496 29297 0 0 0 3904 4 0 0 25 0 1 0 515121508 91164672 21425 33554432000 4194304 4352236 140734837250288 18446744073709551615 4276751 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17736/statm: 22257 21425 127 39 0 21337 0
[pid=17737] ppid=17732 vsize=208716 CPUtime=19.39 cores=6
/proc/17737/stat : 17737 (march_hi) R 17732 17732 16886 0 -1 4202496 41129 0 0 0 1934 5 0 0 25 0 1 0 515121508 213725184 23364 33554432000 4194304 4331988 140736393404688 18446744073709551615 4210502 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17737/statm: 52179 23364 172 34 0 50621 0
Current children cumulated CPU time (s) 156.11
Current children cumulated vsize (KiB) 1222196

Child status: 0
Real time (s): 39.1541
CPU time (s): 156.38
CPU user time (s): 156.027
CPU system time (s): 0.352946
CPU usage (%): 399.396
Max. virtual memory (cumulated for all children) (KiB): 1222196

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

runsolver used 0.070989 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 02:00:44
IDJOB=3285994
IDBENCH=82410
IDSOLVER=1612
FILE ID=node148/3285994-1304035244
RUNJOBID= node148-1304032428-17324
PBS_JOBID= 13170304
Free space on /tmp= 71416 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285994-1304035244/watcher-3285994-1304035244 -o /tmp/evaluation-result-3285994-1304035244/solver-3285994-1304035244 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3285994-1304035244.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=225137750

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22669824 kB
Buffers:       2008328 kB
Cached:        7665164 kB
SwapCached:       3548 kB
Active:        1643668 kB
Inactive:      8075372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22669824 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           27460 kB
Writeback:           0 kB
AnonPages:       43592 kB
Mapped:          13476 kB
Slab:           498368 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189020 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= 71408 MiB
End job on node148 at 2011-04-29 02:01:24