Trace number 3286317

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 586.038 586.028

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.01	Starting clasp 1.3.6 on core(s) 1
0.00/0.01	Starting TNM 2009 on core(s) 1
585.98/586.01	s UNSATISFIABLE
585.98/586.02	solver [1] cryptominisat 2.7.1 answered
585.98/586.02	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-3286317-1303764019/watcher-3286317-1303764019 -o /tmp/evaluation-result-3286317-1303764019/solver-3286317-1303764019 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3286317-1303764019.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.67 10.81 9.17 11/198 27255
/proc/meminfo: memFree=11826908/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18188 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) R 27253 27255 25750 0 -1 4194304 342 0 0 0 0 0 0 0 23 0 1 0 468818216 18624512 278 33554432000 4194304 4287625 140733683596704 18446744073709551615 47158678478224 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27255/statm: 4547 287 243 23 0 57 0

[startup+0.066728 s]
/proc/loadavg: 10.67 10.81 9.17 11/198 27255
/proc/meminfo: memFree=11826908/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4474246519494508808 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100736 s]
/proc/loadavg: 10.67 10.81 9.17 11/198 27255
/proc/meminfo: memFree=11826908/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4474246519494508808 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300689 s]
/proc/loadavg: 10.67 10.81 9.17 11/198 27255
/proc/meminfo: memFree=11826908/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877052747251712 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700619 s]
/proc/loadavg: 10.67 10.81 9.17 11/198 27255
/proc/meminfo: memFree=11826908/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 21 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50047 s]
/proc/loadavg: 10.67 10.81 9.17 13/202 27259
/proc/meminfo: memFree=11730932/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 21 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=51516 CPUtime=0.49 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 7192 0 0 0 49 0 0 0 25 0 1 0 468818217 52752384 7031 33554432000 4194304 4587354 140736890347344 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 12879 7031 307 96 0 9441 0
[pid=27258] ppid=27255 vsize=39456 CPUtime=0.39 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 9942 0 0 0 39 0 0 0 25 0 1 0 468818217 40402944 7068 33554432000 4194304 4785740 140735571843232 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 9864 7068 326 145 0 6909 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=0.58 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 56 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 583212

[startup+3.10119 s]
/proc/loadavg: 10.67 10.81 9.17 13/202 27259
/proc/meminfo: memFree=11730312/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 21 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=51648 CPUtime=0.99 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 7225 0 0 0 99 0 0 0 25 0 1 0 468818217 52887552 7064 33554432000 4194304 4587354 140736890347344 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 12912 7064 307 96 0 9474 0
[pid=27258] ppid=27255 vsize=39456 CPUtime=0.93 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 9961 0 0 0 93 0 0 0 25 0 1 0 468818217 40402944 7087 33554432000 4194304 4785740 140735571843232 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 9864 7087 340 145 0 6909 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=1.14 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 112 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 583344

[startup+6.30062 s]
/proc/loadavg: 10.78 10.83 9.18 13/202 27259
/proc/meminfo: memFree=11702592/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610878427136786432 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=82432 CPUtime=2.09 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 15353 0 0 0 207 2 0 0 25 0 1 0 468818217 84410368 13811 33554432000 4194304 4587354 140736890347344 18446744073709551615 4237649 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 20608 13811 330 96 0 17170 0
[pid=27258] ppid=27255 vsize=39456 CPUtime=1.99 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 9961 0 0 0 199 0 0 0 25 0 1 0 468818217 40402944 7087 33554432000 4194304 4785740 140735571843232 18446744073709551615 4545881 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 9864 7087 340 145 0 6909 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=2.18 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 216 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 614128

[startup+12.7005 s]
/proc/loadavg: 10.88 10.85 9.20 13/202 27260
/proc/meminfo: memFree=11672380/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610878702014693376 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=82552 CPUtime=4.19 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 17185 0 0 0 417 2 0 0 25 0 1 0 468818217 84533248 15633 33554432000 4194304 4587354 140736890347344 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 20638 15633 331 96 0 17200 0
[pid=27258] ppid=27255 vsize=45972 CPUtime=4.13 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 11594 0 0 0 412 1 0 0 25 0 1 0 468818217 47075328 8720 33554432000 4194304 4785740 140735571843232 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 11493 8720 340 145 0 8538 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=4.34 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 432 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 620764

[startup+25.5012 s]
/proc/loadavg: 11.12 10.91 9.24 13/202 27260
/proc/meminfo: memFree=11623012/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610878839453646848 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1513308 CPUtime=8.49 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 22156 0 0 0 845 4 0 0 25 0 1 0 468818217 1549627392 16604 33554432000 4194304 4587354 140736890347344 18446744073709551615 4237461 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 378327 16604 331 96 0 374889 0
[pid=27258] ppid=27255 vsize=65152 CPUtime=8.39 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 16374 0 0 0 837 2 0 0 25 0 1 0 468818217 66715648 13500 33554432000 4194304 4785740 140735571843232 18446744073709551615 4309551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 16288 13500 340 145 0 13333 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=8.59 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 857 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2070700

[startup+51.1006 s]
/proc/loadavg: 11.37 10.98 9.31 13/202 27291
/proc/meminfo: memFree=12377928/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877602503065600 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1513308 CPUtime=16.99 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 22992 0 0 0 1695 4 0 0 25 0 1 0 468818217 1549627392 17431 33554432000 4194304 4587354 140736890347344 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 378327 17431 339 96 0 374889 0
[pid=27258] ppid=27255 vsize=90840 CPUtime=16.94 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 22654 0 0 0 1691 3 0 0 25 0 1 0 468818217 93020160 19780 33554432000 4194304 4785740 140735571843232 18446744073709551615 4553148 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 22710 19780 340 145 0 19755 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=17.14 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 1712 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528534 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2096388

[startup+102.307 s]
/proc/loadavg: 11.72 11.13 9.45 13/202 27292
/proc/meminfo: memFree=12240424/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877739942019072 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1517364 CPUtime=34.08 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 28845 0 0 0 3403 5 0 0 25 0 1 0 468818217 1553780736 14693 33554432000 4194304 4587354 140736890347344 18446744073709551615 4449074 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 379341 14693 339 96 0 375903 0
[pid=27258] ppid=27255 vsize=136628 CPUtime=33.98 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 33953 0 0 0 3392 6 0 0 25 0 1 0 468818217 139907072 31079 33554432000 4194304 4785740 140735571843232 18446744073709551615 4552483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 34157 31079 340 145 0 31202 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=34.2 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 3418 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528690 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2146232

[startup+162.301 s]
/proc/loadavg: 11.69 11.24 9.59 12/201 27384
/proc/meminfo: memFree=12023024/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610878289697832960 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1575952 CPUtime=54.08 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 32371 0 0 0 5402 6 0 0 25 0 1 0 468818217 1613774848 18213 33554432000 4194304 4587354 140736890347344 18446744073709551615 4450807 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 393988 18213 339 96 0 390550 0
[pid=27258] ppid=27255 vsize=156448 CPUtime=53.98 cores=1

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

/proc/27258/statm: 51104 48007 340 145 0 48149 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=114.22 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 11420 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 2281196

[startup+402.301 s]
/proc/loadavg: 9.22 10.41 9.65 10/193 27437
/proc/meminfo: memFree=12773600/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877052747251712 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1578336 CPUtime=134.07 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39641 0 0 0 13400 7 0 0 25 0 1 0 468818217 1616216064 25426 33554432000 4194304 4587354 140736890347344 18446744073709551615 4243380 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 394584 25426 339 96 0 391146 0
[pid=27258] ppid=27255 vsize=204416 CPUtime=133.98 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 50895 0 0 0 13387 11 0 0 25 0 1 0 468818217 209321984 48021 33554432000 4194304 4785740 140735571843232 18446744073709551615 4309522 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 51104 48021 340 145 0 48149 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=134.22 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 13420 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 2274992

[startup+462.301 s]
/proc/loadavg: 9.08 10.15 9.61 10/193 27439
/proc/meminfo: memFree=12699652/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877465064112128 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1578728 CPUtime=154.06 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39645 0 0 0 15399 7 0 0 25 0 1 0 468818217 1616617472 25427 33554432000 4194304 4587354 140736890347344 18446744073709551615 4237655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 394682 25427 339 96 0 391244 0
[pid=27258] ppid=27255 vsize=227116 CPUtime=153.99 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 56586 0 0 0 15386 13 0 0 25 0 1 0 468818217 232566784 53712 33554432000 4194304 4785740 140735571843232 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 56779 53712 340 145 0 53824 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=154.22 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 15420 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 2298084

[startup+522.3 s]
/proc/loadavg: 9.03 9.94 9.57 10/193 27440
/proc/meminfo: memFree=12646800/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610878152258879488 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1574268 CPUtime=174.06 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39646 0 0 0 17399 7 0 0 25 0 1 0 468818217 1612050432 25427 33554432000 4194304 4587354 140736890347344 18446744073709551615 4238712 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 393567 25427 339 96 0 390129 0
[pid=27258] ppid=27255 vsize=240544 CPUtime=173.99 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 59935 0 0 0 17386 13 0 0 25 0 1 0 468818217 246317056 57061 33554432000 4194304 4785740 140735571843232 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 60136 57061 340 145 0 57181 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=174.22 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 17420 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134529068 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 2307052

[startup+582.301 s]
/proc/loadavg: 9.01 9.76 9.53 10/193 27442
/proc/meminfo: memFree=12569140/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877877380972544 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1584172 CPUtime=194.06 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39676 0 0 0 19399 7 0 0 25 0 1 0 468818217 1622192128 25455 33554432000 4194304 4587354 140736890347344 18446744073709551615 4253243 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 396043 25455 339 96 0 392605 0
[pid=27258] ppid=27255 vsize=243308 CPUtime=194 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 60574 0 0 0 19387 13 0 0 25 0 1 0 468818217 249147392 57700 33554432000 4194304 4785740 140735571843232 18446744073709551615 4309625 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 60827 57700 340 145 0 57872 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=194.21 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 19419 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 2319720

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

[startup+583.9 s]
/proc/loadavg: 9.01 9.76 9.53 10/193 27442
/proc/meminfo: memFree=12568024/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877877380972544 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1584172 CPUtime=194.6 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39676 0 0 0 19453 7 0 0 25 0 1 0 468818217 1622192128 25455 33554432000 4194304 4587354 140736890347344 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 396043 25455 339 96 0 392605 0
[pid=27258] ppid=27255 vsize=243308 CPUtime=194.56 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 60574 0 0 0 19443 13 0 0 25 0 1 0 468818217 249147392 57700 33554432000 4194304 4785740 140735571843232 18446744073709551615 4552653 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 60827 57700 340 145 0 57872 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=194.71 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 19469 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 583.87
Current children cumulated vsize (KiB) 2319720

[startup+584.7 s]
/proc/loadavg: 9.01 9.76 9.53 10/193 27442
/proc/meminfo: memFree=12567520/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877877380972544 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1584172 CPUtime=194.86 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39676 0 0 0 19479 7 0 0 25 0 1 0 468818217 1622192128 25455 33554432000 4194304 4587354 140736890347344 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 396043 25455 339 96 0 392605 0
[pid=27258] ppid=27255 vsize=243308 CPUtime=194.8 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 60574 0 0 0 19467 13 0 0 25 0 1 0 468818217 249147392 57700 33554432000 4194304 4785740 140735571843232 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 60827 57700 340 145 0 57872 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=195.01 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 19499 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 584.67
Current children cumulated vsize (KiB) 2319720

[startup+585.501 s]
/proc/loadavg: 9.01 9.75 9.52 10/193 27442
/proc/meminfo: memFree=12566776/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877877380972544 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1584172 CPUtime=195.16 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39676 0 0 0 19509 7 0 0 25 0 1 0 468818217 1622192128 25455 33554432000 4194304 4587354 140736890347344 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 396043 25455 339 96 0 392605 0
[pid=27258] ppid=27255 vsize=243308 CPUtime=195.06 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 60574 0 0 0 19493 13 0 0 25 0 1 0 468818217 249147392 57700 33554432000 4194304 4785740 140735571843232 18446744073709551615 4278587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 60827 57700 340 145 0 57872 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=195.26 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 19524 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 585.48
Current children cumulated vsize (KiB) 2319720

[startup+585.901 s]
/proc/loadavg: 9.01 9.75 9.52 10/193 27442
/proc/meminfo: memFree=12566776/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 4610877877380972544 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1584172 CPUtime=195.26 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39676 0 0 0 19519 7 0 0 25 0 1 0 468818217 1622192128 25455 33554432000 4194304 4587354 140736890347344 18446744073709551615 212039314164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 396043 25455 339 96 0 392605 0
[pid=27258] ppid=27255 vsize=243308 CPUtime=195.2 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 60574 0 0 0 19507 13 0 0 25 0 1 0 468818217 249147392 57700 33554432000 4194304 4785740 140735571843232 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 60827 57700 340 145 0 57872 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=195.41 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 19539 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 585.87
Current children cumulated vsize (KiB) 2319720

[startup+586.001 s]
/proc/loadavg: 9.01 9.75 9.52 10/193 27442
/proc/meminfo: memFree=12566776/32951124 swapFree=67111528/67111528
[pid=27255] ppid=27253 vsize=18324 CPUtime=0 cores=1,3
/proc/27255/stat : 27255 (ppfolio) S 27253 27255 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468818216 18763776 393 33554432000 4194304 4287625 140733683596704 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27255/statm: 4581 393 345 23 0 91 0
[pid=27257] ppid=27255 vsize=1570956 CPUtime=195.31 cores=1
/proc/27257/stat : 27257 (cryptominisat) R 27255 27255 25750 0 -1 4202496 39690 0 0 0 19523 8 0 0 18 0 1 0 468818217 1608658944 22950 33554432000 4194304 4587354 140736890347344 18446744073709551615 212039313170 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27257/statm: 392739 22950 352 96 0 389301 0
[pid=27258] ppid=27255 vsize=243308 CPUtime=195.26 cores=1
/proc/27258/stat : 27258 (clasp) R 27255 27255 25750 0 -1 4202496 60574 0 0 0 19513 13 0 0 25 0 1 0 468818217 249147392 57700 33554432000 4194304 4785740 140735571843232 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27258/statm: 60827 57700 340 145 0 57872 0
[pid=27259] ppid=27255 vsize=473916 CPUtime=195.41 cores=1
/proc/27259/stat : 27259 (TNM) R 27255 27255 25750 0 -1 4202496 9526 0 0 0 19539 2 0 0 25 0 1 0 468818217 485289984 9423 33554432000 134512640 134534564 4290374208 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27259/statm: 118479 9423 95 6 0 117145 0
Current children cumulated CPU time (s) 585.98
Current children cumulated vsize (KiB) 2306504

Child status: 0
Real time (s): 586.028
CPU time (s): 586.038
CPU user time (s): 585.773
CPU system time (s): 0.264959
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3760104

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

runsolver used 0.957854 second user time and 2.24166 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 22:40:20
IDJOB=3286317
IDBENCH=82422
IDSOLVER=1613
FILE ID=node146/3286317-1303764019
RUNJOBID= node146-1303762644-27013
PBS_JOBID= 13154065
Free space on /tmp= 72744 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286317-1303764019/watcher-3286317-1303764019 -o /tmp/evaluation-result-3286317-1303764019/solver-3286317-1303764019 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3286317-1303764019.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1880347395

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:      11827064 kB
Buffers:       2074480 kB
Cached:       16694872 kB
SwapCached:          0 kB
Active:       11458664 kB
Inactive:      9126792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11827064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           42464 kB
Writeback:          72 kB
AnonPages:     1815244 kB
Mapped:          17888 kB
Slab:           469384 kB
PageTables:       9892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6762764 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= 72812 MiB
End job on node146 at 2011-04-25 22:50:06