Trace number 3371412

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 587f (fixed)UNSAT 333.063 84.1492

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.5967
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

332.94/84.14	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: 961)

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-3371412-1305421790/watcher-3371412-1305421790 -o /tmp/evaluation-result-3371412-1305421790/solver-3371412-1305421790 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371412-1305421790.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.45 7.96 7.91 2/380 13449
/proc/meminfo: memFree=14832488/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=10988 CPUtime=0 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) R 13447 13449 12655 0 -1 4202496 827 1251 0 0 0 0 0 0 21 0 1 0 732409735 11251712 758 33554432000 4194304 4417452 140733778366512 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13449/statm: 2747 758 144 55 0 633 0

[startup+0.114459 s]
/proc/loadavg: 7.45 7.96 7.91 2/380 13449
/proc/meminfo: memFree=14832488/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=16344 CPUtime=0.1 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) R 13447 13449 12655 0 -1 4202496 2191 1251 0 0 10 0 0 0 22 0 1 0 732409735 16736256 2110 33554432000 4194304 4417452 140733778366512 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13449/statm: 4086 2110 149 55 0 1972 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16344

[startup+0.200444 s]
/proc/loadavg: 7.45 7.96 7.91 2/380 13449
/proc/meminfo: memFree=14832488/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=24552 CPUtime=0.19 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) R 13447 13449 12655 0 -1 4202496 4251 1251 0 0 19 0 0 0 22 0 1 0 732409735 25141248 4162 33554432000 4194304 4417452 140733778366512 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13449/statm: 6138 4162 149 55 0 4024 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24552

[startup+0.300416 s]
/proc/loadavg: 7.45 7.96 7.91 2/380 13449
/proc/meminfo: memFree=14832488/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=40692 CPUtime=0.29 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) R 13447 13449 12655 0 -1 4202496 8286 1251 0 0 28 1 0 0 22 0 1 0 732409735 41668608 8197 33554432000 4194304 4417452 140733778366512 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13449/statm: 10173 8197 149 55 0 8059 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40692

[startup+0.700346 s]
/proc/loadavg: 7.45 7.96 7.91 2/380 13449
/proc/meminfo: memFree=14832488/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=68340 CPUtime=0.69 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) R 13447 13449 12655 0 -1 4202496 15198 1251 0 0 67 2 0 0 24 0 1 0 732409735 69980160 15109 33554432000 4194304 4417452 140733778366512 18446744073709551615 216734797406 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13449/statm: 17085 15109 149 55 0 14971 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68340

[startup+1.50117 s]
/proc/loadavg: 7.45 7.96 7.91 6/388 13470
/proc/meminfo: memFree=14681564/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=148800 CPUtime=3.59 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 35316 1251 0 0 354 5 0 0 25 0 5 0 732409735 152371200 24982 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 37200 24982 175 55 0 35086 0
[pid=13449/tid=13456] ppid=13447 vsize=148800 CPUtime=0.7 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 1446 1251 0 0 70 0 0 0 25 0 5 0 732409814 152371200 24982 33554432000 4194304 4417452 140733778366512 18446744073709551615 4287184 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=148800 CPUtime=0.68 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 2188 1251 0 0 68 0 0 0 25 0 5 0 732409814 152371200 24982 33554432000 4194304 4417452 140733778366512 18446744073709551615 4282719 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=148800 CPUtime=0.7 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 1597 1251 0 0 70 0 0 0 25 0 5 0 732409814 152371200 24982 33554432000 4194304 4417452 140733778366512 18446744073709551615 4287907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=148800 CPUtime=0.7 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 986 1251 0 0 70 0 0 0 25 0 5 0 732409814 152371200 24982 33554432000 4194304 4417452 140733778366512 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 148800

[startup+3.1009 s]
/proc/loadavg: 7.45 7.96 7.91 6/388 13470
/proc/meminfo: memFree=14542312/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=159400 CPUtime=9.97 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 39507 1251 0 0 992 5 0 0 25 0 5 0 732409735 163225600 26975 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 39850 26975 179 55 0 37736 0
[pid=13449/tid=13456] ppid=13447 vsize=159400 CPUtime=2.3 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 1808 1251 0 0 230 0 0 0 25 0 5 0 732409814 163225600 26975 33554432000 4194304 4417452 140733778366512 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=159400 CPUtime=2.27 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 2647 1251 0 0 227 0 0 0 25 0 5 0 732409814 163225600 26975 33554432000 4194304 4417452 140733778366512 18446744073709551615 4346677 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=159400 CPUtime=2.29 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 4967 1251 0 0 229 0 0 0 25 0 5 0 732409814 163225600 26975 33554432000 4194304 4417452 140733778366512 18446744073709551615 4233255 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=159400 CPUtime=2.3 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 986 1251 0 0 230 0 0 0 25 0 5 0 732409814 163225600 26975 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357222 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 159400

[startup+6.30034 s]
/proc/loadavg: 7.25 7.91 7.89 9/392 13474
/proc/meminfo: memFree=14425844/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=219612 CPUtime=22.73 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 42243 1251 0 0 2267 6 0 0 25 0 5 0 732409735 224882688 27351 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 54903 27351 180 55 0 52789 0
[pid=13449/tid=13456] ppid=13447 vsize=219612 CPUtime=5.5 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 3159 1251 0 0 550 0 0 0 25 0 5 0 732409814 224882688 27351 33554432000 4194304 4417452 140733778366512 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=219612 CPUtime=5.42 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 2653 1251 0 0 542 0 0 0 25 0 5 0 732409814 224882688 27351 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357949 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=219612 CPUtime=5.49 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 5189 1251 0 0 549 0 0 0 25 0 5 0 732409814 224882688 27351 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=219612 CPUtime=5.5 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 2143 1251 0 0 550 0 0 0 25 0 5 0 732409814 224882688 27351 33554432000 4194304 4417452 140733778366512 18446744073709551615 4232640 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.73
Current children cumulated vsize (KiB) 219612

[startup+12.7012 s]
/proc/loadavg: 7.31 7.91 7.89 9/392 13474
/proc/meminfo: memFree=14382612/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=244004 CPUtime=48.25 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 49228 1251 0 0 4818 7 0 0 25 0 5 0 732409735 249860096 33000 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 61001 33000 180 55 0 58887 0
[pid=13449/tid=13456] ppid=13447 vsize=244004 CPUtime=11.9 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 4652 1251 0 0 1190 0 0 0 25 0 5 0 732409814 249860096 33000 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=244004 CPUtime=11.74 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 3535 1251 0 0 1174 0 0 0 25 0 5 0 732409814 249860096 33000 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=244004 CPUtime=11.89 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 6684 1251 0 0 1189 0 0 0 25 0 5 0 732409814 249860096 33000 33554432000 4194304 4417452 140733778366512 18446744073709551615 4355860 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=244004 CPUtime=11.9 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 5258 1251 0 0 1190 0 0 0 25 0 5 0 732409814 249860096 33000 33554432000 4194304 4417452 140733778366512 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.25
Current children cumulated vsize (KiB) 244004

[startup+25.501 s]
/proc/loadavg: 7.29 7.88 7.88 6/388 13506
/proc/meminfo: memFree=14472308/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=283292 CPUtime=99.29 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 59136 1251 0 0 9921 8 0 0 25 0 5 0 732409735 290091008 42822 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 70823 42822 180 55 0 68709 0
[pid=13449/tid=13456] ppid=13447 vsize=283292 CPUtime=24.7 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 7529 1251 0 0 2469 1 0 0 25 0 5 0 732409814 290091008 42822 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=283292 CPUtime=24.37 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 6087 1251 0 0 2437 0 0 0 25 0 5 0 732409814 290091008 42822 33554432000 4194304 4417452 140733778366512 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=283292 CPUtime=24.7 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 8184 1251 0 0 2469 1 0 0 25 0 5 0 732409814 290091008 42822 33554432000 4194304 4417452 140733778366512 18446744073709551615 4354469 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=283292 CPUtime=24.69 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 8237 1251 0 0 2469 0 0 0 25 0 5 0 732409814 290091008 42822 33554432000 4194304 4417452 140733778366512 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.29
Current children cumulated vsize (KiB) 283292

[startup+51.1005 s]
/proc/loadavg: 7.47 7.88 7.88 9/392 13511
/proc/meminfo: memFree=13736432/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=328092 CPUtime=201.36 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 74644 1251 0 0 20127 9 0 0 25 0 5 0 732409735 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 82023 54022 180 55 0 79909 0
[pid=13449/tid=13456] ppid=13447 vsize=328092 CPUtime=50.3 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 11559 1251 0 0 5029 1 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4232656 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=328092 CPUtime=49.65 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 7436 1251 0 0 4965 0 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4355852 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=328092 CPUtime=50.3 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 10076 1251 0 0 5029 1 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=328092 CPUtime=50.29 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 16474 1251 0 0 5028 1 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.36
Current children cumulated vsize (KiB) 328092

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

[startup+51.2005 s]
/proc/loadavg: 7.47 7.88 7.88 9/392 13511
/proc/meminfo: memFree=13736432/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=328092 CPUtime=201.76 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 74644 1251 0 0 20167 9 0 0 25 0 5 0 732409735 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 82023 54022 180 55 0 79909 0
[pid=13449/tid=13456] ppid=13447 vsize=328092 CPUtime=50.4 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 11559 1251 0 0 5039 1 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4365111 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=328092 CPUtime=49.75 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 7436 1251 0 0 4975 0 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364456 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=328092 CPUtime=50.4 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 10076 1251 0 0 5039 1 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357797 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=328092 CPUtime=50.39 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 16474 1251 0 0 5038 1 0 0 25 0 5 0 732409814 335966208 54022 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.76
Current children cumulated vsize (KiB) 328092

[startup+64.0003 s]
/proc/loadavg: 7.66 7.90 7.89 9/392 13511
/proc/meminfo: memFree=13711944/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=360508 CPUtime=252.79 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 82830 1251 0 0 25269 10 0 0 25 0 5 0 732409735 369160192 62126 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 90127 62126 180 55 0 88013 0
[pid=13449/tid=13456] ppid=13447 vsize=360508 CPUtime=63.19 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 6318 1 0 0 25 0 5 0 732409814 369160192 62126 33554432000 4194304 4417452 140733778366512 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=360508 CPUtime=62.38 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 6238 0 0 0 25 0 5 0 732409814 369160192 62126 33554432000 4194304 4417452 140733778366512 18446744073709551615 4264256 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=360508 CPUtime=63.19 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 6318 1 0 0 25 0 5 0 732409814 369160192 62126 33554432000 4194304 4417452 140733778366512 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=360508 CPUtime=63.2 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 18993 1251 0 0 6318 2 0 0 25 0 5 0 732409814 369160192 62126 33554432000 4194304 4417452 140733778366512 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 252.79
Current children cumulated vsize (KiB) 360508

[startup+76.801 s]
/proc/loadavg: 7.71 7.90 7.89 9/392 13512
/proc/meminfo: memFree=13686920/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=385492 CPUtime=303.84 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 89093 1251 0 0 30373 11 0 0 25 0 5 0 732409735 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 96373 68372 180 55 0 94259 0
[pid=13449/tid=13456] ppid=13447 vsize=385492 CPUtime=76 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 7599 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4366523 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=385492 CPUtime=75.02 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 7502 0 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=385492 CPUtime=76 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 7599 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=385492 CPUtime=75.99 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 25256 1251 0 0 7597 2 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 303.84
Current children cumulated vsize (KiB) 385492

[startup+80.0005 s]
/proc/loadavg: 7.73 7.90 7.89 9/392 13512
/proc/meminfo: memFree=13687044/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=385492 CPUtime=316.6 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 89093 1251 0 0 31649 11 0 0 25 0 5 0 732409735 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 96373 68372 180 55 0 94259 0
[pid=13449/tid=13456] ppid=13447 vsize=385492 CPUtime=79.19 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 7918 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357241 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=385492 CPUtime=78.18 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 7818 0 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=385492 CPUtime=79.19 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 7918 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4251258 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=385492 CPUtime=79.19 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 25256 1251 0 0 7917 2 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 316.6
Current children cumulated vsize (KiB) 385492

[startup+81.6012 s]
/proc/loadavg: 7.73 7.90 7.89 9/392 13512
/proc/meminfo: memFree=13698824/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=385492 CPUtime=322.97 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 89093 1251 0 0 32286 11 0 0 25 0 5 0 732409735 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 96373 68372 180 55 0 94259 0
[pid=13449/tid=13456] ppid=13447 vsize=385492 CPUtime=80.8 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 8079 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=385492 CPUtime=79.75 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 7975 0 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4250953 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=385492 CPUtime=80.8 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 8079 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=385492 CPUtime=80.79 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 25256 1251 0 0 8077 2 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 322.97
Current children cumulated vsize (KiB) 385492

[startup+83.2009 s]
/proc/loadavg: 7.73 7.90 7.89 9/392 13512
/proc/meminfo: memFree=13698328/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=385492 CPUtime=329.36 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 89093 1251 0 0 32925 11 0 0 25 0 5 0 732409735 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 96373 68372 180 55 0 94259 0
[pid=13449/tid=13456] ppid=13447 vsize=385492 CPUtime=82.4 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 8239 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=385492 CPUtime=81.34 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 8134 0 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4353508 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=385492 CPUtime=82.4 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 8239 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357638 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=385492 CPUtime=82.39 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 25256 1251 0 0 8237 2 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 329.36
Current children cumulated vsize (KiB) 385492

[startup+83.6009 s]
/proc/loadavg: 7.75 7.90 7.89 9/392 13512
/proc/meminfo: memFree=13698328/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=385492 CPUtime=330.98 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 89093 1251 0 0 33087 11 0 0 25 0 5 0 732409735 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 96373 68372 180 55 0 94259 0
[pid=13449/tid=13456] ppid=13447 vsize=385492 CPUtime=82.81 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 8280 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=385492 CPUtime=81.74 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 8174 0 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=385492 CPUtime=82.81 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 8280 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4365976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=385492 CPUtime=82.81 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 25256 1251 0 0 8279 2 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 330.98
Current children cumulated vsize (KiB) 385492

[startup+84.0008 s]
/proc/loadavg: 7.75 7.90 7.89 9/392 13512
/proc/meminfo: memFree=13698328/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=385492 CPUtime=332.54 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 89093 1251 0 0 33243 11 0 0 25 0 5 0 732409735 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 96373 68372 180 55 0 94259 0
[pid=13449/tid=13456] ppid=13447 vsize=385492 CPUtime=83.2 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 8319 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=385492 CPUtime=82.13 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 8213 0 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4355830 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=385492 CPUtime=83.2 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 8319 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=385492 CPUtime=83.19 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 25256 1251 0 0 8317 2 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 332.54
Current children cumulated vsize (KiB) 385492

[startup+84.1008 s]
/proc/loadavg: 7.75 7.90 7.89 9/392 13512
/proc/meminfo: memFree=13698328/32951124 swapFree=65586204/67111528
[pid=13449] ppid=13447 vsize=385492 CPUtime=332.94 cores=1,3,5,7
/proc/13449/stat : 13449 (plingeling) S 13447 13449 12655 0 -1 4202496 89093 1251 0 0 33283 11 0 0 25 0 5 0 732409735 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13449/statm: 96373 68372 180 55 0 94259 0
[pid=13449/tid=13456] ppid=13447 vsize=385492 CPUtime=83.3 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (plingeling) R 13447 13449 12655 0 -1 4202560 14402 1251 0 0 8329 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13449/tid=13457] ppid=13447 vsize=385492 CPUtime=82.23 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (plingeling) R 13447 13449 12655 0 -1 4202560 8188 1251 0 0 8223 0 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13449/tid=13458] ppid=13447 vsize=385492 CPUtime=83.3 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (plingeling) R 13447 13449 12655 0 -1 4202560 12148 1251 0 0 8329 1 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13449/tid=13459] ppid=13447 vsize=385492 CPUtime=83.29 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (plingeling) R 13447 13449 12655 0 -1 4202560 25256 1251 0 0 8327 2 0 0 25 0 5 0 732409814 394743808 68372 33554432000 4194304 4417452 140733778366512 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 332.94
Current children cumulated vsize (KiB) 385492

Child status: 20
Real time (s): 84.1492
CPU time (s): 333.063
CPU user time (s): 332.931
CPU system time (s): 0.131979
CPU usage (%): 395.801
Max. virtual memory (cumulated for all children) (KiB): 385560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 332.931
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90348
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= 119
involuntary context switches= 2555

runsolver used 0.283956 second user time and 0.794879 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 03:09:51
IDJOB=3371412
IDBENCH=82410
IDSOLVER=1848
FILE ID=node119/3371412-1305421790
RUNJOBID= node119-1305421790-13436
PBS_JOBID= 13324563
Free space on /tmp= 73156 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371412-1305421790/watcher-3371412-1305421790 -o /tmp/evaluation-result-3371412-1305421790/solver-3371412-1305421790 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371412-1305421790.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=106741938

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:      14832644 kB
Buffers:        288092 kB
Cached:        4613540 kB
SwapCached:       4756 kB
Active:       14729076 kB
Inactive:      3056520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14832644 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           38512 kB
Writeback:           0 kB
AnonPages:    12882092 kB
Mapped:          29616 kB
Slab:           211600 kB
PageTables:      56412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102460604 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= 73104 MiB
End job on node119 at 2011-05-15 03:11:15