Trace number 3264857

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.22 1201.72

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.682
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5736
Number of clauses of size over 5164

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: 977)

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-3264857-1307634653/watcher-3264857-1307634653 -o /tmp/evaluation-result-3264857-1307634653/solver-3264857-1307634653 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3264857-1307634653.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: 8.32 8.95 7.19 5/178 22750
/proc/meminfo: memFree=31780224/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0

[startup+0.956264 s]
/proc/loadavg: 8.32 8.95 7.19 5/178 22750
/proc/meminfo: memFree=31780224/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.05589 s]
/proc/loadavg: 8.32 8.95 7.19 5/178 22750
/proc/meminfo: memFree=31780224/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10088 s]
/proc/loadavg: 8.32 8.95 7.19 5/178 22750
/proc/meminfo: memFree=31780224/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.21286 s]
/proc/loadavg: 8.32 8.95 7.19 5/178 22750
/proc/meminfo: memFree=31780224/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50081 s]
/proc/loadavg: 8.32 8.95 7.19 5/178 22750
/proc/meminfo: memFree=31780224/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10651 s]
/proc/loadavg: 8.32 8.95 7.19 10/184 22756
/proc/meminfo: memFree=31761460/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=164236 CPUtime=3.09 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 4340 0 0 0 309 0 0 0 25 0 1 0 875065789 168177664 2568 33554432000 4194304 4587354 140734356634704 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 41059 2568 338 96 0 37621 0
[pid=22752] ppid=22750 vsize=13916 CPUtime=3.1 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 924 0 0 0 310 0 0 0 25 0 1 0 875065789 14249984 815 33554432000 4194304 4785740 140733326691600 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 3479 815 340 145 0 524 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=2.1 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 210 0 0 0 21 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=7648 CPUtime=3.1 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 1664 0 0 0 310 0 0 0 25 0 1 0 875065789 7831552 1112 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 1912 1112 127 39 0 992 0
[pid=22755] ppid=22750 vsize=8272 CPUtime=0.98 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 655 0 0 0 98 0 0 0 25 0 1 0 875065789 8470528 533 33554432000 4194304 4331988 140733712313152 18446744073709551615 4299332 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 2068 533 175 34 0 510 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 668360

[startup+6.30092 s]
/proc/loadavg: 8.46 8.96 7.21 10/184 22756
/proc/meminfo: memFree=31757500/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=162436 CPUtime=6.29 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 6185 0 0 0 629 0 0 0 25 0 1 0 875065789 166334464 2944 33554432000 4194304 4587354 140734356634704 18446744073709551615 244446641858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 40609 2944 338 96 0 37171 0
[pid=22752] ppid=22750 vsize=14456 CPUtime=6.3 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 1073 0 0 0 630 0 0 0 25 0 1 0 875065789 14802944 964 33554432000 4194304 4785740 140733326691600 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 3614 964 340 145 0 659 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=3.7 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 370 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=8360 CPUtime=6.3 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 2258 0 0 0 630 0 0 0 25 0 1 0 875065789 8560640 1258 33554432000 4194304 4352236 140734849717968 18446744073709551615 4276544 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 2090 1258 127 39 0 1170 0
[pid=22755] ppid=22750 vsize=8984 CPUtime=2.56 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 834 0 0 0 256 0 0 0 25 0 1 0 875065789 9199616 712 33554432000 4194304 4331988 140733712313152 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 2246 712 175 34 0 688 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 668524

[startup+12.7007 s]
/proc/loadavg: 8.58 8.98 7.22 10/184 22756
/proc/meminfo: memFree=31746224/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=163872 CPUtime=12.69 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 9408 0 0 0 1268 1 0 0 25 0 1 0 875065789 167804928 3110 33554432000 4194304 4587354 140734356634704 18446744073709551615 4243416 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 40968 3110 338 96 0 37530 0
[pid=22752] ppid=22750 vsize=15300 CPUtime=12.69 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 1293 0 0 0 1269 0 0 0 25 0 1 0 875065789 15667200 1184 33554432000 4194304 4785740 140733326691600 18446744073709551615 4550305 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 3825 1184 340 145 0 870 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=6.9 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 690 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=10664 CPUtime=12.69 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 3618 0 0 0 1269 0 0 0 25 0 1 0 875065789 10919936 1850 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 2666 1850 127 39 0 1746 0
[pid=22755] ppid=22750 vsize=10696 CPUtime=5.73 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 1161 0 0 0 573 0 0 0 25 0 1 0 875065789 10952704 1039 33554432000 4194304 4331988 140733712313152 18446744073709551615 4299332 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 2674 1039 175 34 0 1116 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 674820

[startup+25.5014 s]
/proc/loadavg: 8.67 8.98 7.25 10/184 22756
/proc/meminfo: memFree=31736816/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=167928 CPUtime=25.49 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 14900 0 0 0 2547 2 0 0 25 0 1 0 875065789 171958272 3794 33554432000 4194304 4587354 140734356634704 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 41982 3794 338 96 0 38544 0
[pid=22752] ppid=22750 vsize=16804 CPUtime=25.49 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 1642 0 0 0 2549 0 0 0 25 0 1 0 875065789 17207296 1533 33554432000 4194304 4785740 140733326691600 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 4201 1533 340 145 0 1246 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=13.26 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 1326 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=11692 CPUtime=25.49 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 5347 0 0 0 2549 0 0 0 25 0 1 0 875065789 11972608 2107 33554432000 4194304 4352236 140734849717968 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 2923 2107 127 39 0 2003 0
[pid=22755] ppid=22750 vsize=14152 CPUtime=12.09 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 1815 0 0 0 1209 0 0 0 25 0 1 0 875065789 14491648 1693 33554432000 4194304 4331988 140733712313152 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 3538 1693 175 34 0 1980 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 684864

[startup+51.1006 s]
/proc/loadavg: 8.78 8.98 7.30 10/184 22757
/proc/meminfo: memFree=31719120/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=177308 CPUtime=51.09 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 24359 0 0 0 5106 3 0 0 25 0 1 0 875065789 181563392 6795 33554432000 4194304 4587354 140734356634704 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 44327 6795 338 96 0 40889 0
[pid=22752] ppid=22750 vsize=18208 CPUtime=51.09 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 1958 0 0 0 5109 0 0 0 25 0 1 0 875065789 18644992 1849 33554432000 4194304 4785740 140733326691600 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 4552 1849 340 145 0 1597 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=26 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 2600 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134528516 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=13496 CPUtime=51.09 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 8164 0 0 0 5108 1 0 0 25 0 1 0 875065789 13819904 2574 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328087 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 3374 2574 127 39 0 2454 0
[pid=22755] ppid=22750 vsize=21780 CPUtime=24.82 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 3146 0 0 0 2482 0 0 0 25 0 1 0 875065789 22302720 3024 33554432000 4194304 4331988 140733712313152 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 5445 3024 175 34 0 3887 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 705080

[startup+102.301 s]
/proc/loadavg: 8.99 9.01 7.39 10/184 22765
/proc/meminfo: memFree=31690752/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=183512 CPUtime=102.29 cores=0

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

/proc/22755/statm: 60964 44386 175 34 0 59406 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 1001760

[startup+942.301 s]
/proc/loadavg: 9.12 9.16 8.44 10/184 22844
/proc/meminfo: memFree=31565976/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=206080 CPUtime=942.32 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 179905 0 0 0 94194 38 0 0 25 0 1 0 875065789 211025920 15895 33554432000 4194304 4587354 140734356634704 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 51520 15895 338 96 0 48082 0
[pid=22752] ppid=22750 vsize=29204 CPUtime=942.23 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 4496 0 0 0 94222 1 0 0 25 0 1 0 875065789 29904896 4387 33554432000 4194304 4785740 140733326691600 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 7301 4387 341 145 0 4346 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=469.16 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 46916 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134528453 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=31680 CPUtime=942.29 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 55206 0 0 0 94220 9 0 0 25 0 1 0 875065789 32440320 7120 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 7920 7120 127 39 0 7000 0
[pid=22755] ppid=22750 vsize=243856 CPUtime=468.02 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 47383 0 0 0 46788 14 0 0 25 0 1 0 875065789 249708544 47261 33554432000 4194304 4331988 140733712313152 18446744073709551615 4287376 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 60964 47261 175 34 0 59406 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 985108

[startup+1002.3 s]
/proc/loadavg: 9.13 9.16 8.48 10/184 22845
/proc/meminfo: memFree=31547704/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=206540 CPUtime=1002.32 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 183407 0 0 0 100193 39 0 0 25 0 1 0 875065789 211496960 15895 33554432000 4194304 4587354 140734356634704 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 51635 15895 338 96 0 48197 0
[pid=22752] ppid=22750 vsize=29712 CPUtime=1002.23 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 4588 0 0 0 100222 1 0 0 25 0 1 0 875065789 30425088 4479 33554432000 4194304 4785740 140733326691600 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 7428 4479 341 145 0 4473 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=499.02 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 49902 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=32192 CPUtime=1002.29 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 57798 0 0 0 100220 9 0 0 25 0 1 0 875065789 32964608 7248 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 8048 7248 127 39 0 7128 0
[pid=22755] ppid=22750 vsize=280992 CPUtime=497.83 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 50531 0 0 0 49768 15 0 0 25 0 1 0 875065789 287735808 50409 33554432000 4194304 4331988 140733712313152 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 70248 50409 175 34 0 68690 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 1023724

[startup+1062.3 s]
/proc/loadavg: 9.12 9.16 8.52 10/184 22847
/proc/meminfo: memFree=31523712/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=223688 CPUtime=1062.32 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 189095 0 0 0 106192 40 0 0 25 0 1 0 875065789 229056512 18025 33554432000 4194304 4587354 140734356634704 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 55922 18025 338 96 0 52484 0
[pid=22752] ppid=22750 vsize=29880 CPUtime=1062.23 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 4640 0 0 0 106222 1 0 0 25 0 1 0 875065789 30597120 4531 33554432000 4194304 4785740 140733326691600 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 7470 4531 341 145 0 4515 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=528.82 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 52882 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=33856 CPUtime=1062.29 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 59430 0 0 0 106220 9 0 0 25 0 1 0 875065789 34668544 7664 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 8464 7664 127 39 0 7544 0
[pid=22755] ppid=22750 vsize=280992 CPUtime=527.71 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 53493 0 0 0 52756 15 0 0 25 0 1 0 875065789 287735808 53371 33554432000 4194304 4331988 140733712313152 18446744073709551615 4315931 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 70248 53371 175 34 0 68690 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1042704

[startup+1122.3 s]
/proc/loadavg: 9.20 9.17 8.56 10/184 22848
/proc/meminfo: memFree=31515236/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=206680 CPUtime=1122.32 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 194589 0 0 0 112190 42 0 0 25 0 1 0 875065789 211640320 15895 33554432000 4194304 4587354 140734356634704 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 51670 15895 338 96 0 48232 0
[pid=22752] ppid=22750 vsize=30048 CPUtime=1122.22 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 4679 0 0 0 112221 1 0 0 25 0 1 0 875065789 30769152 4570 33554432000 4194304 4785740 140733326691600 18446744073709551615 4546137 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 7512 4570 341 145 0 4557 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=558.69 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 55869 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=37824 CPUtime=1122.29 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 62918 0 0 0 112219 10 0 0 25 0 1 0 875065789 38731776 8656 33554432000 4194304 4352236 140734849717968 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 9456 8656 127 39 0 8536 0
[pid=22755] ppid=22750 vsize=280992 CPUtime=557.51 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 56480 0 0 0 55735 16 0 0 25 0 1 0 875065789 287735808 56358 33554432000 4194304 4331988 140733712313152 18446744073709551615 4265328 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 70248 56358 175 34 0 68690 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1029832

[startup+1182.31 s]
/proc/loadavg: 9.18 9.17 8.60 10/184 22850
/proc/meminfo: memFree=31500548/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=208012 CPUtime=1182.32 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 198417 0 0 0 118189 43 0 0 25 0 1 0 875065789 213004288 15895 33554432000 4194304 4587354 140734356634704 18446744073709551615 4231728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 52003 15895 338 96 0 48565 0
[pid=22752] ppid=22750 vsize=30384 CPUtime=1182.22 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 4764 0 0 0 118221 1 0 0 25 0 1 0 875065789 31113216 4655 33554432000 4194304 4785740 140733326691600 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 7596 4655 341 145 0 4641 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=588.51 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 58851 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=37824 CPUtime=1182.3 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 65350 0 0 0 118220 10 0 0 25 0 1 0 875065789 38731776 8656 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 9456 8656 127 39 0 8536 0
[pid=22755] ppid=22750 vsize=280992 CPUtime=587.37 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 59511 0 0 0 58720 17 0 0 25 0 1 0 875065789 287735808 59389 33554432000 4194304 4331988 140733712313152 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 70248 59389 175 34 0 68690 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1031500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.25 9.19 8.61 10/184 22851
/proc/meminfo: memFree=31484776/32951124 swapFree=67064368/67111528
[pid=22750] ppid=22748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (ppfolio) S 22748 22750 22401 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875065788 18763776 390 33554432000 4194304 4287625 140736244668112 18446744073709551615 244446965263 0 0 4096 65536 4601069550761410559 0 0 17 2 0 0 0
/proc/22750/statm: 4581 390 341 23 0 91 0
[pid=22751] ppid=22750 vsize=223544 CPUtime=1201.73 cores=0
/proc/22751/stat : 22751 (cryptominisat) R 22750 22750 22401 0 -1 4202496 201845 0 0 0 120129 44 0 0 25 0 1 0 875065789 228909056 19239 33554432000 4194304 4587354 140734356634704 18446744073709551615 244446641809 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22751/statm: 55886 19239 338 96 0 52448 0
[pid=22752] ppid=22750 vsize=30556 CPUtime=1201.62 cores=4
/proc/22752/stat : 22752 (clasp) R 22750 22750 22401 0 -1 4202496 4775 0 0 0 120161 1 0 0 25 0 1 0 875065789 31289344 4666 33554432000 4194304 4785740 140733326691600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22752/statm: 7639 4666 341 145 0 4684 0
[pid=22753] ppid=22750 vsize=455964 CPUtime=598.17 cores=6
/proc/22753/stat : 22753 (TNM) R 22750 22750 22401 0 -1 4202496 344 0 0 0 59817 0 0 0 25 0 1 0 875065789 466907136 240 33554432000 134512640 134534564 4293412720 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22753/statm: 113991 240 95 6 0 112657 0
[pid=22754] ppid=22750 vsize=39616 CPUtime=1201.7 cores=2
/proc/22754/stat : 22754 (lingeling) R 22750 22750 22401 0 -1 4202496 65798 0 0 0 120160 10 0 0 25 0 1 0 875065789 40566784 9104 33554432000 4194304 4352236 140734849717968 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22754/statm: 9904 9104 127 39 0 8984 0
[pid=22755] ppid=22750 vsize=280992 CPUtime=597 cores=6
/proc/22755/stat : 22755 (march_hi) R 22750 22750 22401 0 -1 4202496 60434 0 0 0 59683 17 0 0 25 0 1 0 875065789 287735808 60312 33554432000 4194304 4331988 140733712313152 18446744073709551615 244446641712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22755/statm: 70248 60312 175 34 0 68690 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1048996

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 22750 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.22
CPU user time (s): 4799.5
CPU system time (s): 0.72
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 1182528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
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= 447
involuntary context switches= 6

runsolver used 2.10968 second user time and 4.45332 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-09 17:50:53
IDJOB=3264857
IDBENCH=85355
IDSOLVER=1612
FILE ID=node105/3264857-1307634653
RUNJOBID= node105-1307633278-22419
PBS_JOBID= 13549386
Free space on /tmp= 74132 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264857-1307634653/watcher-3264857-1307634653 -o /tmp/evaluation-result-3264857-1307634653/solver-3264857-1307634653 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3264857-1307634653.cnf

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=1715957042

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:      31781024 kB
Buffers:        211072 kB
Cached:         532072 kB
SwapCached:      20132 kB
Active:         520880 kB
Inactive:       424104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31781024 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           10020 kB
Writeback:           0 kB
AnonPages:      199080 kB
Mapped:          11744 kB
Slab:           159016 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   841560 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= 74124 MiB
End job on node105 at 2011-06-09 18:10:57