Trace number 3220126

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 seqUNSAT 2912.22 2912.28

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S785747282-100.UNKNOWN.cnf
MD5SUMb444591b86255859f3a5d3b876e65166
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.3846
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 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	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
2912.12/2912.27	s UNSATISFIABLE
2912.12/2912.27	solver [2] clasp 1.3.6 answered
2912.12/2912.27	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-3220126-1303267097/watcher-3220126-1303267097 -o /tmp/evaluation-result-3220126-1303267097/solver-3220126-1303267097 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3220126-1303267097.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.00 6.01 5.96 3/177 24052
/proc/meminfo: memFree=13343244/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=13988 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) R 24049 24052 23347 0 -1 4194304 115 0 0 0 0 0 0 0 25 0 1 0 438307887 14323712 67 33554432000 4194304 4287625 140734962119600 18446744073709551615 232330968644 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24052/statm: 4018 71 54 23 0 50 0

[startup+0.082747 s]
/proc/loadavg: 6.00 6.01 5.96 3/177 24052
/proc/meminfo: memFree=13343244/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.726615 s]
/proc/loadavg: 6.00 6.01 5.96 3/177 24052
/proc/meminfo: memFree=13343244/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810505927101251584 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.800646 s]
/proc/loadavg: 6.00 6.01 5.96 3/177 24052
/proc/meminfo: memFree=13343244/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810505927101251584 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900622 s]
/proc/loadavg: 6.00 6.01 5.96 3/177 24052
/proc/meminfo: memFree=13343244/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810505927101251584 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50048 s]
/proc/loadavg: 6.00 6.01 5.96 3/177 24052
/proc/meminfo: memFree=13343244/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506201979158528 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10121 s]
/proc/loadavg: 5.76 5.96 5.94 7/188 24070
/proc/meminfo: memFree=13329400/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1166640 CPUtime=1.59 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 3124 0 0 0 159 0 0 0 20 0 1 0 438307887 1194639360 2154 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 291660 2154 337 96 0 288222 0
[pid=24056] ppid=24052 vsize=13224 CPUtime=0.69 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 760 0 0 0 69 0 0 0 25 0 1 0 438307887 13541376 649 33554432000 4194304 4785740 140733623448496 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 3306 649 340 145 0 351 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=0.79 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 79 0 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1654044

[startup+6.30067 s]
/proc/loadavg: 5.78 5.96 5.94 7/188 24070
/proc/meminfo: memFree=13319480/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506201979158528 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1167636 CPUtime=2.69 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 3841 0 0 0 269 0 0 0 23 0 1 0 438307887 1195659264 2143 33554432000 4194304 4587354 140734400940448 18446744073709551615 4243419 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 291909 2143 337 96 0 288471 0
[pid=24056] ppid=24052 vsize=13752 CPUtime=1.74 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 902 0 0 0 174 0 0 0 25 0 1 0 438307887 14082048 791 33554432000 4194304 4785740 140733623448496 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 3438 791 340 145 0 483 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=1.84 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 184 0 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1655568

[startup+12.7065 s]
/proc/loadavg: 5.80 5.96 5.94 7/188 24130
/proc/meminfo: memFree=13328292/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506201979158528 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1172080 CPUtime=4.79 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 5439 0 0 0 479 0 0 0 25 0 1 0 438307887 1200209920 2861 33554432000 4194304 4587354 140734400940448 18446744073709551615 4230215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 293020 2861 337 96 0 289582 0
[pid=24056] ppid=24052 vsize=14552 CPUtime=3.89 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 1085 0 0 0 389 0 0 0 25 0 1 0 438307887 14901248 974 33554432000 4194304 4785740 140733623448496 18446744073709551615 4550456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 3638 974 340 145 0 683 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=3.99 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 399 0 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1660812

[startup+25.5012 s]
/proc/loadavg: 5.83 5.96 5.94 8/188 24130
/proc/meminfo: memFree=13311156/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506476857065472 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1169500 CPUtime=9.09 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 7221 0 0 0 908 1 0 0 25 0 1 0 438307887 1197568000 3093 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 292375 3093 337 96 0 288937 0
[pid=24056] ppid=24052 vsize=15492 CPUtime=8.14 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 1338 0 0 0 814 0 0 0 25 0 1 0 438307887 15863808 1227 33554432000 4194304 4785740 140733623448496 18446744073709551615 4552530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 3873 1227 340 145 0 918 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=8.24 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 824 0 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1659172

[startup+51.1007 s]
/proc/loadavg: 5.89 5.96 5.94 7/188 24161
/proc/meminfo: memFree=13303004/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506476857065472 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1175208 CPUtime=17.59 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 11039 0 0 0 1758 1 0 0 25 0 1 0 438307887 1203412992 3672 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 293802 3672 337 96 0 290364 0
[pid=24056] ppid=24052 vsize=16736 CPUtime=16.69 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 1614 0 0 0 1669 0 0 0 25 0 1 0 438307887 17137664 1503 33554432000 4194304 4785740 140733623448496 18446744073709551615 4553097 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 4184 1503 340 145 0 1229 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=16.8 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 1680 0 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1666124

[startup+102.301 s]
/proc/loadavg: 5.95 5.97 5.94 7/188 24162
/proc/meminfo: memFree=13287792/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506614296018944 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1175908 CPUtime=34.68 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 17034 0 0 0 3466 2 0 0 25 0 1 0 438307887 1204129792 4447 33554432000 4194304 4587354 140734400940448 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 293977 4447 337 96 0 290539 0
[pid=24056] ppid=24052 vsize=17880 CPUtime=33.74 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 1919 0 0 0 3374 0 0 0 25 0 1 0 438307887 18309120 1808 33554432000 4194304 4785740 140733623448496 18446744073709551615 4416798 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 4470 1808 340 145 0 1515 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=33.84 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 3384 0 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1667968

[startup+162.307 s]
/proc/loadavg: 6.04 5.99 5.95 7/188 24164
/proc/meminfo: memFree=13272280/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506614296018944 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1190208 CPUtime=54.69 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 24508 0 0 0 5465 4 0 0 25 0 1 0 438307887 1218772992 7629 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 297552 7629 337 96 0 294114 0
[pid=24056] ppid=24052 vsize=19288 CPUtime=53.75 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 2233 0 0 0 5375 0 0 0 25 0 1 0 438307887 19750912 2122 33554432000 4194304 4785740 140733623448496 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 4822 2122 340 145 0 1867 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=53.84 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 5384 0 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1683676

[startup+222.301 s]

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

/proc/24056/statm: 7772 4884 340 145 0 4817 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=953.83 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 95381 2 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 2862.22
Current children cumulated vsize (KiB) 1739228

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

[startup+2867.7 s]
/proc/loadavg: 6.03 6.01 6.00 7/188 24248
/proc/meminfo: memFree=13159912/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 2810506476857065472 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1233960 CPUtime=956.45 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 162242 0 0 0 95611 34 0 0 25 0 1 0 438307887 1263575040 16213 33554432000 4194304 4587354 140734400940448 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 308490 16213 337 96 0 305052 0
[pid=24056] ppid=24052 vsize=31088 CPUtime=955.54 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 4995 0 0 0 95553 1 0 0 25 0 1 0 438307887 31834112 4884 33554432000 4194304 4785740 140733623448496 18446744073709551615 4552986 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7772 4884 340 145 0 4817 0
[pid=24057] ppid=24052 vsize=455856 CPUtime=955.63 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 321 0 0 0 95561 2 0 0 25 0 1 0 438307887 466796544 218 33554432000 134512640 134534564 4290469904 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113964 218 95 6 0 112630 0
Current children cumulated CPU time (s) 2867.62
Current children cumulated vsize (KiB) 1739228

[startup+2893.3 s]
/proc/loadavg: 6.02 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13147992/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=964.98 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 164593 0 0 0 96464 34 0 0 25 0 1 0 438307887 1272590336 18534 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18534 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=964.04 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5007 0 0 0 96403 1 0 0 25 0 1 0 438307887 32006144 4896 33554432000 4194304 4785740 140733623448496 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4896 340 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=964.2 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 96418 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134530307 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2893.22
Current children cumulated vsize (KiB) 1748204

[startup+2899.7 s]
/proc/loadavg: 6.02 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13146256/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=967.14 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 164728 0 0 0 96680 34 0 0 25 0 1 0 438307887 1272590336 18666 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18666 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=966.18 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5007 0 0 0 96617 1 0 0 25 0 1 0 438307887 32006144 4896 33554432000 4194304 4785740 140733623448496 18446744073709551615 4416810 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4896 340 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=966.3 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 96628 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134528222 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2899.62
Current children cumulated vsize (KiB) 1748204

[startup+2906.1 s]
/proc/loadavg: 6.01 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13145128/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=969.24 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 164874 0 0 0 96890 34 0 0 25 0 1 0 438307887 1272590336 18809 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18809 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=968.34 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5007 0 0 0 96833 1 0 0 25 0 1 0 438307887 32006144 4896 33554432000 4194304 4785740 140733623448496 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4896 340 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=968.43 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 96841 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134529667 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2906.01
Current children cumulated vsize (KiB) 1748204

[startup+2909.3 s]
/proc/loadavg: 6.01 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13144632/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=970.34 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 164941 0 0 0 97000 34 0 0 25 0 1 0 438307887 1272590336 18872 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18872 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=969.37 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5007 0 0 0 96936 1 0 0 25 0 1 0 438307887 32006144 4896 33554432000 4194304 4785740 140733623448496 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4896 340 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=969.5 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 96948 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2909.21
Current children cumulated vsize (KiB) 1748204

[startup+2910.9 s]
/proc/loadavg: 6.01 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13144384/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=970.84 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 164970 0 0 0 97050 34 0 0 25 0 1 0 438307887 1272590336 18900 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18900 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=969.94 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5007 0 0 0 96993 1 0 0 25 0 1 0 438307887 32006144 4896 33554432000 4194304 4785740 140733623448496 18446744073709551615 4550862 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4896 340 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=970.03 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 97001 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134530494 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2910.81
Current children cumulated vsize (KiB) 1748204

[startup+2911.7 s]
/proc/loadavg: 6.01 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13144136/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=971.14 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 164991 0 0 0 97080 34 0 0 25 0 1 0 438307887 1272590336 18920 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18920 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=970.18 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5007 0 0 0 97017 1 0 0 25 0 1 0 438307887 32006144 4896 33554432000 4194304 4785740 140733623448496 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4896 340 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=970.3 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 97028 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2911.62
Current children cumulated vsize (KiB) 1748204

[startup+2912.1 s]
/proc/loadavg: 6.01 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13144136/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=971.24 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 164997 0 0 0 97090 34 0 0 25 0 1 0 438307887 1272590336 18926 33554432000 4194304 4587354 140734400940448 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18926 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=970.34 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5008 0 0 0 97033 1 0 0 25 0 1 0 438307887 32006144 4897 33554432000 4194304 4785740 140733623448496 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4897 341 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=970.43 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 97041 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2912.01
Current children cumulated vsize (KiB) 1748204

[startup+2912.2 s]
/proc/loadavg: 6.01 6.01 6.00 7/188 24249
/proc/meminfo: memFree=13144012/32951124 swapFree=67111528/67111528
[pid=24052] ppid=24049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24052/stat : 24052 (ppfolio) S 24049 24052 23347 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 438307887 18763776 394 33554432000 4194304 4287625 140734962119600 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24052/statm: 4581 394 345 23 0 91 0
[pid=24055] ppid=24052 vsize=1242764 CPUtime=971.28 cores=0
/proc/24055/stat : 24055 (cryptominisat) R 24052 24052 23347 0 -1 4202496 165000 0 0 0 97094 34 0 0 25 0 1 0 438307887 1272590336 18929 33554432000 4194304 4587354 140734400940448 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24055/statm: 310691 18929 337 96 0 307253 0
[pid=24056] ppid=24052 vsize=31256 CPUtime=970.34 cores=0
/proc/24056/stat : 24056 (clasp) R 24052 24052 23347 0 -1 4202496 5008 0 0 0 97033 1 0 0 25 0 1 0 438307887 32006144 4897 33554432000 4194304 4785740 140733623448496 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24056/statm: 7814 4897 341 145 0 4859 0
[pid=24057] ppid=24052 vsize=455860 CPUtime=970.5 cores=0
/proc/24057/stat : 24057 (TNM) R 24052 24052 23347 0 -1 4202496 330 0 0 0 97048 2 0 0 25 0 1 0 438307887 466800640 227 33554432000 134512640 134534564 4290469904 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24057/statm: 113965 227 103 6 0 112631 0
Current children cumulated CPU time (s) 2912.12
Current children cumulated vsize (KiB) 1748204

Child status: 0
Real time (s): 2912.28
CPU time (s): 2912.22
CPU user time (s): 2911.83
CPU system time (s): 0.395939
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 2878864

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

runsolver used 5.06823 second user time and 10.8174 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-20 04:38:17
IDJOB=3220126
IDBENCH=82704
IDSOLVER=1639
FILE ID=node132/3220126-1303267097
RUNJOBID= node132-1303262095-23365
PBS_JOBID= 13049525
Free space on /tmp= 72912 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S785747282-100.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220126-1303267097/watcher-3220126-1303267097 -o /tmp/evaluation-result-3220126-1303267097/solver-3220126-1303267097 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3220126-1303267097.cnf

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

MD5SUM BENCH= b444591b86255859f3a5d3b876e65166
RANDOM SEED=309453315

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      13343524 kB
Buffers:        696692 kB
Cached:       18480764 kB
SwapCached:          0 kB
Active:        7770816 kB
Inactive:     11471092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13343524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10128 kB
Writeback:           0 kB
AnonPages:       64284 kB
Mapped:          14320 kB
Slab:           304772 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72904 MiB
End job on node132 at 2011-04-20 05:26:50