Trace number 3309639

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
Plingeling 587UNSAT 412.952 59.5139

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8475
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

412.92/59.51	s UNSATISFIABLE

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-3309639-1304007637/watcher-3309639-1304007637 -o /tmp/evaluation-result-3309639-1304007637/solver-3309639-1304007637 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309639-1304007637.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: 5.30 3.57 2.05 1/174 1226
/proc/meminfo: memFree=25189360/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=8724 CPUtime=0 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 241 1251 0 0 0 0 0 0 20 0 1 0 512362292 8933376 169 33554432000 4194304 4417332 140736098419056 18446744073709551615 246516528075 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1226/statm: 2181 173 135 55 0 67 0

[startup+0.0151801 s]
/proc/loadavg: 5.30 3.57 2.05 1/174 1226
/proc/meminfo: memFree=25189360/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=40572 CPUtime=0 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 7829 1251 0 0 0 0 0 0 20 0 1 0 512362292 41545728 7757 33554432000 4194304 4417332 140736098419056 18446744073709551615 246516528221 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/1226/statm: 10143 7784 146 55 0 8029 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 40572

[startup+0.101137 s]
/proc/loadavg: 5.30 3.57 2.05 1/174 1226
/proc/meminfo: memFree=25189360/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=60140 CPUtime=0.08 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 13105 1251 0 0 8 0 0 0 20 0 1 0 512362292 61583360 13033 33554432000 4194304 4417332 140736098419056 18446744073709551615 4259016 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/1226/statm: 15035 13033 147 55 0 12921 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60140

[startup+0.301105 s]
/proc/loadavg: 5.30 3.57 2.05 1/174 1226
/proc/meminfo: memFree=25189360/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=75528 CPUtime=0.29 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 16968 1251 0 0 28 1 0 0 21 0 1 0 512362292 77340672 16896 33554432000 4194304 4417332 140736098419056 18446744073709551615 246516452864 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/1226/statm: 18882 16896 147 55 0 16768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75528

[startup+0.701027 s]
/proc/loadavg: 5.30 3.57 2.05 1/174 1226
/proc/meminfo: memFree=25189360/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=158244 CPUtime=0.69 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 37232 1251 0 0 66 3 0 0 22 0 1 0 512362292 162041856 37160 33554432000 4194304 4417332 140736098419056 18446744073709551615 246516528221 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/1226/statm: 39561 37183 148 55 0 37447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158244

[startup+1.50088 s]
/proc/loadavg: 5.30 3.57 2.05 2/175 1233
/proc/meminfo: memFree=24995656/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=292860 CPUtime=1.49 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 71327 1251 0 0 142 7 0 0 25 0 1 0 512362292 299888640 71238 33554432000 4194304 4417332 140736098419056 18446744073709551615 246516452941 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/1226/statm: 73215 71238 148 55 0 71101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 292860

[startup+3.10059 s]
/proc/loadavg: 5.30 3.57 2.05 2/175 1233
/proc/meminfo: memFree=24838548/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=358396 CPUtime=3.09 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 87711 1251 0 0 299 10 0 0 25 0 1 0 512362292 366997504 87622 33554432000 4194304 4417332 140736098419056 18446744073709551615 4262069 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/1226/statm: 89599 87622 148 55 0 87485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 358396

[startup+6.30104 s]
/proc/loadavg: 4.95 3.53 2.05 2/175 1233
/proc/meminfo: memFree=24445492/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=751612 CPUtime=6.29 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 186015 1251 0 0 608 21 0 0 25 0 1 0 512362292 769650688 185926 33554432000 4194304 4417332 140736098419056 18446744073709551615 4322352 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/1226/statm: 187903 185926 148 55 0 185789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 751612

[startup+12.7008 s]
/proc/loadavg: 5.36 3.64 2.09 9/183 1241
/proc/meminfo: memFree=24289888/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=1045648 CPUtime=39.43 cores=0-7
/proc/1226/stat : 1226 (plingeling) S 1224 1226 1074 0 -1 4202496 306340 1251 0 0 3895 48 0 0 18 0 9 0 512362292 1070743552 222092 33554432000 4194304 4417332 140736098419056 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1226/statm: 261412 222121 177 55 0 259298 0
[pid=1226/tid=1234] ppid=1224 vsize=1045648 CPUtime=3.83 cores=0-7
/proc/1226/task/1234/stat : 1234 (plingeling) R 1224 1226 1074 0 -1 4202560 7742 1251 0 0 382 1 0 0 25 0 9 0 512363177 1070743552 222132 33554432000 4194304 4417332 140736098419056 18446744073709551615 4264203 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1226/tid=1235] ppid=1224 vsize=1045648 CPUtime=3.78 cores=0-7
/proc/1226/task/1235/stat : 1235 (plingeling) R 1224 1226 1074 0 -1 4202560 23966 1251 0 0 374 4 0 0 25 0 9 0 512363177 1070743552 222147 33554432000 4194304 4417332 140736098419056 18446744073709551615 4261358 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1226/tid=1236] ppid=1224 vsize=1045648 CPUtime=3.79 cores=0-7
/proc/1226/task/1236/stat : 1236 (plingeling) R 1224 1226 1074 0 -1 4202560 25207 1251 0 0 373 6 0 0 25 0 9 0 512363177 1070743552 222161 33554432000 4194304 4417332 140736098419056 18446744073709551615 4234277 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1226/tid=1237] ppid=1224 vsize=1045648 CPUtime=3.82 cores=0-7
/proc/1226/task/1237/stat : 1237 (plingeling) R 1224 1226 1074 0 -1 4202560 4929 1251 0 0 382 0 0 0 25 0 9 0 512363177 1070743552 222172 33554432000 4194304 4417332 140736098419056 18446744073709551615 4232636 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1226/tid=1238] ppid=1224 vsize=1045648 CPUtime=3.82 cores=0-7
/proc/1226/task/1238/stat : 1238 (plingeling) R 1224 1226 1074 0 -1 4202560 22128 1251 0 0 378 4 0 0 25 0 9 0 512363177 1070743552 222188 33554432000 4194304 4417332 140736098419056 18446744073709551615 246516528221 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1226/tid=1239] ppid=1224 vsize=1045648 CPUtime=3.83 cores=0-7
/proc/1226/task/1239/stat : 1239 (plingeling) R 1224 1226 1074 0 -1 4202560 6171 1251 0 0 382 1 0 0 25 0 9 0 512363177 1070743552 222200 33554432000 4194304 4417332 140736098419056 18446744073709551615 4278246 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1226/tid=1240] ppid=1224 vsize=1045648 CPUtime=3.83 cores=0-7
/proc/1226/task/1240/stat : 1240 (plingeling) R 1224 1226 1074 0 -1 4202560 24144 1251 0 0 378 5 0 0 25 0 9 0 512363177 1070743552 222214 33554432000 4194304 4417332 140736098419056 18446744073709551615 4269726 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1226/tid=1241] ppid=1224 vsize=1045648 CPUtime=3.81 cores=0-7
/proc/1226/task/1241/stat : 1241 (plingeling) R 1224 1226 1074 0 -1 4202560 6117 1251 0 0 380 1 0 0 25 0 9 0 512363177 1070743552 222227 33554432000 4194304 4417332 140736098419056 18446744073709551615 4278627 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39.43
Current children cumulated vsize (KiB) 1045648

[startup+25.5005 s]
/proc/loadavg: 6.02 3.86 2.19 9/183 1241
/proc/meminfo: memFree=24391712/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=915776 CPUtime=141.51 cores=0-7
/proc/1226/stat : 1226 (plingeling) S 1224 1226 1074 0 -1 4202496 488844 1251 0 0 14052 99 0 0 18 0 9 0 512362292 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1226/statm: 228944 199563 179 55 0 226830 0
[pid=1226/tid=1234] ppid=1224 vsize=915776 CPUtime=16.58 cores=0-7
/proc/1226/task/1234/stat : 1234 (plingeling) R 1224 1226 1074 0 -1 4202560 40512 1251 0 0 1647 11 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1226/tid=1235] ppid=1224 vsize=915776 CPUtime=16.58 cores=0-7
/proc/1226/task/1235/stat : 1235 (plingeling) R 1224 1226 1074 0 -1 4202560 41930 1251 0 0 1649 9 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1226/tid=1236] ppid=1224 vsize=915776 CPUtime=16.54 cores=0-7
/proc/1226/task/1236/stat : 1236 (plingeling) R 1224 1226 1074 0 -1 4202560 45480 1251 0 0 1644 10 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1226/tid=1237] ppid=1224 vsize=915776 CPUtime=16.63 cores=0-7
/proc/1226/task/1237/stat : 1237 (plingeling) R 1224 1226 1074 0 -1 4202560 8551 1251 0 0 1662 1 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4355734 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1226/tid=1238] ppid=1224 vsize=915776 CPUtime=16.58 cores=0-7
/proc/1226/task/1238/stat : 1238 (plingeling) R 1224 1226 1074 0 -1 4202560 44242 1251 0 0 1648 10 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1226/tid=1239] ppid=1224 vsize=915776 CPUtime=16.59 cores=0-7
/proc/1226/task/1239/stat : 1239 (plingeling) R 1224 1226 1074 0 -1 4202560 38941 1251 0 0 1649 10 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1226/tid=1240] ppid=1224 vsize=915776 CPUtime=16.58 cores=0-7
/proc/1226/task/1240/stat : 1240 (plingeling) R 1224 1226 1074 0 -1 4202560 40531 1251 0 0 1648 10 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4253513 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1226/tid=1241] ppid=1224 vsize=915776 CPUtime=16.51 cores=0-7
/proc/1226/task/1241/stat : 1241 (plingeling) R 1224 1226 1074 0 -1 4202560 42625 1251 0 0 1639 12 0 0 25 0 9 0 512363177 937754624 199563 33554432000 4194304 4417332 140736098419056 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 141.51
Current children cumulated vsize (KiB) 915776

[startup+51.1008 s]
/proc/loadavg: 6.69 4.20 2.34 9/183 1242
/proc/meminfo: memFree=24306932/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=995616 CPUtime=346.15 cores=0-7
/proc/1226/stat : 1226 (plingeling) S 1224 1226 1074 0 -1 4202496 520071 1251 0 0 34512 103 0 0 18 0 9 0 512362292 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1226/statm: 248904 221481 181 55 0 246790 0
[pid=1226/tid=1234] ppid=1224 vsize=995616 CPUtime=42.18 cores=0-7
/proc/1226/task/1234/stat : 1234 (plingeling) R 1224 1226 1074 0 -1 4202560 41800 1251 0 0 4207 11 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1226/tid=1235] ppid=1224 vsize=995616 CPUtime=42.18 cores=0-7
/proc/1226/task/1235/stat : 1235 (plingeling) R 1224 1226 1074 0 -1 4202560 43218 1251 0 0 4209 9 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1226/tid=1236] ppid=1224 vsize=995616 CPUtime=42.14 cores=0-7
/proc/1226/task/1236/stat : 1236 (plingeling) R 1224 1226 1074 0 -1 4202560 48345 1251 0 0 4204 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1226/tid=1237] ppid=1224 vsize=995616 CPUtime=42.23 cores=0-7
/proc/1226/task/1237/stat : 1237 (plingeling) R 1224 1226 1074 0 -1 4202560 27433 1251 0 0 4220 3 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4358020 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1226/tid=1238] ppid=1224 vsize=995616 CPUtime=42.18 cores=0-7
/proc/1226/task/1238/stat : 1238 (plingeling) R 1224 1226 1074 0 -1 4202560 45530 1251 0 0 4208 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4353498 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1226/tid=1239] ppid=1224 vsize=995616 CPUtime=42.19 cores=0-7
/proc/1226/task/1239/stat : 1239 (plingeling) R 1224 1226 1074 0 -1 4202560 40229 1251 0 0 4209 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1226/tid=1240] ppid=1224 vsize=995616 CPUtime=42.16 cores=0-7
/proc/1226/task/1240/stat : 1240 (plingeling) R 1224 1226 1074 0 -1 4202560 43315 1251 0 0 4206 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1226/tid=1241] ppid=1224 vsize=995616 CPUtime=41.97 cores=0-7
/proc/1226/task/1241/stat : 1241 (plingeling) R 1224 1226 1074 0 -1 4202560 44169 1251 0 0 4185 12 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4366403 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 346.15
Current children cumulated vsize (KiB) 995616

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

[startup+54.3012 s]
/proc/loadavg: 6.69 4.20 2.34 9/183 1242
/proc/meminfo: memFree=24306932/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=995616 CPUtime=371.74 cores=0-7
/proc/1226/stat : 1226 (plingeling) S 1224 1226 1074 0 -1 4202496 520071 1251 0 0 37071 103 0 0 18 0 9 0 512362292 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1226/statm: 248904 221481 181 55 0 246790 0
[pid=1226/tid=1234] ppid=1224 vsize=995616 CPUtime=45.38 cores=0-7
/proc/1226/task/1234/stat : 1234 (plingeling) R 1224 1226 1074 0 -1 4202560 41800 1251 0 0 4527 11 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4366569 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1226/tid=1235] ppid=1224 vsize=995616 CPUtime=45.38 cores=0-7
/proc/1226/task/1235/stat : 1235 (plingeling) R 1224 1226 1074 0 -1 4202560 43218 1251 0 0 4529 9 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1226/tid=1236] ppid=1224 vsize=995616 CPUtime=45.34 cores=0-7
/proc/1226/task/1236/stat : 1236 (plingeling) R 1224 1226 1074 0 -1 4202560 48345 1251 0 0 4524 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1226/tid=1237] ppid=1224 vsize=995616 CPUtime=45.43 cores=0-7
/proc/1226/task/1237/stat : 1237 (plingeling) R 1224 1226 1074 0 -1 4202560 27433 1251 0 0 4540 3 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1226/tid=1238] ppid=1224 vsize=995616 CPUtime=45.38 cores=0-7
/proc/1226/task/1238/stat : 1238 (plingeling) R 1224 1226 1074 0 -1 4202560 45530 1251 0 0 4528 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1226/tid=1239] ppid=1224 vsize=995616 CPUtime=45.39 cores=0-7
/proc/1226/task/1239/stat : 1239 (plingeling) R 1224 1226 1074 0 -1 4202560 40229 1251 0 0 4529 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236800 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1226/tid=1240] ppid=1224 vsize=995616 CPUtime=45.36 cores=0-7
/proc/1226/task/1240/stat : 1240 (plingeling) R 1224 1226 1074 0 -1 4202560 43315 1251 0 0 4526 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1226/tid=1241] ppid=1224 vsize=995616 CPUtime=45.16 cores=0-7
/proc/1226/task/1241/stat : 1241 (plingeling) R 1224 1226 1074 0 -1 4202560 44169 1251 0 0 4504 12 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4365021 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 371.74
Current children cumulated vsize (KiB) 995616

[startup+57.5007 s]
/proc/loadavg: 6.80 4.26 2.37 9/183 1242
/proc/meminfo: memFree=24307056/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=995616 CPUtime=397.31 cores=0-7
/proc/1226/stat : 1226 (plingeling) S 1224 1226 1074 0 -1 4202496 520071 1251 0 0 39628 103 0 0 18 0 9 0 512362292 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1226/statm: 248904 221481 181 55 0 246790 0
[pid=1226/tid=1234] ppid=1224 vsize=995616 CPUtime=48.58 cores=0-7
/proc/1226/task/1234/stat : 1234 (plingeling) R 1224 1226 1074 0 -1 4202560 41800 1251 0 0 4847 11 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1226/tid=1235] ppid=1224 vsize=995616 CPUtime=48.57 cores=0-7
/proc/1226/task/1235/stat : 1235 (plingeling) R 1224 1226 1074 0 -1 4202560 43218 1251 0 0 4848 9 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1226/tid=1236] ppid=1224 vsize=995616 CPUtime=48.54 cores=0-7
/proc/1226/task/1236/stat : 1236 (plingeling) R 1224 1226 1074 0 -1 4202560 48345 1251 0 0 4844 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1226/tid=1237] ppid=1224 vsize=995616 CPUtime=48.63 cores=0-7
/proc/1226/task/1237/stat : 1237 (plingeling) R 1224 1226 1074 0 -1 4202560 27433 1251 0 0 4860 3 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1226/tid=1238] ppid=1224 vsize=995616 CPUtime=48.58 cores=0-7
/proc/1226/task/1238/stat : 1238 (plingeling) R 1224 1226 1074 0 -1 4202560 45530 1251 0 0 4848 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1226/tid=1239] ppid=1224 vsize=995616 CPUtime=48.59 cores=0-7
/proc/1226/task/1239/stat : 1239 (plingeling) R 1224 1226 1074 0 -1 4202560 40229 1251 0 0 4849 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1226/tid=1240] ppid=1224 vsize=995616 CPUtime=48.56 cores=0-7
/proc/1226/task/1240/stat : 1240 (plingeling) R 1224 1226 1074 0 -1 4202560 43315 1251 0 0 4846 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1226/tid=1241] ppid=1224 vsize=995616 CPUtime=48.34 cores=0-7
/proc/1226/task/1241/stat : 1241 (plingeling) R 1224 1226 1074 0 -1 4202560 44169 1251 0 0 4822 12 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 397.31
Current children cumulated vsize (KiB) 995616

[startup+58.3065 s]
/proc/loadavg: 6.80 4.26 2.37 9/183 1242
/proc/meminfo: memFree=24307180/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=995616 CPUtime=403.75 cores=0-7
/proc/1226/stat : 1226 (plingeling) S 1224 1226 1074 0 -1 4202496 520071 1251 0 0 40272 103 0 0 18 0 9 0 512362292 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1226/statm: 248904 221481 181 55 0 246790 0
[pid=1226/tid=1234] ppid=1224 vsize=995616 CPUtime=49.38 cores=0-7
/proc/1226/task/1234/stat : 1234 (plingeling) R 1224 1226 1074 0 -1 4202560 41800 1251 0 0 4927 11 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1226/tid=1235] ppid=1224 vsize=995616 CPUtime=49.38 cores=0-7
/proc/1226/task/1235/stat : 1235 (plingeling) R 1224 1226 1074 0 -1 4202560 43218 1251 0 0 4929 9 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1226/tid=1236] ppid=1224 vsize=995616 CPUtime=49.35 cores=0-7
/proc/1226/task/1236/stat : 1236 (plingeling) R 1224 1226 1074 0 -1 4202560 48345 1251 0 0 4925 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1226/tid=1237] ppid=1224 vsize=995616 CPUtime=49.43 cores=0-7
/proc/1226/task/1237/stat : 1237 (plingeling) R 1224 1226 1074 0 -1 4202560 27433 1251 0 0 4940 3 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1226/tid=1238] ppid=1224 vsize=995616 CPUtime=49.38 cores=0-7
/proc/1226/task/1238/stat : 1238 (plingeling) R 1224 1226 1074 0 -1 4202560 45530 1251 0 0 4928 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1226/tid=1239] ppid=1224 vsize=995616 CPUtime=49.39 cores=0-7
/proc/1226/task/1239/stat : 1239 (plingeling) R 1224 1226 1074 0 -1 4202560 40229 1251 0 0 4929 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1226/tid=1240] ppid=1224 vsize=995616 CPUtime=49.36 cores=0-7
/proc/1226/task/1240/stat : 1240 (plingeling) R 1224 1226 1074 0 -1 4202560 43315 1251 0 0 4926 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1226/tid=1241] ppid=1224 vsize=995616 CPUtime=49.14 cores=0-7
/proc/1226/task/1241/stat : 1241 (plingeling) R 1224 1226 1074 0 -1 4202560 44169 1251 0 0 4902 12 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 403.75
Current children cumulated vsize (KiB) 995616

[startup+59.1004 s]
/proc/loadavg: 6.80 4.26 2.37 9/183 1242
/proc/meminfo: memFree=24307180/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=995616 CPUtime=410.1 cores=0-7
/proc/1226/stat : 1226 (plingeling) S 1224 1226 1074 0 -1 4202496 520071 1251 0 0 40907 103 0 0 18 0 9 0 512362292 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1226/statm: 248904 221481 181 55 0 246790 0
[pid=1226/tid=1234] ppid=1224 vsize=995616 CPUtime=50.18 cores=0-7
/proc/1226/task/1234/stat : 1234 (plingeling) R 1224 1226 1074 0 -1 4202560 41800 1251 0 0 5007 11 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1226/tid=1235] ppid=1224 vsize=995616 CPUtime=50.17 cores=0-7
/proc/1226/task/1235/stat : 1235 (plingeling) R 1224 1226 1074 0 -1 4202560 43218 1251 0 0 5008 9 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1226/tid=1236] ppid=1224 vsize=995616 CPUtime=50.14 cores=0-7
/proc/1226/task/1236/stat : 1236 (plingeling) R 1224 1226 1074 0 -1 4202560 48345 1251 0 0 5004 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1226/tid=1237] ppid=1224 vsize=995616 CPUtime=50.23 cores=0-7
/proc/1226/task/1237/stat : 1237 (plingeling) R 1224 1226 1074 0 -1 4202560 27433 1251 0 0 5020 3 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1226/tid=1238] ppid=1224 vsize=995616 CPUtime=50.18 cores=0-7
/proc/1226/task/1238/stat : 1238 (plingeling) R 1224 1226 1074 0 -1 4202560 45530 1251 0 0 5008 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1226/tid=1239] ppid=1224 vsize=995616 CPUtime=50.19 cores=0-7
/proc/1226/task/1239/stat : 1239 (plingeling) R 1224 1226 1074 0 -1 4202560 40229 1251 0 0 5009 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1226/tid=1240] ppid=1224 vsize=995616 CPUtime=50.16 cores=0-7
/proc/1226/task/1240/stat : 1240 (plingeling) R 1224 1226 1074 0 -1 4202560 43315 1251 0 0 5006 10 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1226/tid=1241] ppid=1224 vsize=995616 CPUtime=49.93 cores=0-7
/proc/1226/task/1241/stat : 1241 (plingeling) R 1224 1226 1074 0 -1 4202560 44169 1251 0 0 4981 12 0 0 25 0 9 0 512363177 1019510784 221481 33554432000 4194304 4417332 140736098419056 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 410.1
Current children cumulated vsize (KiB) 995616

[startup+59.5013 s]
/proc/loadavg: 6.80 4.26 2.37 9/183 1242
/proc/meminfo: memFree=24307180/32951124 swapFree=67111352/67111528
[pid=1226] ppid=1224 vsize=338472 CPUtime=412.92 cores=0-7
/proc/1226/stat : 1226 (plingeling) R 1224 1226 1074 0 -1 4202496 520072 1251 0 0 41186 106 0 0 18 0 1 0 512362292 346595328 55616 33554432000 4194304 4417332 140736098419056 18446744073709551615 246516877447 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1226/statm: 84618 55104 182 55 0 82504 0
Current children cumulated CPU time (s) 412.92
Current children cumulated vsize (KiB) 338472

Child status: 20
Real time (s): 59.5139
CPU time (s): 412.952
CPU user time (s): 411.867
CPU system time (s): 1.08483
CPU usage (%): 693.875
Max. virtual memory (cumulated for all children) (KiB): 1258660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 411.867
system time used= 1.08483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 521326
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= 325
involuntary context switches= 4040

runsolver used 0.093985 second user time and 0.228965 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-28 18:20:40
IDJOB=3309639
IDBENCH=82430
IDSOLVER=1695
FILE ID=node134/3309639-1304007637
RUNJOBID= node134-1304007422-1088
PBS_JOBID= 13168833
Free space on /tmp= 71492 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309639-1304007637/watcher-3309639-1304007637 -o /tmp/evaluation-result-3309639-1304007637/solver-3309639-1304007637 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309639-1304007637.cnf

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1640650265

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25190012 kB
Buffers:       1460308 kB
Cached:        5706196 kB
SwapCached:         64 kB
Active:        1428828 kB
Inactive:      5806196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25190012 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           93616 kB
Writeback:           0 kB
AnonPages:       68336 kB
Mapped:          14652 kB
Slab:           459652 kB
PageTables:       4380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190312 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71492 MiB
End job on node134 at 2011-04-28 18:21:41