Trace number 3286723

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 764.436 191.526

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

764.40/191.52	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-3286723-1304062419/watcher-3286723-1304062419 -o /tmp/evaluation-result-3286723-1304062419/solver-3286723-1304062419 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286723-1304062419.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.95 7.82 7.31 5/181 21183
/proc/meminfo: memFree=11012780/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=11760 CPUtime=0 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) R 21181 21183 20615 0 -1 4202496 1002 1258 0 0 0 0 0 0 25 0 1 0 596472577 12042240 931 33554432000 4194304 4417332 140735729594224 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21183/statm: 2940 931 147 55 0 826 0

[startup+0.0271939 s]
/proc/loadavg: 7.95 7.82 7.31 5/181 21183
/proc/meminfo: memFree=11012780/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=16256 CPUtime=0.02 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) R 21181 21183 20615 0 -1 4202496 2127 1258 0 0 2 0 0 0 25 0 1 0 596472577 16646144 2056 33554432000 4194304 4417332 140735729594224 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21183/statm: 4064 2056 148 55 0 1950 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16256

[startup+0.100181 s]
/proc/loadavg: 7.95 7.82 7.31 5/181 21183
/proc/meminfo: memFree=11012780/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=27420 CPUtime=0.09 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) R 21181 21183 20615 0 -1 4202496 4950 1258 0 0 9 0 0 0 25 0 1 0 596472577 28078080 4879 33554432000 4194304 4417332 140735729594224 18446744073709551615 4231461 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21183/statm: 6855 4879 148 55 0 4741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27420

[startup+0.301112 s]
/proc/loadavg: 7.95 7.82 7.31 5/181 21183
/proc/meminfo: memFree=11012780/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=72072 CPUtime=0.75 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 7802 1258 0 0 75 0 0 0 25 0 5 0 596472577 73801728 5800 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 18018 5800 174 55 0 15904 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 72072

[startup+0.701044 s]
/proc/loadavg: 7.95 7.82 7.31 5/181 21183
/proc/meminfo: memFree=11012780/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=139084 CPUtime=2.35 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 11044 1258 0 0 234 1 0 0 25 0 5 0 596472577 142422016 6504 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 34771 6504 175 55 0 32657 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 139084

[startup+1.5009 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21193
/proc/meminfo: memFree=10983992/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=151208 CPUtime=5.54 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 16585 1258 0 0 553 1 0 0 25 0 5 0 596472577 154836992 8981 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 37802 8981 177 55 0 35688 0
[pid=21183/tid=21190] ppid=21181 vsize=151208 CPUtime=1.35 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 4523 1258 0 0 135 0 0 0 25 0 5 0 596472592 154836992 8981 33554432000 4194304 4417332 140735729594224 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=151208 CPUtime=1.34 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 2784 1258 0 0 134 0 0 0 25 0 5 0 596472592 154836992 8981 33554432000 4194304 4417332 140735729594224 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=151208 CPUtime=1.35 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 2830 1258 0 0 135 0 0 0 25 0 5 0 596472592 154836992 8981 33554432000 4194304 4417332 140735729594224 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=151208 CPUtime=1.35 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 1486 1258 0 0 135 0 0 0 25 0 5 0 596472592 154836992 8981 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 151208

[startup+3.10062 s]
/proc/loadavg: 7.95 7.82 7.31 9/186 21193
/proc/meminfo: memFree=10966880/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=155268 CPUtime=11.93 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 21535 1258 0 0 1191 2 0 0 25 0 5 0 596472577 158994432 10267 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 38817 10267 181 55 0 36703 0
[pid=21183/tid=21190] ppid=21181 vsize=155268 CPUtime=2.95 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 6530 1258 0 0 294 1 0 0 25 0 5 0 596472592 158994432 10267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4258359 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=155268 CPUtime=2.93 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 5047 1258 0 0 293 0 0 0 25 0 5 0 596472592 158994432 10267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4236224 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=155268 CPUtime=2.95 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 3128 1258 0 0 295 0 0 0 25 0 5 0 596472592 158994432 10267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=155268 CPUtime=2.95 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 1868 1258 0 0 295 0 0 0 25 0 5 0 596472592 158994432 10267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 155268

[startup+6.30106 s]
/proc/loadavg: 7.96 7.82 7.32 9/186 21193
/proc/meminfo: memFree=10935276/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=168664 CPUtime=24.72 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 24900 1258 0 0 2469 3 0 0 25 0 5 0 596472577 172711936 13616 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 42166 13616 181 55 0 40052 0
[pid=21183/tid=21190] ppid=21181 vsize=168664 CPUtime=6.15 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 6530 1258 0 0 614 1 0 0 25 0 5 0 596472592 172711936 13616 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=168664 CPUtime=6.11 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 5795 1258 0 0 611 0 0 0 25 0 5 0 596472592 172711936 13616 33554432000 4194304 4417332 140735729594224 18446744073709551615 4365026 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=168664 CPUtime=6.15 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 3128 1258 0 0 615 0 0 0 25 0 5 0 596472592 172711936 13616 33554432000 4194304 4417332 140735729594224 18446744073709551615 4265499 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=168664 CPUtime=6.15 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 4485 1258 0 0 615 0 0 0 25 0 5 0 596472592 172711936 13616 33554432000 4194304 4417332 140735729594224 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 168664

[startup+12.701 s]
/proc/loadavg: 8.04 7.84 7.32 9/186 21193
/proc/meminfo: memFree=10890836/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=186316 CPUtime=50.29 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 32441 1258 0 0 5025 4 0 0 25 0 5 0 596472577 190787584 18029 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 46579 18029 181 55 0 44465 0
[pid=21183/tid=21190] ppid=21181 vsize=186316 CPUtime=12.55 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 8734 1258 0 0 1254 1 0 0 25 0 5 0 596472592 190787584 18029 33554432000 4194304 4417332 140735729594224 18446744073709551615 4358022 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=186316 CPUtime=12.47 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 6195 1258 0 0 1247 0 0 0 25 0 5 0 596472592 190787584 18029 33554432000 4194304 4417332 140735729594224 18446744073709551615 4275960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=186316 CPUtime=12.55 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 3565 1258 0 0 1255 0 0 0 25 0 5 0 596472592 190787584 18029 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=186316 CPUtime=12.54 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 8985 1258 0 0 1254 0 0 0 25 0 5 0 596472592 190787584 18029 33554432000 4194304 4417332 140735729594224 18446744073709551615 4357456 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 186316

[startup+25.5007 s]
/proc/loadavg: 8.10 7.87 7.34 9/186 21193
/proc/meminfo: memFree=10700244/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=197256 CPUtime=101.41 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 48945 1258 0 0 10134 7 0 0 25 0 5 0 596472577 201990144 20770 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 49314 20770 181 55 0 47200 0
[pid=21183/tid=21190] ppid=21181 vsize=197256 CPUtime=25.35 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 15441 1258 0 0 2532 3 0 0 25 0 5 0 596472592 201990144 20770 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=197256 CPUtime=25.2 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 8442 1258 0 0 2519 1 0 0 25 0 5 0 596472592 201990144 20770 33554432000 4194304 4417332 140735729594224 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=197256 CPUtime=25.34 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 6080 1258 0 0 2534 0 0 0 25 0 5 0 596472592 201990144 20770 33554432000 4194304 4417332 140735729594224 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=197256 CPUtime=25.35 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 14020 1258 0 0 2534 1 0 0 25 0 5 0 596472592 201990144 20770 33554432000 4194304 4417332 140735729594224 18446744073709551615 4357108 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 197256

[startup+51.1003 s]
/proc/loadavg: 8.07 7.88 7.36 9/186 21194
/proc/meminfo: memFree=10467164/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=229632 CPUtime=203.67 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 95415 1258 0 0 20352 15 0 0 25 0 5 0 596472577 235143168 28883 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 57408 28883 181 55 0 55294 0
[pid=21183/tid=21190] ppid=21181 vsize=229632 CPUtime=50.94 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 25630 1258 0 0 5090 4 0 0 25 0 5 0 596472592 235143168 28883 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=229632 CPUtime=50.66 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 18810 1258 0 0 5063 3 0 0 25 0 5 0 596472592 235143168 28883 33554432000 4194304 4417332 140735729594224 18446744073709551615 4366403 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=229632 CPUtime=50.94 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 16811 1258 0 0 5092 2 0 0 25 0 5 0 596472592 235143168 28883 33554432000 4194304 4417332 140735729594224 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=229632 CPUtime=50.94 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 29202 1258 0 0 5091 3 0 0 25 0 5 0 596472592 235143168 28883 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 229632

[startup+102.306 s]
/proc/loadavg: 8.07 7.91 7.39 9/186 21195
/proc/meminfo: memFree=10459536/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=272088 CPUtime=408.22 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 176371 1258 0 0 40793 29 0 0 25 0 5 0 596472577 278618112 39497 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 68022 39497 181 55 0 65908 0
[pid=21183/tid=21190] ppid=21181 vsize=272088 CPUtime=102.16 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 43864 1258 0 0 10208 8 0 0 25 0 5 0 596472592 278618112 39497 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=272088 CPUtime=101.59 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 40008 1258 0 0 10152 7 0 0 25 0 5 0 596472592 278618112 39497 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=272088 CPUtime=102.15 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 36445 1258 0 0 10209 6 0 0 25 0 5 0 596472592 278618112 39497 33554432000 4194304 4417332 140735729594224 18446744073709551615 4353734 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=272088 CPUtime=102.15 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 51092 1258 0 0 10209 6 0 0 25 0 5 0 596472592 278618112 39497 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 272088

[startup+162.301 s]
/proc/loadavg: 8.07 7.94 7.43 9/186 21197
/proc/meminfo: memFree=10550988/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=315244 CPUtime=647.87 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 274889 1258 0 0 64740 47 0 0 25 0 5 0 596472577 322809856 50267 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 78811 50267 181 55 0 76697 0
[pid=21183/tid=21190] ppid=21181 vsize=315244 CPUtime=162.14 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 69855 1258 0 0 16202 12 0 0 25 0 5 0 596472592 322809856 50267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=315244 CPUtime=161.26 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 64662 1258 0 0 16114 12 0 0 25 0 5 0 596472592 322809856 50267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=315244 CPUtime=162.15 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 56341 1258 0 0 16206 9 0 0 25 0 5 0 596472592 322809856 50267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=315244 CPUtime=162.15 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 79069 1258 0 0 16203 12 0 0 25 0 5 0 596472592 322809856 50267 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.87
Current children cumulated vsize (KiB) 315244

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

[startup+166.301 s]
/proc/loadavg: 8.06 7.94 7.44 9/186 21197
/proc/meminfo: memFree=10560536/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=303980 CPUtime=663.85 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 278246 1258 0 0 66337 48 0 0 25 0 5 0 596472577 311275520 47451 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 75995 47451 181 55 0 73881 0
[pid=21183/tid=21190] ppid=21181 vsize=303980 CPUtime=166.14 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 69855 1258 0 0 16602 12 0 0 25 0 5 0 596472592 311275520 47451 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=303980 CPUtime=165.24 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 64662 1258 0 0 16512 12 0 0 25 0 5 0 596472592 311275520 47451 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=303980 CPUtime=166.14 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 57850 1258 0 0 16605 9 0 0 25 0 5 0 596472592 311275520 47451 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=303980 CPUtime=166.15 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 80917 1258 0 0 16603 12 0 0 25 0 5 0 596472592 311275520 47451 33554432000 4194304 4417332 140735729594224 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 663.85
Current children cumulated vsize (KiB) 303980

[startup+179.101 s]
/proc/loadavg: 8.05 7.94 7.44 9/186 21197
/proc/meminfo: memFree=10477448/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=330636 CPUtime=714.99 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 289031 1258 0 0 71449 50 0 0 25 0 5 0 596472577 338571264 54115 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 82659 54115 181 55 0 80545 0
[pid=21183/tid=21190] ppid=21181 vsize=330636 CPUtime=178.95 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 73951 1258 0 0 17882 13 0 0 25 0 5 0 596472592 338571264 54115 33554432000 4194304 4417332 140735729594224 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=330636 CPUtime=177.97 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 65851 1258 0 0 17785 12 0 0 25 0 5 0 596472592 338571264 54115 33554432000 4194304 4417332 140735729594224 18446744073709551615 4310251 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=330636 CPUtime=178.95 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 59632 1258 0 0 17885 10 0 0 25 0 5 0 596472592 338571264 54115 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=330636 CPUtime=178.95 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 84635 1258 0 0 17882 13 0 0 25 0 5 0 596472592 338571264 54115 33554432000 4194304 4417332 140735729594224 18446744073709551615 4321454 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 714.99
Current children cumulated vsize (KiB) 330636

[startup+185.501 s]
/proc/loadavg: 8.04 7.94 7.45 9/186 21198
/proc/meminfo: memFree=10405144/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=333136 CPUtime=740.55 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 298506 1258 0 0 74004 51 0 0 25 0 5 0 596472577 341131264 54740 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 83284 54740 181 55 0 81170 0
[pid=21183/tid=21190] ppid=21181 vsize=333136 CPUtime=185.35 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 73951 1258 0 0 18522 13 0 0 25 0 5 0 596472592 341131264 54740 33554432000 4194304 4417332 140735729594224 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=333136 CPUtime=184.33 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 71611 1258 0 0 18420 13 0 0 25 0 5 0 596472592 341131264 54740 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=333136 CPUtime=185.35 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 59632 1258 0 0 18525 10 0 0 25 0 5 0 596472592 341131264 54740 33554432000 4194304 4417332 140735729594224 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=333136 CPUtime=185.34 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 88350 1258 0 0 18521 13 0 0 25 0 5 0 596472592 341131264 54740 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 740.55
Current children cumulated vsize (KiB) 333136

[startup+188.701 s]
/proc/loadavg: 8.04 7.94 7.45 9/186 21198
/proc/meminfo: memFree=10403036/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=335172 CPUtime=753.33 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 299016 1258 0 0 75282 51 0 0 25 0 5 0 596472577 343216128 55249 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 83793 55249 181 55 0 81679 0
[pid=21183/tid=21190] ppid=21181 vsize=335172 CPUtime=188.55 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 73958 1258 0 0 18842 13 0 0 25 0 5 0 596472592 343216128 55249 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=335172 CPUtime=187.52 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 71611 1258 0 0 18739 13 0 0 25 0 5 0 596472592 343216128 55249 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=335172 CPUtime=188.55 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 59632 1258 0 0 18845 10 0 0 25 0 5 0 596472592 343216128 55249 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=335172 CPUtime=188.54 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 88853 1258 0 0 18841 13 0 0 25 0 5 0 596472592 343216128 55249 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 753.33
Current children cumulated vsize (KiB) 335172

[startup+190.307 s]
/proc/loadavg: 8.04 7.94 7.45 9/186 21198
/proc/meminfo: memFree=10386544/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=351700 CPUtime=759.74 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 303148 1258 0 0 75922 52 0 0 25 0 5 0 596472577 360140800 59381 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 87925 59381 181 55 0 85811 0
[pid=21183/tid=21190] ppid=21181 vsize=351700 CPUtime=190.16 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 77436 1258 0 0 19002 14 0 0 25 0 5 0 596472592 360140800 59381 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=351700 CPUtime=189.11 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 71611 1258 0 0 18898 13 0 0 25 0 5 0 596472592 360140800 59381 33554432000 4194304 4417332 140735729594224 18446744073709551615 4320876 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=351700 CPUtime=190.16 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 59632 1258 0 0 19006 10 0 0 25 0 5 0 596472592 360140800 59381 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=351700 CPUtime=190.16 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 89507 1258 0 0 19002 14 0 0 25 0 5 0 596472592 360140800 59381 33554432000 4194304 4417332 140735729594224 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 759.74
Current children cumulated vsize (KiB) 351700

[startup+191.101 s]
/proc/loadavg: 8.04 7.94 7.45 9/186 21198
/proc/meminfo: memFree=10386544/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=353104 CPUtime=762.92 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 303499 1258 0 0 76240 52 0 0 25 0 5 0 596472577 361578496 59732 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 88276 59732 181 55 0 86162 0
[pid=21183/tid=21190] ppid=21181 vsize=353104 CPUtime=190.95 cores=1,3,5,7
/proc/21183/task/21190/stat : 21190 (plingeling) R 21181 21183 20615 0 -1 4202560 77436 1258 0 0 19081 14 0 0 25 0 5 0 596472592 361578496 59732 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21183/tid=21191] ppid=21181 vsize=353104 CPUtime=189.91 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 71611 1258 0 0 18978 13 0 0 25 0 5 0 596472592 361578496 59732 33554432000 4194304 4417332 140735729594224 18446744073709551615 4250977 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21183/tid=21192] ppid=21181 vsize=353104 CPUtime=190.95 cores=1,3,5,7
/proc/21183/task/21192/stat : 21192 (plingeling) R 21181 21183 20615 0 -1 4202560 59632 1258 0 0 19085 10 0 0 25 0 5 0 596472592 361578496 59732 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21183/tid=21193] ppid=21181 vsize=353104 CPUtime=190.95 cores=1,3,5,7
/proc/21183/task/21193/stat : 21193 (plingeling) R 21181 21183 20615 0 -1 4202560 89858 1258 0 0 19081 14 0 0 25 0 5 0 596472592 361578496 59732 33554432000 4194304 4417332 140735729594224 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 762.92
Current children cumulated vsize (KiB) 353104

[startup+191.501 s]
/proc/loadavg: 8.04 7.94 7.45 9/186 21198
/proc/meminfo: memFree=10378732/32951124 swapFree=67102140/67111528
[pid=21183] ppid=21181 vsize=359500 CPUtime=764.4 cores=1,3,5,7
/proc/21183/stat : 21183 (plingeling) S 21181 21183 20615 0 -1 4202496 305099 1258 0 0 76387 53 0 0 18 0 2 0 596472577 368128000 61332 33554432000 4194304 4417332 140735729594224 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21183/statm: 89875 61332 182 55 0 87761 0
[pid=21183/tid=21191] ppid=21181 vsize=359500 CPUtime=190.3 cores=1,3,5,7
/proc/21183/task/21191/stat : 21191 (plingeling) R 21181 21183 20615 0 -1 4202560 71611 1258 0 0 19017 13 0 0 25 0 2 0 596472592 368128000 61332 33554432000 4194304 4417332 140735729594224 18446744073709551615 4364289 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 764.4
Current children cumulated vsize (KiB) 359500

Child status: 20
Real time (s): 191.526
CPU time (s): 764.436
CPU user time (s): 763.891
CPU system time (s): 0.544917
CPU usage (%): 399.13
Max. virtual memory (cumulated for all children) (KiB): 359500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 763.891
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306360
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= 153
involuntary context switches= 5787

runsolver used 0.266959 second user time and 0.78388 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:33:39
IDJOB=3286723
IDBENCH=82433
IDSOLVER=1605
FILE ID=node119/3286723-1304062419
RUNJOBID= node119-1304060531-20634
PBS_JOBID= 13170451
Free space on /tmp= 71696 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286723-1304062419/watcher-3286723-1304062419 -o /tmp/evaluation-result-3286723-1304062419/solver-3286723-1304062419 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286723-1304062419.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=892519844

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:      11013060 kB
Buffers:       2232784 kB
Cached:       17394296 kB
SwapCached:       5504 kB
Active:        9712140 kB
Inactive:     11639592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11013060 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            2244 kB
Writeback:           0 kB
AnonPages:     1721980 kB
Mapped:          15344 kB
Slab:           519860 kB
PageTables:       7540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1910172 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= 71696 MiB
End job on node119 at 2011-04-29 09:36:51