Trace number 3285987

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 348.007 87.7424

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

347.92/87.74	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-3285987-1304061756/watcher-3285987-1304061756 -o /tmp/evaluation-result-3285987-1304061756/solver-3285987-1304061756 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3285987-1304061756.cnf 

running on 4 cores: 0,2,4,6

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: 6.98 7.79 6.91 5/181 20805
/proc/meminfo: memFree=11200160/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=10460 CPUtime=0 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) R 20803 20805 20615 0 -1 4202496 673 1262 0 0 0 0 0 0 25 0 1 0 596406304 10711040 602 33554432000 4194304 4417332 140736329875440 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/20805/statm: 2615 602 143 55 0 501 0

[startup+0.0950759 s]
/proc/loadavg: 6.98 7.79 6.91 5/181 20805
/proc/meminfo: memFree=11200160/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=15948 CPUtime=0.09 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) R 20803 20805 20615 0 -1 4202496 2078 1262 0 0 9 0 0 0 25 0 1 0 596406304 16330752 1995 33554432000 4194304 4417332 140736329875440 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/20805/statm: 3987 1995 148 55 0 1873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15948

[startup+0.101071 s]
/proc/loadavg: 6.98 7.79 6.91 5/181 20805
/proc/meminfo: memFree=11200160/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=15948 CPUtime=0.09 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) R 20803 20805 20615 0 -1 4202496 2078 1262 0 0 9 0 0 0 25 0 1 0 596406304 16330752 1995 33554432000 4194304 4417332 140736329875440 18446744073709551615 4236986 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/20805/statm: 3987 1995 148 55 0 1873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15948

[startup+0.301038 s]
/proc/loadavg: 6.98 7.79 6.91 5/181 20805
/proc/meminfo: memFree=11200160/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=40692 CPUtime=0.28 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) R 20803 20805 20615 0 -1 4202496 8288 1262 0 0 28 0 0 0 25 0 1 0 596406304 41668608 8197 33554432000 4194304 4417332 140736329875440 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/20805/statm: 10173 8197 148 55 0 8059 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40692

[startup+0.701002 s]
/proc/loadavg: 6.98 7.79 6.91 5/181 20805
/proc/meminfo: memFree=11200160/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=68340 CPUtime=0.69 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) R 20803 20805 20615 0 -1 4202496 15200 1262 0 0 68 1 0 0 25 0 1 0 596406304 69980160 15109 33554432000 4194304 4417332 140736329875440 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/20805/statm: 17085 15109 148 55 0 14971 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68340

[startup+1.50079 s]
/proc/loadavg: 6.82 7.74 6.90 9/186 20815
/proc/meminfo: memFree=11102912/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=211268 CPUtime=3.61 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 34795 1262 0 0 358 3 0 0 25 0 5 0 596406304 216338432 25506 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 52817 25506 173 55 0 50703 0
[pid=20805/tid=20812] ppid=20803 vsize=211268 CPUtime=0.7 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 967 1262 0 0 70 0 0 0 25 0 5 0 596406383 216338432 25506 33554432000 4194304 4417332 140736329875440 18446744073709551615 4285102 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=211268 CPUtime=0.7 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 1910 1262 0 0 70 0 0 0 25 0 5 0 596406383 216338432 25506 33554432000 4194304 4417332 140736329875440 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=211268 CPUtime=0.7 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 2132 1262 0 0 70 0 0 0 25 0 5 0 596406383 216338432 25506 33554432000 4194304 4417332 140736329875440 18446744073709551615 4284943 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=211268 CPUtime=0.7 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 685 1262 0 0 70 0 0 0 25 0 5 0 596406383 216338432 25506 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 211268

[startup+3.10051 s]
/proc/loadavg: 6.82 7.74 6.90 9/186 20815
/proc/meminfo: memFree=11123248/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=222888 CPUtime=9.99 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 41411 1262 0 0 996 3 0 0 25 0 5 0 596406304 228237312 27600 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 55722 27600 178 55 0 53608 0
[pid=20805/tid=20812] ppid=20803 vsize=222888 CPUtime=2.3 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 1129 1262 0 0 230 0 0 0 25 0 5 0 596406383 228237312 27600 33554432000 4194304 4417332 140736329875440 18446744073709551615 4346385 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=222888 CPUtime=2.3 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 2999 1262 0 0 230 0 0 0 25 0 5 0 596406383 228237312 27600 33554432000 4194304 4417332 140736329875440 18446744073709551615 4346215 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=222888 CPUtime=2.29 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 7216 1262 0 0 229 0 0 0 25 0 5 0 596406383 228237312 27600 33554432000 4194304 4417332 140736329875440 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=222888 CPUtime=2.29 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 966 1262 0 0 229 0 0 0 25 0 5 0 596406383 228237312 27600 33554432000 4194304 4417332 140736329875440 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 222888

[startup+6.30095 s]
/proc/loadavg: 6.82 7.74 6.90 9/186 20815
/proc/meminfo: memFree=10851944/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=216680 CPUtime=22.78 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 42900 1262 0 0 2274 4 0 0 25 0 5 0 596406304 221880320 26517 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 54170 26517 180 55 0 52056 0
[pid=20805/tid=20812] ppid=20803 vsize=216680 CPUtime=5.51 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 1385 1262 0 0 551 0 0 0 25 0 5 0 596406383 221880320 26517 33554432000 4194304 4417332 140736329875440 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=216680 CPUtime=5.49 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 3133 1262 0 0 549 0 0 0 25 0 5 0 596406383 221880320 26517 33554432000 4194304 4417332 140736329875440 18446744073709551615 4358261 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=216680 CPUtime=5.49 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 7672 1262 0 0 549 0 0 0 25 0 5 0 596406383 221880320 26517 33554432000 4194304 4417332 140736329875440 18446744073709551615 4365097 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=216680 CPUtime=5.47 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 1609 1262 0 0 547 0 0 0 25 0 5 0 596406383 221880320 26517 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.78
Current children cumulated vsize (KiB) 216680

[startup+12.7009 s]
/proc/loadavg: 6.92 7.73 6.91 8/185 20815
/proc/meminfo: memFree=11080768/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=251176 CPUtime=48.35 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 51529 1262 0 0 4830 5 0 0 25 0 5 0 596406304 257204224 35141 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 62794 35141 180 55 0 60680 0
[pid=20805/tid=20812] ppid=20803 vsize=251176 CPUtime=11.9 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 1979 1262 0 0 1190 0 0 0 25 0 5 0 596406383 257204224 35141 33554432000 4194304 4417332 140736329875440 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=251176 CPUtime=11.89 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 4515 1262 0 0 1189 0 0 0 25 0 5 0 596406383 257204224 35141 33554432000 4194304 4417332 140736329875440 18446744073709551615 4365108 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=251176 CPUtime=11.89 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 8839 1262 0 0 1189 0 0 0 25 0 5 0 596406383 257204224 35141 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=251176 CPUtime=11.83 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 7095 1262 0 0 1183 0 0 0 25 0 5 0 596406383 257204224 35141 33554432000 4194304 4417332 140736329875440 18446744073709551615 4366498 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.35
Current children cumulated vsize (KiB) 251176

[startup+25.5006 s]
/proc/loadavg: 6.63 7.64 6.89 6/179 20819
/proc/meminfo: memFree=12368436/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=290392 CPUtime=99.47 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 61398 1262 0 0 9941 6 0 0 25 0 5 0 596406304 297361408 44945 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 72598 44945 180 55 0 70484 0
[pid=20805/tid=20812] ppid=20803 vsize=290392 CPUtime=24.7 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 5367 1262 0 0 2470 0 0 0 25 0 5 0 596406383 297361408 44945 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364969 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=290392 CPUtime=24.68 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 4558 1262 0 0 2468 0 0 0 25 0 5 0 596406383 297361408 44945 33554432000 4194304 4417332 140736329875440 18446744073709551615 4232636 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=290392 CPUtime=24.7 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 11471 1262 0 0 2469 1 0 0 25 0 5 0 596406383 297361408 44945 33554432000 4194304 4417332 140736329875440 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=290392 CPUtime=24.56 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 10901 1262 0 0 2456 0 0 0 25 0 5 0 596406383 297361408 44945 33554432000 4194304 4417332 140736329875440 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.47
Current children cumulated vsize (KiB) 290392

[startup+51.1011 s]
/proc/loadavg: 6.84 7.58 6.89 9/186 20853
/proc/meminfo: memFree=11782732/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=336920 CPUtime=201.73 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 75488 1262 0 0 20163 10 0 0 25 0 5 0 596406304 345006080 56224 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 84230 56224 181 55 0 82116 0
[pid=20805/tid=20812] ppid=20803 vsize=336920 CPUtime=50.29 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 8188 1262 0 0 5029 0 0 0 25 0 5 0 596406383 345006080 56224 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=336920 CPUtime=50.29 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6361 1262 0 0 5026 3 0 0 25 0 5 0 596406383 345006080 56224 33554432000 4194304 4417332 140736329875440 18446744073709551615 4357169 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=336920 CPUtime=50.3 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12668 1262 0 0 5029 1 0 0 25 0 5 0 596406383 345006080 56224 33554432000 4194304 4417332 140736329875440 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=336920 CPUtime=50.02 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 19170 1262 0 0 5001 1 0 0 25 0 5 0 596406383 345006080 56224 33554432000 4194304 4417332 140736329875440 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.73
Current children cumulated vsize (KiB) 336920

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

[startup+63.9009 s]
/proc/loadavg: 7.09 7.61 6.91 9/186 20853
/proc/meminfo: memFree=11724384/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=354504 CPUtime=252.85 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 84569 1262 0 0 25274 11 0 0 25 0 5 0 596406304 363012096 60652 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 88626 60652 181 55 0 86512 0
[pid=20805/tid=20812] ppid=20803 vsize=354504 CPUtime=63.09 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 9439 1262 0 0 6309 0 0 0 25 0 5 0 596406383 363012096 60652 33554432000 4194304 4417332 140736329875440 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=354504 CPUtime=63.09 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6386 1262 0 0 6306 3 0 0 25 0 5 0 596406383 363012096 60652 33554432000 4194304 4417332 140736329875440 18446744073709551615 4264178 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=354504 CPUtime=63.1 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12668 1262 0 0 6309 1 0 0 25 0 5 0 596406383 363012096 60652 33554432000 4194304 4417332 140736329875440 18446744073709551615 4232601 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=354504 CPUtime=62.75 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 26975 1262 0 0 6273 2 0 0 25 0 5 0 596406383 363012096 60652 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 252.85
Current children cumulated vsize (KiB) 354504

[startup+76.7007 s]
/proc/loadavg: 7.29 7.63 6.93 9/186 20853
/proc/meminfo: memFree=11716444/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=356424 CPUtime=303.98 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 85047 1262 0 0 30387 11 0 0 25 0 5 0 596406304 364978176 61100 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 89106 61100 181 55 0 86992 0
[pid=20805/tid=20812] ppid=20803 vsize=356424 CPUtime=75.89 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 9439 1262 0 0 7589 0 0 0 25 0 5 0 596406383 364978176 61100 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=356424 CPUtime=75.88 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6386 1262 0 0 7585 3 0 0 25 0 5 0 596406383 364978176 61100 33554432000 4194304 4417332 140736329875440 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=356424 CPUtime=75.9 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12692 1262 0 0 7589 1 0 0 25 0 5 0 596406383 364978176 61100 33554432000 4194304 4417332 140736329875440 18446744073709551615 4236679 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=356424 CPUtime=75.48 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 27429 1262 0 0 7546 2 0 0 25 0 5 0 596406383 364978176 61100 33554432000 4194304 4417332 140736329875440 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 303.98
Current children cumulated vsize (KiB) 356424

[startup+83.1005 s]
/proc/loadavg: 7.35 7.63 6.93 9/186 20853
/proc/meminfo: memFree=11668084/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=364224 CPUtime=329.54 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 87019 1262 0 0 32943 11 0 0 25 0 5 0 596406304 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 91056 63050 181 55 0 88942 0
[pid=20805/tid=20812] ppid=20803 vsize=364224 CPUtime=82.29 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 9439 1262 0 0 8229 0 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=364224 CPUtime=82.28 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6386 1262 0 0 8225 3 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=364224 CPUtime=82.3 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12692 1262 0 0 8229 1 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=364224 CPUtime=81.86 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 29401 1262 0 0 8183 3 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 329.54
Current children cumulated vsize (KiB) 364224

[startup+86.301 s]
/proc/loadavg: 7.40 7.64 6.94 9/186 20853
/proc/meminfo: memFree=11667576/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=364224 CPUtime=342.33 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 87019 1262 0 0 34222 11 0 0 25 0 5 0 596406304 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 91056 63050 181 55 0 88942 0
[pid=20805/tid=20812] ppid=20803 vsize=364224 CPUtime=85.49 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 9439 1262 0 0 8549 0 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=364224 CPUtime=85.48 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6386 1262 0 0 8545 3 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=364224 CPUtime=85.5 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12692 1262 0 0 8549 1 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=364224 CPUtime=85.04 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 29401 1262 0 0 8501 3 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 364224

[startup+87.1009 s]
/proc/loadavg: 7.40 7.64 6.94 9/186 20853
/proc/meminfo: memFree=11667576/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=364224 CPUtime=345.52 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 87019 1262 0 0 34541 11 0 0 25 0 5 0 596406304 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 91056 63050 181 55 0 88942 0
[pid=20805/tid=20812] ppid=20803 vsize=364224 CPUtime=86.29 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 9439 1262 0 0 8629 0 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=364224 CPUtime=86.28 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6386 1262 0 0 8625 3 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=364224 CPUtime=86.3 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12692 1262 0 0 8629 1 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=364224 CPUtime=85.83 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 29401 1262 0 0 8580 3 0 0 25 0 5 0 596406383 372965376 63050 33554432000 4194304 4417332 140736329875440 18446744073709551615 4356884 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 345.52
Current children cumulated vsize (KiB) 364224

[startup+87.5008 s]
/proc/loadavg: 7.40 7.64 6.94 9/186 20853
/proc/meminfo: memFree=11667576/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=382888 CPUtime=347.12 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 91685 1262 0 0 34700 12 0 0 25 0 5 0 596406304 392077312 67716 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 95722 67716 181 55 0 93608 0
[pid=20805/tid=20812] ppid=20803 vsize=382888 CPUtime=86.69 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 9439 1262 0 0 8669 0 0 0 25 0 5 0 596406383 392077312 67716 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=382888 CPUtime=86.68 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6386 1262 0 0 8665 3 0 0 25 0 5 0 596406383 392077312 67716 33554432000 4194304 4417332 140736329875440 18446744073709551615 4357117 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=382888 CPUtime=86.7 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12692 1262 0 0 8669 1 0 0 25 0 5 0 596406383 392077312 67716 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=382888 CPUtime=86.23 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 34067 1262 0 0 8620 3 0 0 25 0 5 0 596406383 392077312 67716 33554432000 4194304 4417332 140736329875440 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 347.12
Current children cumulated vsize (KiB) 382888

[startup+87.7008 s]
/proc/loadavg: 7.40 7.64 6.94 9/186 20853
/proc/meminfo: memFree=11667576/32951124 swapFree=67102140/67111528
[pid=20805] ppid=20803 vsize=391980 CPUtime=347.92 cores=0,2,4,6
/proc/20805/stat : 20805 (plingeling) S 20803 20805 20615 0 -1 4202496 93958 1262 0 0 34780 12 0 0 25 0 5 0 596406304 401387520 69989 33554432000 4194304 4417332 140736329875440 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20805/statm: 97995 69989 181 55 0 95881 0
[pid=20805/tid=20812] ppid=20803 vsize=391980 CPUtime=86.89 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (plingeling) R 20803 20805 20615 0 -1 4202560 9439 1262 0 0 8689 0 0 0 25 0 5 0 596406383 401387520 69989 33554432000 4194304 4417332 140736329875440 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20805/tid=20813] ppid=20803 vsize=391980 CPUtime=86.88 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (plingeling) R 20803 20805 20615 0 -1 4202560 6386 1262 0 0 8685 3 0 0 25 0 5 0 596406383 401387520 69989 33554432000 4194304 4417332 140736329875440 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20805/tid=20814] ppid=20803 vsize=391980 CPUtime=86.9 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (plingeling) R 20803 20805 20615 0 -1 4202560 12692 1262 0 0 8689 1 0 0 25 0 5 0 596406383 401387520 69989 33554432000 4194304 4417332 140736329875440 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20805/tid=20815] ppid=20803 vsize=391980 CPUtime=86.42 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (plingeling) R 20803 20805 20615 0 -1 4202560 36340 1262 0 0 8639 3 0 0 25 0 5 0 596406383 401387520 69989 33554432000 4194304 4417332 140736329875440 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 347.92
Current children cumulated vsize (KiB) 391980

Child status: 20
Real time (s): 87.7424
CPU time (s): 348.007
CPU user time (s): 347.862
CPU system time (s): 0.144977
CPU usage (%): 396.624
Max. virtual memory (cumulated for all children) (KiB): 391980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 347.862
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95224
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= 96
involuntary context switches= 1610

runsolver used 0.132979 second user time and 0.342947 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:22:36
IDJOB=3285987
IDBENCH=82410
IDSOLVER=1605
FILE ID=node119/3285987-1304061756
RUNJOBID= node119-1304060531-20633
PBS_JOBID= 13170451
Free space on /tmp= 71588 MiB

SOLVER NAME= Plingeling 587
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-3285987-1304061756/watcher-3285987-1304061756 -o /tmp/evaluation-result-3285987-1304061756/solver-3285987-1304061756 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3285987-1304061756.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=546511853

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:      11200316 kB
Buffers:       2232008 kB
Cached:       17499756 kB
SwapCached:       5504 kB
Active:        9506612 kB
Inactive:     11657880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11200316 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:          233044 kB
Writeback:           0 kB
AnonPages:     1429784 kB
Mapped:          15296 kB
Slab:           520752 kB
PageTables:       7440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1620616 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= 71724 MiB
End job on node119 at 2011-04-29 09:24:04