Trace number 3286408

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 140.263 35.134

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

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
140.12/35.12	s UNSATISFIABLE
140.12/35.13	solver [1] cryptominisat 2.7.1 answered
140.12/35.13	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-3286408-1304035319/watcher-3286408-1304035319 -o /tmp/evaluation-result-3286408-1304035319/solver-3286408-1304035319 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3286408-1304035319.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: 5.73 7.48 7.82 3/174 20750
/proc/meminfo: memFree=17535172/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) R 20748 20750 20083 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0

[startup+0.061072 s]
/proc/loadavg: 5.73 7.48 7.82 3/174 20750
/proc/meminfo: memFree=17535172/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) R 20748 20750 20083 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101066 s]
/proc/loadavg: 5.73 7.48 7.82 3/174 20750
/proc/meminfo: memFree=17535172/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) R 20748 20750 20083 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301031 s]
/proc/loadavg: 5.73 7.48 7.82 3/174 20750
/proc/meminfo: memFree=17535172/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700912 s]
/proc/loadavg: 5.73 7.48 7.82 3/174 20750
/proc/meminfo: memFree=17535172/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50077 s]
/proc/loadavg: 5.73 7.48 7.82 8/180 20756
/proc/meminfo: memFree=17394252/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=81760 CPUtime=1.49 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 15515 0 0 0 147 2 0 0 25 0 1 0 593762697 83722240 13551 33554432000 4194304 4587354 140736098489328 18446744073709551615 4309583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 20440 13551 321 96 0 17002 0
[pid=20752] ppid=20750 vsize=35696 CPUtime=1.49 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 8269 0 0 0 148 1 0 0 25 0 1 0 593762697 36552704 6167 33554432000 4194304 4785740 140734510228208 18446744073709551615 4290448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 8924 6167 340 145 0 5969 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=0.66 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 66 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=15864 CPUtime=1.48 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 6101 0 0 0 148 0 0 0 25 0 1 0 593762697 16244736 3132 33554432000 4194304 4352236 140733989792640 18446744073709551615 4250978 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 3966 3132 125 39 0 3046 0
[pid=20755] ppid=20750 vsize=44784 CPUtime=0.8 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 30361 0 0 0 76 4 0 0 25 0 1 0 593762697 45858816 7069 33554432000 4194304 4331988 140737097896688 18446744073709551615 4219145 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 11196 7069 148 34 0 9638 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 670336

[startup+3.10049 s]
/proc/loadavg: 5.73 7.48 7.82 10/187 20767
/proc/meminfo: memFree=16889888/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=71120 CPUtime=3.08 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 15952 0 0 0 306 2 0 0 25 0 1 0 593762697 72826880 11935 33554432000 4194304 4587354 140736098489328 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 17780 11935 330 96 0 14342 0
[pid=20752] ppid=20750 vsize=38588 CPUtime=3.09 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 9044 0 0 0 308 1 0 0 25 0 1 0 593762697 39514112 6942 33554432000 4194304 4785740 140734510228208 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 9647 6942 340 145 0 6692 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=1.45 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 145 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=17780 CPUtime=3.08 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 6453 0 0 0 308 0 0 0 25 0 1 0 593762697 18206720 3484 33554432000 4194304 4352236 140733989792640 18446744073709551615 4267594 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 4445 3484 125 39 0 3525 0
[pid=20755] ppid=20750 vsize=108332 CPUtime=1.61 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 52439 0 0 0 154 7 0 0 25 0 1 0 593762697 110931968 22663 33554432000 4194304 4331988 140737097896688 18446744073709551615 4256854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 27083 22663 151 34 0 25525 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 728052

[startup+6.30093 s]
/proc/loadavg: 5.99 7.51 7.83 10/187 20767
/proc/meminfo: memFree=16540680/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=890160 CPUtime=6.28 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 19041 0 0 0 625 3 0 0 25 0 1 0 593762697 911523840 12192 33554432000 4194304 4587354 140736098489328 18446744073709551615 4237649 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 222540 12192 339 96 0 219102 0
[pid=20752] ppid=20750 vsize=54368 CPUtime=6.29 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 12911 0 0 0 627 2 0 0 25 0 1 0 593762697 55672832 10809 33554432000 4194304 4785740 140734510228208 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 13592 10809 340 145 0 10637 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=3.04 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 304 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=20864 CPUtime=6.27 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 7110 0 0 0 625 2 0 0 25 0 1 0 593762697 21364736 4129 33554432000 4194304 4352236 140733989792640 18446744073709551615 4233914 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 5216 4129 127 39 0 4296 0
[pid=20755] ppid=20750 vsize=108332 CPUtime=3.21 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 52439 0 0 0 314 7 0 0 25 0 1 0 593762697 110931968 22663 33554432000 4194304 4331988 140737097896688 18446744073709551615 4256864 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 27083 22663 151 34 0 25525 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1565956

[startup+12.7008 s]
/proc/loadavg: 6.31 7.55 7.84 10/187 20768
/proc/meminfo: memFree=16286420/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=890160 CPUtime=12.68 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 19090 0 0 0 1265 3 0 0 25 0 1 0 593762697 911523840 12241 33554432000 4194304 4587354 140736098489328 18446744073709551615 4449074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 222540 12241 339 96 0 219102 0
[pid=20752] ppid=20750 vsize=78900 CPUtime=12.68 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 18946 0 0 0 1265 3 0 0 25 0 1 0 593762697 80793600 16844 33554432000 4194304 4785740 140734510228208 18446744073709551615 4552910 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 19725 16844 340 145 0 16770 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=6.23 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 623 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134528250 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=30624 CPUtime=12.68 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 10522 0 0 0 1265 3 0 0 25 0 1 0 593762697 31358976 6824 33554432000 4194304 4352236 140733989792640 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 7656 6824 127 39 0 6736 0
[pid=20755] ppid=20750 vsize=228848 CPUtime=6.37 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 91706 0 0 0 626 11 0 0 25 0 1 0 593762697 234340352 46603 33554432000 4194304 4331988 140737097896688 18446744073709551615 4252204 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 57212 46603 151 34 0 55654 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 1720764

[startup+25.5006 s]
/proc/loadavg: 6.91 7.62 7.86 10/187 20768
/proc/meminfo: memFree=8339276/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=848604 CPUtime=25.49 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 22530 0 0 0 2545 4 0 0 25 0 1 0 593762697 868970496 14657 33554432000 4194304 4587354 140736098489328 18446744073709551615 4230306 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 212151 14657 339 96 0 208713 0
[pid=20752] ppid=20750 vsize=102408 CPUtime=25.48 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 24594 0 0 0 2544 4 0 0 25 0 1 0 593762697 104865792 22492 33554432000 4194304 4785740 140734510228208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 25602 22492 340 145 0 22647 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=12.63 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 1263 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=35188 CPUtime=25.47 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 12243 0 0 0 2544 3 0 0 25 0 1 0 593762697 36032512 7965 33554432000 4194304 4352236 140733989792640 18446744073709551615 4241616 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 8797 7965 127 39 0 7877 0
[pid=20755] ppid=20750 vsize=459932 CPUtime=12.7 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 239945 0 0 0 1240 30 0 0 25 0 1 0 593762697 470970368 86000 33554432000 4194304 4331988 140737097896688 18446744073709551615 4252215 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 114983 86000 160 34 0 113425 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 1938364

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

[startup+31.9065 s]
/proc/loadavg: 7.08 7.64 7.86 10/187 20768
/proc/meminfo: memFree=4347336/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=859076 CPUtime=31.89 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 25260 0 0 0 3185 4 0 0 25 0 1 0 593762697 879693824 17387 33554432000 4194304 4587354 140736098489328 18446744073709551615 4357642 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 214769 17387 339 96 0 211331 0
[pid=20752] ppid=20750 vsize=103504 CPUtime=31.89 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 24859 0 0 0 3185 4 0 0 25 0 1 0 593762697 105988096 22757 33554432000 4194304 4785740 140734510228208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 25876 22757 340 145 0 22921 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=15.8 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 1580 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=37140 CPUtime=31.88 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 12733 0 0 0 3185 3 0 0 25 0 1 0 593762697 38031360 8453 33554432000 4194304 4352236 140733989792640 18446744073709551615 4207597 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 9285 8453 127 39 0 8365 0
[pid=20755] ppid=20750 vsize=336864 CPUtime=15.9 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 242713 0 0 0 1559 31 0 0 25 0 1 0 593762697 344948736 56999 33554432000 4194304 4331988 140737097896688 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 84216 56999 172 34 0 82658 0
Current children cumulated CPU time (s) 127.36
Current children cumulated vsize (KiB) 1828816

[startup+33.5012 s]
/proc/loadavg: 7.23 7.66 7.87 10/187 20768
/proc/meminfo: memFree=3681828/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=864208 CPUtime=33.48 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 26390 0 0 0 3344 4 0 0 25 0 1 0 593762697 884948992 18517 33554432000 4194304 4587354 140736098489328 18446744073709551615 4237607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 216052 18517 339 96 0 212614 0
[pid=20752] ppid=20750 vsize=104348 CPUtime=33.48 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 25055 0 0 0 3344 4 0 0 25 0 1 0 593762697 106852352 22953 33554432000 4194304 4785740 140734510228208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 26087 22953 340 145 0 23132 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=16.59 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 1659 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=39380 CPUtime=33.46 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 13293 0 0 0 3343 3 0 0 25 0 1 0 593762697 40325120 9013 33554432000 4194304 4352236 140733989792640 18446744073709551615 4267559 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 9845 9013 127 39 0 8925 0
[pid=20755] ppid=20750 vsize=336864 CPUtime=16.7 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 242730 0 0 0 1639 31 0 0 25 0 1 0 593762697 344948736 57016 33554432000 4194304 4331988 140737097896688 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 84216 57016 175 34 0 82658 0
Current children cumulated CPU time (s) 133.71
Current children cumulated vsize (KiB) 1837032

[startup+34.301 s]
/proc/loadavg: 7.23 7.66 7.87 10/187 20768
/proc/meminfo: memFree=3025028/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=864208 CPUtime=34.28 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 26492 0 0 0 3424 4 0 0 25 0 1 0 593762697 884948992 18619 33554432000 4194304 4587354 140736098489328 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 216052 18619 339 96 0 212614 0
[pid=20752] ppid=20750 vsize=106048 CPUtime=34.28 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 25474 0 0 0 3424 4 0 0 25 0 1 0 593762697 108593152 23372 33554432000 4194304 4785740 140734510228208 18446744073709551615 215988289744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 26512 23372 340 145 0 23557 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=16.98 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 1698 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=39380 CPUtime=34.26 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 13293 0 0 0 3423 3 0 0 25 0 1 0 593762697 40325120 9013 33554432000 4194304 4352236 140733989792640 18446744073709551615 4307904 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 9845 9013 127 39 0 8925 0
[pid=20755] ppid=20750 vsize=336864 CPUtime=17.1 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 242730 0 0 0 1679 31 0 0 25 0 1 0 593762697 344948736 57016 33554432000 4194304 4331988 140737097896688 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 84216 57016 175 34 0 82658 0
Current children cumulated CPU time (s) 136.9
Current children cumulated vsize (KiB) 1838732

[startup+34.701 s]
/proc/loadavg: 7.23 7.66 7.87 10/187 20768
/proc/meminfo: memFree=3025028/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=864208 CPUtime=34.68 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 26492 0 0 0 3464 4 0 0 25 0 1 0 593762697 884948992 18619 33554432000 4194304 4587354 140736098489328 18446744073709551615 4445957 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 216052 18619 339 96 0 212614 0
[pid=20752] ppid=20750 vsize=107012 CPUtime=34.68 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 25715 0 0 0 3464 4 0 0 25 0 1 0 593762697 109580288 23613 33554432000 4194304 4785740 140734510228208 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 26753 23613 340 145 0 23798 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=17.18 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 1718 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=39380 CPUtime=34.66 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 13293 0 0 0 3463 3 0 0 25 0 1 0 593762697 40325120 9013 33554432000 4194304 4352236 140733989792640 18446744073709551615 4208789 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 9845 9013 127 39 0 8925 0
[pid=20755] ppid=20750 vsize=336864 CPUtime=17.3 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 242730 0 0 0 1699 31 0 0 25 0 1 0 593762697 344948736 57016 33554432000 4194304 4331988 140737097896688 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 84216 57016 175 34 0 82658 0
Current children cumulated CPU time (s) 138.5
Current children cumulated vsize (KiB) 1839696

[startup+35.1009 s]
/proc/loadavg: 7.23 7.66 7.87 10/187 20768
/proc/meminfo: memFree=2371424/32950940 swapFree=67111528/67111528
[pid=20750] ppid=20748 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (ppfolio) S 20748 20750 20083 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593762696 18763776 390 33554432000 4194304 4287625 140735934211728 18446744073709551615 215988612623 0 0 4096 65536 4593012329553068031 0 0 17 4 0 0 0
/proc/20750/statm: 4581 390 341 23 0 91 0
[pid=20751] ppid=20750 vsize=864208 CPUtime=35.09 cores=0
/proc/20751/stat : 20751 (cryptominisat) R 20750 20750 20083 0 -1 4202496 26506 0 0 0 3505 4 0 0 25 0 1 0 593762697 884948992 18632 33554432000 4194304 4587354 140736098489328 18446744073709551615 215988241804 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20751/statm: 216052 18632 352 96 0 212614 0
[pid=20752] ppid=20750 vsize=108172 CPUtime=35.09 cores=4
/proc/20752/stat : 20752 (clasp) R 20750 20750 20083 0 -1 4202496 25967 0 0 0 3505 4 0 0 25 0 1 0 593762697 110768128 23865 33554432000 4194304 4785740 140734510228208 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20752/statm: 27043 23865 340 145 0 24088 0
[pid=20753] ppid=20750 vsize=473908 CPUtime=17.38 cores=6
/proc/20753/stat : 20753 (TNM) R 20750 20750 20083 0 -1 4202496 8965 0 0 0 1738 0 0 0 25 0 1 0 593762697 485281792 8861 33554432000 134512640 134534564 4286684016 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20753/statm: 118477 8861 95 6 0 117143 0
[pid=20754] ppid=20750 vsize=39380 CPUtime=35.06 cores=2
/proc/20754/stat : 20754 (lingeling) R 20750 20750 20083 0 -1 4202496 13293 0 0 0 3503 3 0 0 25 0 1 0 593762697 40325120 9013 33554432000 4194304 4352236 140733989792640 18446744073709551615 4205880 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20754/statm: 9845 9013 127 39 0 8925 0
[pid=20755] ppid=20750 vsize=336996 CPUtime=17.5 cores=6
/proc/20755/stat : 20755 (march_hi) R 20750 20750 20083 0 -1 4202496 242735 0 0 0 1719 31 0 0 25 0 1 0 593762697 345083904 57021 33554432000 4194304 4331988 140737097896688 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20755/statm: 84249 57021 175 34 0 82691 0
Current children cumulated CPU time (s) 140.12
Current children cumulated vsize (KiB) 1840988

Child status: 0
Real time (s): 35.134
CPU time (s): 140.263
CPU user time (s): 139.781
CPU system time (s): 0.481926
CPU usage (%): 399.222
Max. virtual memory (cumulated for all children) (KiB): 1938364

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

runsolver used 0.069989 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 02:01:59
IDJOB=3286408
IDBENCH=82424
IDSOLVER=1612
FILE ID=node117/3286408-1304035319
RUNJOBID= node117-1304035319-20736
PBS_JOBID= 13170335
Free space on /tmp= 71672 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286408-1304035319/watcher-3286408-1304035319 -o /tmp/evaluation-result-3286408-1304035319/solver-3286408-1304035319 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3286408-1304035319.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1012800122

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17535328 kB
Buffers:       2375228 kB
Cached:       12392476 kB
SwapCached:          0 kB
Active:        8084228 kB
Inactive:      6751328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17535328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20700 kB
Writeback:           0 kB
AnonPages:       66728 kB
Mapped:          14404 kB
Slab:           517408 kB
PageTables:       4536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   191536 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= 71600 MiB
End job on node117 at 2011-04-29 02:02:34