Trace number 3310251

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 49.1115 6.27697

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.9334
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 8 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] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
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) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
48.69/6.26	s UNSATISFIABLE
48.69/6.27	solver [5] plingeling 276-6264d55-100731 answered
48.69/6.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-3310251-1304007573/watcher-3310251-1304007573 -o /tmp/evaluation-result-3310251-1304007573/solver-3310251-1304007573 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310251-1304007573.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.81 7.94 7.97 2/170 29594
/proc/meminfo: memFree=11934336/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 6 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0

[startup+0.0521101 s]
/proc/loadavg: 7.81 7.94 7.97 2/170 29594
/proc/meminfo: memFree=11934336/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 6 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101102 s]
/proc/loadavg: 7.81 7.94 7.97 2/170 29594
/proc/meminfo: memFree=11934336/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 6 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301034 s]
/proc/loadavg: 7.81 7.94 7.97 2/170 29594
/proc/meminfo: memFree=11934336/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700961 s]
/proc/loadavg: 7.81 7.94 7.97 2/170 29594
/proc/meminfo: memFree=11934336/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50081 s]
/proc/loadavg: 7.81 7.94 7.97 9/180 29609
/proc/meminfo: memFree=11748728/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
[pid=29595] ppid=29594 vsize=71124 CPUtime=1.49 cores=0
/proc/29595/stat : 29595 (cryptominisat) R 29594 29594 29527 0 -1 4202496 15591 0 0 0 147 2 0 0 20 0 1 0 512357759 72830976 11584 33554432000 4194304 4587354 140737001087792 18446744073709551615 4228206 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29595/statm: 17781 11584 328 96 0 14343 0
[pid=29596] ppid=29594 vsize=35696 CPUtime=1.49 cores=1
/proc/29596/stat : 29596 (clasp) R 29594 29594 29527 0 -1 4202496 8269 0 0 0 148 1 0 0 20 0 1 0 512357759 36552704 6167 33554432000 4194304 4785740 140734731521520 18446744073709551615 4553027 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29596/statm: 8924 6167 340 145 0 5969 0
[pid=29597] ppid=29594 vsize=473908 CPUtime=1.48 cores=2
/proc/29597/stat : 29597 (TNM) R 29594 29594 29527 0 -1 4202496 8964 0 0 0 147 1 0 0 25 0 1 0 512357759 485281792 8860 33554432000 134512640 134534564 4292272192 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29597/statm: 118477 8860 95 6 0 117143 0
[pid=29598] ppid=29594 vsize=108332 CPUtime=1.48 cores=3
/proc/29598/stat : 29598 (march_hi) R 29594 29594 29527 0 -1 4202496 52439 0 0 0 142 6 0 0 20 0 1 0 512357759 110931968 22663 33554432000 4194304 4331988 140736363267296 18446744073709551615 4256838 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 27083 22663 151 34 0 25525 0
[pid=29599] ppid=29594 vsize=91308 CPUtime=5.26 cores=4-7
/proc/29599/stat : 29599 (plingeling) S 29594 29594 29527 0 -1 4202496 22102 1251 0 0 523 3 0 0 18 0 5 0 512357759 93499392 11281 33554432000 4194304 4356188 140736886738896 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29599/statm: 22827 11281 159 40 0 21371 0
[pid=29599/tid=29606] ppid=29594 vsize=91308 CPUtime=1.25 cores=4-7
/proc/29599/task/29606/stat : 29606 (plingeling) R 29594 29594 29527 0 -1 4202560 4121 1251 0 0 125 0 0 0 25 0 5 0 512357783 93499392 11281 33554432000 4194304 4356188 140736886738896 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29599/tid=29607] ppid=29594 vsize=91308 CPUtime=1.25 cores=4-7
/proc/29599/task/29607/stat : 29607 (plingeling) R 29594 29594 29527 0 -1 4202560 3924 1251 0 0 125 0 0 0 25 0 5 0 512357783 93499392 11281 33554432000 4194304 4356188 140736886738896 18446744073709551615 4321963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29599/tid=29608] ppid=29594 vsize=91308 CPUtime=1.25 cores=4-7
/proc/29599/task/29608/stat : 29608 (plingeling) R 29594 29594 29527 0 -1 4202560 3901 1251 0 0 125 0 0 0 22 0 5 0 512357783 93499392 11281 33554432000 4194304 4356188 140736886738896 18446744073709551615 4322048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29599/tid=29609] ppid=29594 vsize=91308 CPUtime=1.25 cores=4-7
/proc/29599/task/29609/stat : 29609 (plingeling) R 29594 29594 29527 0 -1 4202560 3383 1251 0 0 125 0 0 0 19 0 5 0 512357783 93499392 11281 33554432000 4194304 4356188 140736886738896 18446744073709551615 4331259 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (KiB) 798692

[startup+3.10052 s]
/proc/loadavg: 7.81 7.94 7.97 9/180 29609
/proc/meminfo: memFree=11685488/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
[pid=29595] ppid=29594 vsize=71124 CPUtime=3.09 cores=0
/proc/29595/stat : 29595 (cryptominisat) R 29594 29594 29527 0 -1 4202496 15961 0 0 0 307 2 0 0 25 0 1 0 512357759 72830976 11944 33554432000 4194304 4587354 140737001087792 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29595/statm: 17781 11944 330 96 0 14343 0
[pid=29596] ppid=29594 vsize=39652 CPUtime=3.09 cores=1
/proc/29596/stat : 29596 (clasp) R 29594 29594 29527 0 -1 4202496 9303 0 0 0 308 1 0 0 25 0 1 0 512357759 40603648 7201 33554432000 4194304 4785740 140734731521520 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29596/statm: 9913 7201 340 145 0 6958 0
[pid=29597] ppid=29594 vsize=473908 CPUtime=3.08 cores=2
/proc/29597/stat : 29597 (TNM) R 29594 29594 29527 0 -1 4202496 8964 0 0 0 307 1 0 0 25 0 1 0 512357759 485281792 8860 33554432000 134512640 134534564 4292272192 18446744073709551615 134525976 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29597/statm: 118477 8860 95 6 0 117143 0
[pid=29598] ppid=29594 vsize=108332 CPUtime=3.08 cores=3
/proc/29598/stat : 29598 (march_hi) R 29594 29594 29527 0 -1 4202496 52439 0 0 0 302 6 0 0 25 0 1 0 512357759 110931968 22663 33554432000 4194304 4331988 140736363267296 18446744073709551615 4256864 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 27083 22663 151 34 0 25525 0
[pid=29599] ppid=29594 vsize=100092 CPUtime=11.65 cores=4-7
/proc/29599/stat : 29599 (plingeling) S 29594 29594 29527 0 -1 4202496 24289 1251 0 0 1162 3 0 0 18 0 5 0 512357759 102494208 13468 33554432000 4194304 4356188 140736886738896 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29599/statm: 25023 13468 164 40 0 23567 0
[pid=29599/tid=29606] ppid=29594 vsize=100092 CPUtime=2.84 cores=4-7
/proc/29599/task/29606/stat : 29606 (plingeling) R 29594 29594 29527 0 -1 4202560 4605 1251 0 0 284 0 0 0 25 0 5 0 512357783 102494208 13468 33554432000 4194304 4356188 140736886738896 18446744073709551615 4270599 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29599/tid=29607] ppid=29594 vsize=100092 CPUtime=2.85 cores=4-7
/proc/29599/task/29607/stat : 29607 (plingeling) R 29594 29594 29527 0 -1 4202560 4664 1251 0 0 285 0 0 0 25 0 5 0 512357783 102494208 13468 33554432000 4194304 4356188 140736886738896 18446744073709551615 4270551 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29599/tid=29608] ppid=29594 vsize=100092 CPUtime=2.85 cores=4-7
/proc/29599/task/29608/stat : 29608 (plingeling) R 29594 29594 29527 0 -1 4202560 4767 1251 0 0 285 0 0 0 25 0 5 0 512357783 102494208 13468 33554432000 4194304 4356188 140736886738896 18446744073709551615 4255082 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29599/tid=29609] ppid=29594 vsize=100092 CPUtime=2.85 cores=4-7
/proc/29599/task/29609/stat : 29609 (plingeling) R 29594 29594 29527 0 -1 4202560 3480 1251 0 0 285 0 0 0 23 0 5 0 512357783 102494208 13468 33554432000 4194304 4356188 140736886738896 18446744073709551615 4236829 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.99
Current children cumulated vsize (KiB) 811432

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

[startup+4.70122 s]
/proc/loadavg: 7.83 7.94 7.97 9/180 29609
/proc/meminfo: memFree=11672220/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
[pid=29595] ppid=29594 vsize=71124 CPUtime=4.69 cores=0
/proc/29595/stat : 29595 (cryptominisat) R 29594 29594 29527 0 -1 4202496 16309 0 0 0 467 2 0 0 25 0 1 0 512357759 72830976 12281 33554432000 4194304 4587354 140737001087792 18446744073709551615 4241108 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29595/statm: 17781 12281 330 96 0 14343 0
[pid=29596] ppid=29594 vsize=49404 CPUtime=4.68 cores=1
/proc/29596/stat : 29596 (clasp) R 29594 29594 29527 0 -1 4202496 11710 0 0 0 467 1 0 0 25 0 1 0 512357759 50589696 9608 33554432000 4194304 4785740 140734731521520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29596/statm: 12351 9608 340 145 0 9396 0
[pid=29597] ppid=29594 vsize=473908 CPUtime=4.69 cores=2
/proc/29597/stat : 29597 (TNM) R 29594 29594 29527 0 -1 4202496 8964 0 0 0 467 2 0 0 25 0 1 0 512357759 485281792 8860 33554432000 134512640 134534564 4292272192 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29597/statm: 118477 8860 95 6 0 117143 0
[pid=29598] ppid=29594 vsize=108332 CPUtime=4.69 cores=3
/proc/29598/stat : 29598 (march_hi) R 29594 29594 29527 0 -1 4202496 52439 0 0 0 463 6 0 0 25 0 1 0 512357759 110931968 22663 33554432000 4194304 4331988 140736363267296 18446744073709551615 4256838 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 27083 22663 151 34 0 25525 0
[pid=29599] ppid=29594 vsize=102140 CPUtime=18.04 cores=4-7
/proc/29599/stat : 29599 (plingeling) S 29594 29594 29527 0 -1 4202496 24801 1251 0 0 1801 3 0 0 18 0 5 0 512357759 104591360 13980 33554432000 4194304 4356188 140736886738896 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29599/statm: 25535 13980 164 40 0 24079 0
[pid=29599/tid=29606] ppid=29594 vsize=102140 CPUtime=4.43 cores=4-7
/proc/29599/task/29606/stat : 29606 (plingeling) R 29594 29594 29527 0 -1 4202560 4605 1251 0 0 443 0 0 0 25 0 5 0 512357783 104591360 13980 33554432000 4194304 4356188 140736886738896 18446744073709551615 4211856 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29599/tid=29607] ppid=29594 vsize=102140 CPUtime=4.45 cores=4-7
/proc/29599/task/29607/stat : 29607 (plingeling) R 29594 29594 29527 0 -1 4202560 4664 1251 0 0 445 0 0 0 25 0 5 0 512357783 104591360 13980 33554432000 4194304 4356188 140736886738896 18446744073709551615 4211265 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29599/tid=29608] ppid=29594 vsize=102140 CPUtime=4.45 cores=4-7
/proc/29599/task/29608/stat : 29608 (plingeling) R 29594 29594 29527 0 -1 4202560 5071 1251 0 0 445 0 0 0 25 0 5 0 512357783 104591360 13980 33554432000 4194304 4356188 140736886738896 18446744073709551615 4312092 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29599/tid=29609] ppid=29594 vsize=102140 CPUtime=4.45 cores=4-7
/proc/29599/task/29609/stat : 29609 (plingeling) R 29594 29594 29527 0 -1 4202560 3688 1251 0 0 445 0 0 0 25 0 5 0 512357783 104591360 13980 33554432000 4194304 4356188 140736886738896 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.79
Current children cumulated vsize (KiB) 823232

[startup+5.50708 s]
/proc/loadavg: 7.83 7.94 7.97 9/180 29609
/proc/meminfo: memFree=11655364/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
[pid=29595] ppid=29594 vsize=243704 CPUtime=5.5 cores=0
/proc/29595/stat : 29595 (cryptominisat) R 29594 29594 29527 0 -1 4202496 18777 0 0 0 547 3 0 0 25 0 1 0 512357759 249552896 11931 33554432000 4194304 4587354 140737001087792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29595/statm: 60926 11931 333 96 0 57488 0
[pid=29596] ppid=29594 vsize=52792 CPUtime=5.49 cores=1
/proc/29596/stat : 29596 (clasp) R 29594 29594 29527 0 -1 4202496 12566 0 0 0 548 1 0 0 25 0 1 0 512357759 54059008 10464 33554432000 4194304 4785740 140734731521520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29596/statm: 13198 10464 340 145 0 10243 0
[pid=29597] ppid=29594 vsize=473908 CPUtime=5.49 cores=2
/proc/29597/stat : 29597 (TNM) R 29594 29594 29527 0 -1 4202496 8964 0 0 0 547 2 0 0 25 0 1 0 512357759 485281792 8860 33554432000 134512640 134534564 4292272192 18446744073709551615 134530736 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29597/statm: 118477 8860 95 6 0 117143 0
[pid=29598] ppid=29594 vsize=108332 CPUtime=5.49 cores=3
/proc/29598/stat : 29598 (march_hi) R 29594 29594 29527 0 -1 4202496 52439 0 0 0 543 6 0 0 25 0 1 0 512357759 110931968 22663 33554432000 4194304 4331988 140736363267296 18446744073709551615 4256854 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 27083 22663 151 34 0 25525 0
[pid=29599] ppid=29594 vsize=112604 CPUtime=21.26 cores=4-7
/proc/29599/stat : 29599 (plingeling) S 29594 29594 29527 0 -1 4202496 27422 1251 0 0 2122 4 0 0 18 0 5 0 512357759 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29599/statm: 28151 16596 164 40 0 26695 0
[pid=29599/tid=29606] ppid=29594 vsize=112604 CPUtime=5.23 cores=4-7
/proc/29599/task/29606/stat : 29606 (plingeling) R 29594 29594 29527 0 -1 4202560 5516 1251 0 0 523 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4211683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29599/tid=29607] ppid=29594 vsize=112604 CPUtime=5.25 cores=4-7
/proc/29599/task/29607/stat : 29607 (plingeling) R 29594 29594 29527 0 -1 4202560 5575 1251 0 0 525 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4211827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29599/tid=29608] ppid=29594 vsize=112604 CPUtime=5.26 cores=4-7
/proc/29599/task/29608/stat : 29608 (plingeling) R 29594 29594 29527 0 -1 4202560 5870 1251 0 0 525 1 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29599/tid=29609] ppid=29594 vsize=112604 CPUtime=5.26 cores=4-7
/proc/29599/task/29609/stat : 29609 (plingeling) R 29594 29594 29527 0 -1 4202560 3688 1251 0 0 526 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4236853 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.23
Current children cumulated vsize (KiB) 1009664

[startup+5.90101 s]
/proc/loadavg: 7.83 7.94 7.97 9/180 29609
/proc/meminfo: memFree=11655364/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
[pid=29595] ppid=29594 vsize=243704 CPUtime=5.89 cores=0
/proc/29595/stat : 29595 (cryptominisat) R 29594 29594 29527 0 -1 4202496 18847 0 0 0 586 3 0 0 25 0 1 0 512357759 249552896 11998 33554432000 4194304 4587354 140737001087792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29595/statm: 60926 11998 334 96 0 57488 0
[pid=29596] ppid=29594 vsize=54236 CPUtime=5.88 cores=1
/proc/29596/stat : 29596 (clasp) R 29594 29594 29527 0 -1 4202496 12880 0 0 0 587 1 0 0 25 0 1 0 512357759 55537664 10778 33554432000 4194304 4785740 140734731521520 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29596/statm: 13559 10778 340 145 0 10604 0
[pid=29597] ppid=29594 vsize=473908 CPUtime=5.89 cores=2
/proc/29597/stat : 29597 (TNM) R 29594 29594 29527 0 -1 4202496 8964 0 0 0 587 2 0 0 25 0 1 0 512357759 485281792 8860 33554432000 134512640 134534564 4292272192 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29597/statm: 118477 8860 95 6 0 117143 0
[pid=29598] ppid=29594 vsize=108332 CPUtime=5.88 cores=3
/proc/29598/stat : 29598 (march_hi) R 29594 29594 29527 0 -1 4202496 67503 0 0 0 580 8 0 0 25 0 1 0 512357759 110931968 22962 33554432000 4194304 4331988 140736363267296 18446744073709551615 4261496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 27083 22962 151 34 0 25525 0
[pid=29599] ppid=29594 vsize=112604 CPUtime=22.84 cores=4-7
/proc/29599/stat : 29599 (plingeling) S 29594 29594 29527 0 -1 4202496 27422 1251 0 0 2280 4 0 0 18 0 5 0 512357759 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29599/statm: 28151 16596 164 40 0 26695 0
[pid=29599/tid=29606] ppid=29594 vsize=112604 CPUtime=5.62 cores=4-7
/proc/29599/task/29606/stat : 29606 (plingeling) R 29594 29594 29527 0 -1 4202560 5516 1251 0 0 562 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4271376 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29599/tid=29607] ppid=29594 vsize=112604 CPUtime=5.65 cores=4-7
/proc/29599/task/29607/stat : 29607 (plingeling) R 29594 29594 29527 0 -1 4202560 5575 1251 0 0 565 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4271173 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29599/tid=29608] ppid=29594 vsize=112604 CPUtime=5.66 cores=4-7
/proc/29599/task/29608/stat : 29608 (plingeling) R 29594 29594 29527 0 -1 4202560 5870 1251 0 0 565 1 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29599/tid=29609] ppid=29594 vsize=112604 CPUtime=5.65 cores=4-7
/proc/29599/task/29609/stat : 29609 (plingeling) R 29594 29594 29527 0 -1 4202560 3688 1251 0 0 565 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.38
Current children cumulated vsize (KiB) 1011108

[startup+6.10097 s]
/proc/loadavg: 7.83 7.94 7.97 9/180 29609
/proc/meminfo: memFree=11655364/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
[pid=29595] ppid=29594 vsize=244420 CPUtime=6.09 cores=0
/proc/29595/stat : 29595 (cryptominisat) R 29594 29594 29527 0 -1 4202496 19042 0 0 0 606 3 0 0 25 0 1 0 512357759 250286080 12193 33554432000 4194304 4587354 140737001087792 18446744073709551615 4230306 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29595/statm: 61105 12193 339 96 0 57667 0
[pid=29596] ppid=29594 vsize=54768 CPUtime=6.08 cores=1
/proc/29596/stat : 29596 (clasp) R 29594 29594 29527 0 -1 4202496 13040 0 0 0 607 1 0 0 25 0 1 0 512357759 56082432 10938 33554432000 4194304 4785740 140734731521520 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29596/statm: 13692 10938 340 145 0 10737 0
[pid=29597] ppid=29594 vsize=473908 CPUtime=6.09 cores=2
/proc/29597/stat : 29597 (TNM) R 29594 29594 29527 0 -1 4202496 8964 0 0 0 607 2 0 0 25 0 1 0 512357759 485281792 8860 33554432000 134512640 134534564 4292272192 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29597/statm: 118477 8860 95 6 0 117143 0
[pid=29598] ppid=29594 vsize=108332 CPUtime=6.08 cores=3
/proc/29598/stat : 29598 (march_hi) R 29594 29594 29527 0 -1 4202496 67980 0 0 0 600 8 0 0 25 0 1 0 512357759 110931968 22962 33554432000 4194304 4331988 140736363267296 18446744073709551615 4261831 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 27083 22962 151 34 0 25525 0
[pid=29599] ppid=29594 vsize=112604 CPUtime=23.64 cores=4-7
/proc/29599/stat : 29599 (plingeling) S 29594 29594 29527 0 -1 4202496 27422 1251 0 0 2360 4 0 0 18 0 5 0 512357759 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29599/statm: 28151 16596 164 40 0 26695 0
[pid=29599/tid=29606] ppid=29594 vsize=112604 CPUtime=5.82 cores=4-7
/proc/29599/task/29606/stat : 29606 (plingeling) R 29594 29594 29527 0 -1 4202560 5516 1251 0 0 582 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4312079 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29599/tid=29607] ppid=29594 vsize=112604 CPUtime=5.85 cores=4-7
/proc/29599/task/29607/stat : 29607 (plingeling) R 29594 29594 29527 0 -1 4202560 5575 1251 0 0 585 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4211189 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29599/tid=29608] ppid=29594 vsize=112604 CPUtime=5.86 cores=4-7
/proc/29599/task/29608/stat : 29608 (plingeling) R 29594 29594 29527 0 -1 4202560 5870 1251 0 0 585 1 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4250523 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29599/tid=29609] ppid=29594 vsize=112604 CPUtime=5.85 cores=4-7
/proc/29599/task/29609/stat : 29609 (plingeling) R 29594 29594 29527 0 -1 4202560 3688 1251 0 0 585 0 0 0 25 0 5 0 512357783 115306496 16596 33554432000 4194304 4356188 140736886738896 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.98
Current children cumulated vsize (KiB) 1012356

[startup+6.20095 s]
/proc/loadavg: 7.83 7.94 7.97 9/180 29609
/proc/meminfo: memFree=11655364/32951124 swapFree=67111528/67111528
[pid=29594] ppid=29592 vsize=18324 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (ppfolio) S 29592 29594 29527 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512357759 18763776 390 33554432000 4194304 4287625 140736142189648 18446744073709551615 230809185807 0 0 4096 65536 4607675828937949183 0 0 17 4 0 0 0
/proc/29594/statm: 4581 390 341 23 0 91 0
[pid=29595] ppid=29594 vsize=244420 CPUtime=6.19 cores=0
/proc/29595/stat : 29595 (cryptominisat) R 29594 29594 29527 0 -1 4202496 19042 0 0 0 616 3 0 0 25 0 1 0 512357759 250286080 12193 33554432000 4194304 4587354 140737001087792 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29595/statm: 61105 12193 339 96 0 57667 0
[pid=29596] ppid=29594 vsize=55032 CPUtime=6.18 cores=1
/proc/29596/stat : 29596 (clasp) R 29594 29594 29527 0 -1 4202496 13105 0 0 0 617 1 0 0 25 0 1 0 512357759 56352768 11003 33554432000 4194304 4785740 140734731521520 18446744073709551615 230808826565 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29596/statm: 13758 11003 340 145 0 10803 0
[pid=29597] ppid=29594 vsize=473908 CPUtime=6.19 cores=2
/proc/29597/stat : 29597 (TNM) R 29594 29594 29527 0 -1 4202496 8964 0 0 0 617 2 0 0 25 0 1 0 512357759 485281792 8860 33554432000 134512640 134534564 4292272192 18446744073709551615 134530736 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29597/statm: 118477 8860 95 6 0 117143 0
[pid=29598] ppid=29594 vsize=107992 CPUtime=6.18 cores=3
/proc/29598/stat : 29598 (march_hi) R 29594 29594 29527 0 -1 4202496 67980 0 0 0 610 8 0 0 25 0 1 0 512357759 110583808 22877 33554432000 4194304 4331988 140736363267296 18446744073709551615 4251952 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 26998 22877 151 34 0 25440 0
[pid=29599] ppid=29594 vsize=112560 CPUtime=23.95 cores=4-7
/proc/29599/stat : 29599 (plingeling) S 29594 29594 29527 0 -1 4202496 27423 1251 0 0 2391 4 0 0 18 0 2 0 512357759 115261440 16586 33554432000 4194304 4356188 140736886738896 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29599/statm: 28140 16586 165 40 0 26684 0
[pid=29599/tid=29606] ppid=29594 vsize=112560 CPUtime=5.92 cores=4-7
/proc/29599/task/29606/stat : 29606 (plingeling) R 29594 29594 29527 0 -1 4202560 5516 1251 0 0 592 0 0 0 25 0 2 0 512357783 115261440 16586 33554432000 4194304 4356188 140736886738896 18446744073709551615 4211856 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.69
Current children cumulated vsize (KiB) 1012236

Child status: 0
Real time (s): 6.27697
CPU time (s): 49.1115
CPU user time (s): 48.8526
CPU system time (s): 0.25896
CPU usage (%): 782.409
Max. virtual memory (cumulated for all children) (KiB): 1069920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.8526
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156302
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= 217
involuntary context switches= 266

runsolver used 0.014997 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-28 18:19:33
IDJOB=3310251
IDBENCH=82424
IDSOLVER=1638
FILE ID=node104/3310251-1304007573
RUNJOBID= node104-1304007526-29541
PBS_JOBID= 13168836
Free space on /tmp= 71544 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-3310251-1304007573/watcher-3310251-1304007573 -o /tmp/evaluation-result-3310251-1304007573/solver-3310251-1304007573 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310251-1304007573.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=195600271

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11934616 kB
Buffers:       2307048 kB
Cached:       18054080 kB
SwapCached:          0 kB
Active:       11355692 kB
Inactive:      9069616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11934616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14360 kB
Writeback:           0 kB
AnonPages:       63900 kB
Mapped:          14872 kB
Slab:           525580 kB
PageTables:       4356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186872 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= 71536 MiB
End job on node104 at 2011-04-28 18:19:39