Trace number 3286585

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 260.101 68.5893

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 benchmark30.0214
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

259.84/68.58	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-3286585-1304062347/watcher-3286585-1304062347 -o /tmp/evaluation-result-3286585-1304062347/solver-3286585-1304062347 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286585-1304062347.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.97 7.81 7.27 5/181 21145
/proc/meminfo: memFree=10884164/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=17004 CPUtime=0 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) R 21143 21145 20615 0 -1 4202496 2012 1251 0 0 0 0 0 0 23 0 1 0 596465695 17412096 1941 33554432000 4194304 4417332 140736249220944 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21145/statm: 4251 1953 146 55 0 2137 0

[startup+0.105376 s]
/proc/loadavg: 7.97 7.81 7.27 5/181 21145
/proc/meminfo: memFree=10884164/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=43444 CPUtime=0.1 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) R 21143 21145 20615 0 -1 4202496 9018 1251 0 0 9 1 0 0 24 0 1 0 596465695 44486656 8883 33554432000 4194304 4417332 140736249220944 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21145/statm: 10861 8883 147 55 0 8747 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 43444

[startup+0.200376 s]
/proc/loadavg: 7.97 7.81 7.27 5/181 21145
/proc/meminfo: memFree=10884164/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=59052 CPUtime=0.19 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) R 21143 21145 20615 0 -1 4202496 12925 1251 0 0 18 1 0 0 24 0 1 0 596465695 60469248 12785 33554432000 4194304 4417332 140736249220944 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21145/statm: 14763 12785 147 55 0 12649 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59052

[startup+0.300345 s]
/proc/loadavg: 7.97 7.81 7.27 5/181 21145
/proc/meminfo: memFree=10884164/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=67388 CPUtime=0.28 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) R 21143 21145 20615 0 -1 4202496 15026 1251 0 0 27 1 0 0 24 0 1 0 596465695 69005312 14870 33554432000 4194304 4417332 140736249220944 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21145/statm: 16847 14870 148 55 0 14733 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67388

[startup+0.700277 s]
/proc/loadavg: 7.97 7.81 7.27 5/181 21145
/proc/meminfo: memFree=10884164/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=152096 CPUtime=0.69 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) R 21143 21145 20615 0 -1 4202496 36213 1251 0 0 65 4 0 0 25 0 1 0 596465695 155746304 36047 33554432000 4194304 4417332 140736249220944 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21145/statm: 38024 36047 148 55 0 35910 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152096

[startup+1.50114 s]
/proc/loadavg: 7.97 7.81 7.27 6/182 21151
/proc/meminfo: memFree=10703868/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=184864 CPUtime=1.48 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) R 21143 21145 20615 0 -1 4202496 44405 1251 0 0 143 5 0 0 25 0 1 0 596465695 189300736 44239 33554432000 4194304 4417332 140736249220944 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21145/statm: 46216 44239 148 55 0 44102 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 184864

[startup+3.10085 s]
/proc/loadavg: 7.74 7.76 7.26 6/182 21151
/proc/meminfo: memFree=10633808/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=381472 CPUtime=3.09 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) R 21143 21145 20615 0 -1 4202496 93557 1251 0 0 296 13 0 0 25 0 1 0 596465695 390627328 93391 33554432000 4194304 4417332 140736249220944 18446744073709551615 4322129 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21145/statm: 95368 93391 148 55 0 93254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381472

[startup+6.30027 s]
/proc/loadavg: 7.74 7.76 7.26 9/186 21155
/proc/meminfo: memFree=10467388/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=446308 CPUtime=11.4 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 117090 1251 0 0 1120 20 0 0 25 0 5 0 596465695 457019392 99356 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 111577 99356 172 55 0 109463 0
[pid=21145/tid=21152] ppid=21143 vsize=446308 CPUtime=1.69 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 6186 1251 0 0 169 0 0 0 25 0 5 0 596466154 457019392 99356 33554432000 4194304 4417332 140736249220944 18446744073709551615 4290971 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=446308 CPUtime=1.69 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 6175 1251 0 0 169 0 0 0 25 0 5 0 596466154 457019392 99356 33554432000 4194304 4417332 140736249220944 18446744073709551615 4290967 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=446308 CPUtime=1.7 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 6142 1251 0 0 169 1 0 0 25 0 5 0 596466154 457019392 99356 33554432000 4194304 4417332 140736249220944 18446744073709551615 4291018 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=446308 CPUtime=1.69 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 5018 1251 0 0 169 0 0 0 25 0 5 0 596466154 457019392 99356 33554432000 4194304 4417332 140736249220944 18446744073709551615 4344083 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 446308

[startup+12.7012 s]
/proc/loadavg: 7.78 7.77 7.27 9/186 21155
/proc/meminfo: memFree=10476088/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=447672 CPUtime=36.94 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 224255 1251 0 0 3653 41 0 0 25 0 5 0 596465695 458416128 99704 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 111918 99704 179 55 0 109804 0
[pid=21145/tid=21152] ppid=21143 vsize=447672 CPUtime=8.09 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 42023 1251 0 0 801 8 0 0 25 0 5 0 596466154 458416128 99704 33554432000 4194304 4417332 140736249220944 18446744073709551615 4331772 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=447672 CPUtime=8.04 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 41200 1251 0 0 797 7 0 0 25 0 5 0 596466154 458416128 99704 33554432000 4194304 4417332 140736249220944 18446744073709551615 4331716 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=447672 CPUtime=8.1 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 42444 1251 0 0 803 7 0 0 25 0 5 0 596466154 458416128 99704 33554432000 4194304 4417332 140736249220944 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=447672 CPUtime=8.1 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 5019 1251 0 0 810 0 0 0 25 0 5 0 596466154 458416128 99704 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.94
Current children cumulated vsize (KiB) 447672

[startup+25.5009 s]
/proc/loadavg: 7.81 7.78 7.28 9/186 21156
/proc/meminfo: memFree=10438020/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=447352 CPUtime=88.07 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 227104 1251 0 0 8766 41 0 0 25 0 5 0 596465695 458088448 99638 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 111838 99638 181 55 0 109724 0
[pid=21145/tid=21152] ppid=21143 vsize=447352 CPUtime=20.89 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 42029 1251 0 0 2081 8 0 0 25 0 5 0 596466154 458088448 99638 33554432000 4194304 4417332 140736249220944 18446744073709551615 4248920 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=447352 CPUtime=20.76 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 41206 1251 0 0 2069 7 0 0 25 0 5 0 596466154 458088448 99638 33554432000 4194304 4417332 140736249220944 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=447352 CPUtime=20.9 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 42446 1251 0 0 2083 7 0 0 25 0 5 0 596466154 458088448 99638 33554432000 4194304 4417332 140736249220944 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=447352 CPUtime=20.9 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 7854 1251 0 0 2089 1 0 0 25 0 5 0 596466154 458088448 99638 33554432000 4194304 4417332 140736249220944 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 88.07
Current children cumulated vsize (KiB) 447352

[startup+51.1004 s]
/proc/loadavg: 7.94 7.81 7.30 9/186 21156
/proc/meminfo: memFree=10263308/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=519980 CPUtime=190.33 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 249873 1251 0 0 18989 44 0 0 25 0 5 0 596465695 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 129995 117795 181 55 0 127881 0
[pid=21145/tid=21152] ppid=21143 vsize=519980 CPUtime=46.49 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 43311 1251 0 0 4640 9 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=519980 CPUtime=46.23 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 42488 1251 0 0 4615 8 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4264888 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=519980 CPUtime=46.5 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 42702 1251 0 0 4643 7 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=519980 CPUtime=46.5 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 27803 1251 0 0 4647 3 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 190.33
Current children cumulated vsize (KiB) 519980

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

[startup+51.2004 s]
/proc/loadavg: 7.94 7.81 7.30 9/186 21156
/proc/meminfo: memFree=10263308/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=519980 CPUtime=190.73 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 249873 1251 0 0 19029 44 0 0 25 0 5 0 596465695 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 129995 117795 181 55 0 127881 0
[pid=21145/tid=21152] ppid=21143 vsize=519980 CPUtime=46.59 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 43311 1251 0 0 4650 9 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=519980 CPUtime=46.33 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 42488 1251 0 0 4625 8 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=519980 CPUtime=46.6 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 42702 1251 0 0 4653 7 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=519980 CPUtime=46.6 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 27803 1251 0 0 4657 3 0 0 25 0 5 0 596466154 532459520 117795 33554432000 4194304 4417332 140736249220944 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 190.73
Current children cumulated vsize (KiB) 519980

[startup+57.6003 s]
/proc/loadavg: 7.94 7.82 7.31 9/186 21157
/proc/meminfo: memFree=10273092/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=510808 CPUtime=216.29 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 252218 1251 0 0 21585 44 0 0 25 0 5 0 596465695 523067392 115502 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 127702 115502 181 55 0 125588 0
[pid=21145/tid=21152] ppid=21143 vsize=510808 CPUtime=52.99 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 43311 1251 0 0 5290 9 0 0 25 0 5 0 596466154 523067392 115502 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=510808 CPUtime=52.7 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 42488 1251 0 0 5262 8 0 0 25 0 5 0 596466154 523067392 115502 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=510808 CPUtime=53 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 42702 1251 0 0 5293 7 0 0 25 0 5 0 596466154 523067392 115502 33554432000 4194304 4417332 140736249220944 18446744073709551615 4357853 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=510808 CPUtime=53 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 30148 1251 0 0 5297 3 0 0 25 0 5 0 596466154 523067392 115502 33554432000 4194304 4417332 140736249220944 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 216.29
Current children cumulated vsize (KiB) 510808

[startup+64.0012 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21157
/proc/meminfo: memFree=10475836/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=510696 CPUtime=241.86 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 252218 1251 0 0 24142 44 0 0 25 0 5 0 596465695 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 127674 115474 181 55 0 125560 0
[pid=21145/tid=21152] ppid=21143 vsize=510696 CPUtime=59.39 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 43311 1251 0 0 5930 9 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=510696 CPUtime=59.06 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 42488 1251 0 0 5898 8 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=510696 CPUtime=59.4 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 42702 1251 0 0 5933 7 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4353408 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=510696 CPUtime=59.4 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 30148 1251 0 0 5937 3 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 241.86
Current children cumulated vsize (KiB) 510696

[startup+65.6009 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21157
/proc/meminfo: memFree=10474720/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=510696 CPUtime=248.25 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 252218 1251 0 0 24781 44 0 0 25 0 5 0 596465695 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 127674 115474 181 55 0 125560 0
[pid=21145/tid=21152] ppid=21143 vsize=510696 CPUtime=60.99 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 43311 1251 0 0 6090 9 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=510696 CPUtime=60.66 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 42488 1251 0 0 6058 8 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=510696 CPUtime=61 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 42702 1251 0 0 6093 7 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=510696 CPUtime=61 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 30148 1251 0 0 6097 3 0 0 25 0 5 0 596466154 522952704 115474 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 248.25
Current children cumulated vsize (KiB) 510696

[startup+67.2066 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21157
/proc/meminfo: memFree=10458352/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=521800 CPUtime=254.67 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 255034 1251 0 0 25422 45 0 0 25 0 5 0 596465695 534323200 118250 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 130450 118250 181 55 0 128336 0
[pid=21145/tid=21152] ppid=21143 vsize=521800 CPUtime=62.6 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 43944 1251 0 0 6251 9 0 0 25 0 5 0 596466154 534323200 118250 33554432000 4194304 4417332 140736249220944 18446744073709551615 4250447 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=521800 CPUtime=62.25 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 43650 1251 0 0 6217 8 0 0 25 0 5 0 596466154 534323200 118250 33554432000 4194304 4417332 140736249220944 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=521800 CPUtime=62.6 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 43211 1251 0 0 6253 7 0 0 25 0 5 0 596466154 534323200 118250 33554432000 4194304 4417332 140736249220944 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=521800 CPUtime=62.6 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 30660 1251 0 0 6257 3 0 0 25 0 5 0 596466154 534323200 118250 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 254.67
Current children cumulated vsize (KiB) 521800

[startup+68.0005 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21157
/proc/meminfo: memFree=10458352/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=530652 CPUtime=257.84 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 257287 1251 0 0 25739 45 0 0 25 0 5 0 596465695 543387648 120463 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 132663 120463 181 55 0 130549 0
[pid=21145/tid=21152] ppid=21143 vsize=530652 CPUtime=63.39 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 45685 1251 0 0 6330 9 0 0 25 0 5 0 596466154 543387648 120463 33554432000 4194304 4417332 140736249220944 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=530652 CPUtime=63.04 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 43650 1251 0 0 6296 8 0 0 25 0 5 0 596466154 543387648 120463 33554432000 4194304 4417332 140736249220944 18446744073709551615 4281633 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=530652 CPUtime=63.4 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 43211 1251 0 0 6333 7 0 0 25 0 5 0 596466154 543387648 120463 33554432000 4194304 4417332 140736249220944 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=530652 CPUtime=63.4 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 31172 1251 0 0 6337 3 0 0 25 0 5 0 596466154 543387648 120463 33554432000 4194304 4417332 140736249220944 18446744073709551615 4234253 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 257.84
Current children cumulated vsize (KiB) 530652

[startup+68.4004 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21157
/proc/meminfo: memFree=10441488/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=530284 CPUtime=259.44 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 257287 1251 0 0 25899 45 0 0 25 0 5 0 596465695 543010816 120371 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 132571 120371 181 55 0 130457 0
[pid=21145/tid=21152] ppid=21143 vsize=530284 CPUtime=63.79 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 45685 1251 0 0 6370 9 0 0 25 0 5 0 596466154 543010816 120371 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=530284 CPUtime=63.44 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 43650 1251 0 0 6336 8 0 0 25 0 5 0 596466154 543010816 120371 33554432000 4194304 4417332 140736249220944 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=530284 CPUtime=63.8 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 43211 1251 0 0 6373 7 0 0 25 0 5 0 596466154 543010816 120371 33554432000 4194304 4417332 140736249220944 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=530284 CPUtime=63.8 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 31172 1251 0 0 6377 3 0 0 25 0 5 0 596466154 543010816 120371 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236675 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 259.44
Current children cumulated vsize (KiB) 530284

[startup+68.5004 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21157
/proc/meminfo: memFree=10441488/32951124 swapFree=67102140/67111528
[pid=21145] ppid=21143 vsize=531256 CPUtime=259.84 cores=1,3,5,7
/proc/21145/stat : 21145 (plingeling) S 21143 21145 20615 0 -1 4202496 257530 1251 0 0 25939 45 0 0 25 0 5 0 596465695 544006144 120614 33554432000 4194304 4417332 140736249220944 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21145/statm: 132814 120614 181 55 0 130700 0
[pid=21145/tid=21152] ppid=21143 vsize=531256 CPUtime=63.89 cores=1,3,5,7
/proc/21145/task/21152/stat : 21152 (plingeling) R 21143 21145 20615 0 -1 4202560 45685 1251 0 0 6380 9 0 0 25 0 5 0 596466154 544006144 120614 33554432000 4194304 4417332 140736249220944 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21145/tid=21153] ppid=21143 vsize=531256 CPUtime=63.54 cores=1,3,5,7
/proc/21145/task/21153/stat : 21153 (plingeling) R 21143 21145 20615 0 -1 4202560 43650 1251 0 0 6346 8 0 0 25 0 5 0 596466154 544006144 120614 33554432000 4194304 4417332 140736249220944 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21145/tid=21154] ppid=21143 vsize=531256 CPUtime=63.9 cores=1,3,5,7
/proc/21145/task/21154/stat : 21154 (plingeling) R 21143 21145 20615 0 -1 4202560 43211 1251 0 0 6383 7 0 0 25 0 5 0 596466154 544006144 120614 33554432000 4194304 4417332 140736249220944 18446744073709551615 4281851 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21145/tid=21155] ppid=21143 vsize=531256 CPUtime=63.9 cores=1,3,5,7
/proc/21145/task/21155/stat : 21155 (plingeling) R 21143 21145 20615 0 -1 4202560 31415 1251 0 0 6387 3 0 0 25 0 5 0 596466154 544006144 120614 33554432000 4194304 4417332 140736249220944 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 259.84
Current children cumulated vsize (KiB) 531256

Child status: 20
Real time (s): 68.5893
CPU time (s): 260.101
CPU user time (s): 259.623
CPU system time (s): 0.478927
CPU usage (%): 379.216
Max. virtual memory (cumulated for all children) (KiB): 602080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.623
system time used= 0.478927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258785
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= 196
involuntary context switches= 1996

runsolver used 0.099984 second user time and 0.278957 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:32:30
IDJOB=3286585
IDBENCH=82430
IDSOLVER=1605
FILE ID=node119/3286585-1304062347
RUNJOBID= node119-1304060531-20634
PBS_JOBID= 13170451
Free space on /tmp= 71608 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-3286585-1304062347/watcher-3286585-1304062347 -o /tmp/evaluation-result-3286585-1304062347/solver-3286585-1304062347 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286585-1304062347.cnf

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1547348924

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10884196 kB
Buffers:       2232772 kB
Cached:       17484812 kB
SwapCached:       5504 kB
Active:        9838544 kB
Inactive:     11639072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10884196 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           93264 kB
Writeback:           0 kB
AnonPages:     1756968 kB
Mapped:          15204 kB
Slab:           522284 kB
PageTables:       8240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1981476 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= 71608 MiB
End job on node119 at 2011-04-29 09:33:39