Trace number 3371107

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 458.589 115.434

General information on the benchmark

NameSAT05/crafted/sorge05/QG6/
dead-dnd002.shuffled-as.sat05-2713.cnf
MD5SUM53d311456c8e25005c572fec79acd092
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.0082
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

458.54/115.43	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-3371107-1305432075/watcher-3371107-1305432075 -o /tmp/evaluation-result-3371107-1305432075/solver-3371107-1305432075 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371107-1305432075.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: 7.17 7.91 7.91 5/374 26589
/proc/meminfo: memFree=22627080/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=10004 CPUtime=0 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) R 26587 26589 26007 0 -1 4202496 561 1255 0 0 0 0 0 0 25 0 1 0 654805237 10244096 492 33554432000 4194304 4417452 140733791309840 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26589/statm: 2501 492 148 55 0 387 0

[startup+0.104334 s]
/proc/loadavg: 7.17 7.91 7.91 5/374 26589
/proc/meminfo: memFree=22627080/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=184964 CPUtime=0.32 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 1560 1255 0 0 32 0 0 0 25 0 5 0 654805237 189403136 1255 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 46241 1255 180 55 0 44127 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 184964

[startup+0.200885 s]
/proc/loadavg: 7.17 7.91 7.91 5/374 26589
/proc/meminfo: memFree=22627080/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=121200 CPUtime=0.71 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 2286 1255 0 0 71 0 0 0 25 0 5 0 654805237 124108800 1812 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 30300 1812 180 55 0 28186 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 121200

[startup+0.300867 s]
/proc/loadavg: 7.17 7.91 7.91 5/374 26589
/proc/meminfo: memFree=22627080/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=122748 CPUtime=1.11 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 2644 1255 0 0 111 0 0 0 25 0 5 0 654805237 125693952 2170 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 30687 2170 180 55 0 28573 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 122748

[startup+0.700796 s]
/proc/loadavg: 7.17 7.91 7.91 5/374 26589
/proc/meminfo: memFree=22627080/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=126088 CPUtime=2.71 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 5116 1255 0 0 270 1 0 0 25 0 5 0 654805237 129114112 3032 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 31522 3032 180 55 0 29408 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 126088

[startup+1.50065 s]
/proc/loadavg: 7.17 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22608892/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=129344 CPUtime=5.9 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 9375 1255 0 0 589 1 0 0 25 0 5 0 654805237 132448256 3790 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 32336 3790 180 55 0 30222 0
[pid=26589/tid=26596] ppid=26587 vsize=129344 CPUtime=1.47 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 1869 1255 0 0 147 0 0 0 25 0 5 0 654805239 132448256 3790 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=129344 CPUtime=1.47 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 1970 1255 0 0 147 0 0 0 25 0 5 0 654805239 132448256 3790 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=129344 CPUtime=1.46 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 2180 1255 0 0 146 0 0 0 25 0 5 0 654805239 132448256 3790 33554432000 4194304 4417452 140733791309840 18446744073709551615 4365078 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=129344 CPUtime=1.46 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 2295 1255 0 0 146 0 0 0 25 0 5 0 654805239 132448256 3790 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 129344

[startup+3.10036 s]
/proc/loadavg: 7.17 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22598972/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=135436 CPUtime=12.28 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 17074 1255 0 0 1226 2 0 0 25 0 5 0 654805237 138686464 5314 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 33859 5314 180 55 0 31745 0
[pid=26589/tid=26596] ppid=26587 vsize=135436 CPUtime=3.07 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 3552 1255 0 0 307 0 0 0 25 0 5 0 654805239 138686464 5314 33554432000 4194304 4417452 140733791309840 18446744073709551615 4308810 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=135436 CPUtime=3.07 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 3956 1255 0 0 307 0 0 0 25 0 5 0 654805239 138686464 5314 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=135436 CPUtime=3.06 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 4375 1255 0 0 306 0 0 0 25 0 5 0 654805239 138686464 5314 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=135436 CPUtime=3.04 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 4130 1255 0 0 304 0 0 0 25 0 5 0 654805239 138686464 5314 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 135436

[startup+6.30078 s]
/proc/loadavg: 7.24 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22581492/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=143576 CPUtime=25.05 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 30558 1255 0 0 2501 4 0 0 25 0 5 0 654805237 147021824 7349 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 35894 7349 180 55 0 33780 0
[pid=26589/tid=26596] ppid=26587 vsize=143576 CPUtime=6.26 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 7043 1255 0 0 626 0 0 0 25 0 5 0 654805239 147021824 7349 33554432000 4194304 4417452 140733791309840 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=143576 CPUtime=6.27 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 7613 1255 0 0 626 1 0 0 25 0 5 0 654805239 147021824 7349 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=143576 CPUtime=6.26 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 7416 1255 0 0 626 0 0 0 25 0 5 0 654805239 147021824 7349 33554432000 4194304 4417452 140733791309840 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=143576 CPUtime=6.2 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 7425 1255 0 0 619 1 0 0 25 0 5 0 654805239 147021824 7349 33554432000 4194304 4417452 140733791309840 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 143576

[startup+12.7006 s]
/proc/loadavg: 7.30 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22553272/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=154192 CPUtime=50.56 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 49613 1255 0 0 5048 8 0 0 25 0 5 0 654805237 157892608 10004 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 38548 10004 180 55 0 36434 0
[pid=26589/tid=26596] ppid=26587 vsize=154192 CPUtime=12.67 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 13468 1255 0 0 1265 2 0 0 25 0 5 0 654805239 157892608 10004 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=154192 CPUtime=12.66 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 11859 1255 0 0 1264 2 0 0 25 0 5 0 654805239 157892608 10004 33554432000 4194304 4417452 140733791309840 18446744073709551615 4308795 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=154192 CPUtime=12.66 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 12836 1255 0 0 1265 1 0 0 25 0 5 0 654805239 157892608 10004 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=154192 CPUtime=12.53 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 10389 1255 0 0 1251 2 0 0 25 0 5 0 654805239 157892608 10004 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 154192

[startup+25.5013 s]
/proc/loadavg: 7.45 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22532472/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=177040 CPUtime=101.6 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 72066 1255 0 0 10148 12 0 0 25 0 5 0 654805237 181288960 15716 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 44260 15716 180 55 0 42146 0
[pid=26589/tid=26596] ppid=26587 vsize=177040 CPUtime=25.46 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 18139 1255 0 0 2544 2 0 0 25 0 5 0 654805239 181288960 15716 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=177040 CPUtime=25.46 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 17559 1255 0 0 2543 3 0 0 25 0 5 0 654805239 181288960 15716 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=177040 CPUtime=25.46 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 18420 1255 0 0 2544 2 0 0 25 0 5 0 654805239 181288960 15716 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=177040 CPUtime=25.17 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 16887 1255 0 0 2514 3 0 0 25 0 5 0 654805239 181288960 15716 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 177040

[startup+51.1006 s]
/proc/loadavg: 7.64 7.92 7.91 9/379 26600
/proc/meminfo: memFree=22475916/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=226208 CPUtime=203.71 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 108314 1255 0 0 20353 18 0 0 25 0 5 0 654805237 231636992 28008 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 56552 28008 180 55 0 54438 0
[pid=26589/tid=26596] ppid=26587 vsize=226208 CPUtime=51.06 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 28472 1255 0 0 5102 4 0 0 25 0 5 0 654805239 231636992 28008 33554432000 4194304 4417452 140733791309840 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=226208 CPUtime=51.06 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 27531 1255 0 0 5102 4 0 0 25 0 5 0 654805239 231636992 28008 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=226208 CPUtime=51.06 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 26194 1255 0 0 5103 3 0 0 25 0 5 0 654805239 231636992 28008 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=226208 CPUtime=50.47 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 25056 1255 0 0 5043 4 0 0 25 0 5 0 654805239 231636992 28008 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 226208

[startup+102.301 s]
/proc/loadavg: 7.93 7.96 7.92 9/379 26601
/proc/meminfo: memFree=22420480/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=257436 CPUtime=407.92 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 171933 1255 0 0 40763 29 0 0 25 0 5 0 654805237 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 64359 35815 180 55 0 62245 0
[pid=26589/tid=26596] ppid=26587 vsize=257436 CPUtime=102.28 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 51415 1255 0 0 10220 8 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=257436 CPUtime=102.26 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 45213 1255 0 0 10218 8 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=257436 CPUtime=102.28 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 38752 1255 0 0 10222 6 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=257436 CPUtime=101.08 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 35492 1255 0 0 10102 6 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 257436

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

[startup+102.414 s]
/proc/loadavg: 7.93 7.96 7.92 9/379 26601
/proc/meminfo: memFree=22420480/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=257436 CPUtime=408.34 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 171933 1255 0 0 40805 29 0 0 25 0 5 0 654805237 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 64359 35815 180 55 0 62245 0
[pid=26589/tid=26596] ppid=26587 vsize=257436 CPUtime=102.38 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 51415 1255 0 0 10230 8 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=257436 CPUtime=102.36 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 45213 1255 0 0 10228 8 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=257436 CPUtime=102.38 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 38752 1255 0 0 10232 6 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=257436 CPUtime=101.18 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 35492 1255 0 0 10112 6 0 0 25 0 5 0 654805239 263614464 35815 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 257436

[startup+108.801 s]
/proc/loadavg: 7.93 7.96 7.92 9/379 26602
/proc/meminfo: memFree=22409072/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=260912 CPUtime=433.83 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 176101 1255 0 0 43353 30 0 0 25 0 5 0 654805237 267173888 36684 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 65228 36684 180 55 0 63114 0
[pid=26589/tid=26596] ppid=26587 vsize=260912 CPUtime=108.77 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 51415 1255 0 0 10869 8 0 0 25 0 5 0 654805239 267173888 36684 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=260912 CPUtime=108.74 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 47333 1255 0 0 10866 8 0 0 25 0 5 0 654805239 267173888 36684 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=260912 CPUtime=108.77 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 40800 1255 0 0 10871 6 0 0 25 0 5 0 654805239 267173888 36684 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=260912 CPUtime=107.5 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 35492 1255 0 0 10744 6 0 0 25 0 5 0 654805239 267173888 36684 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 433.83
Current children cumulated vsize (KiB) 260912

[startup+112.001 s]
/proc/loadavg: 7.93 7.96 7.92 9/379 26602
/proc/meminfo: memFree=22406340/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=270624 CPUtime=446.58 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 181437 1255 0 0 44628 30 0 0 25 0 5 0 654805237 277118976 39112 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 67656 39112 180 55 0 65542 0
[pid=26589/tid=26596] ppid=26587 vsize=270624 CPUtime=111.96 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 56030 1255 0 0 11188 8 0 0 25 0 5 0 654805239 277118976 39112 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=270624 CPUtime=111.94 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 47333 1255 0 0 11186 8 0 0 25 0 5 0 654805239 277118976 39112 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=270624 CPUtime=111.96 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 41521 1255 0 0 11190 6 0 0 25 0 5 0 654805239 277118976 39112 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=270624 CPUtime=110.66 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 35492 1255 0 0 11060 6 0 0 25 0 5 0 654805239 277118976 39112 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 446.58
Current children cumulated vsize (KiB) 270624

[startup+113.601 s]
/proc/loadavg: 7.94 7.96 7.92 9/379 26602
/proc/meminfo: memFree=22394808/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=270820 CPUtime=452.95 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 181486 1255 0 0 45265 30 0 0 25 0 5 0 654805237 277319680 39161 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 67705 39161 180 55 0 65591 0
[pid=26589/tid=26596] ppid=26587 vsize=270820 CPUtime=113.56 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 56030 1255 0 0 11348 8 0 0 25 0 5 0 654805239 277319680 39161 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=270820 CPUtime=113.54 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (plingeling) R 26587 26589 26007 0 -1 4202560 47382 1255 0 0 11346 8 0 0 25 0 5 0 654805239 277319680 39161 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=270820 CPUtime=113.56 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 41521 1255 0 0 11350 6 0 0 25 0 5 0 654805239 277319680 39161 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=270820 CPUtime=112.23 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 35492 1255 0 0 11217 6 0 0 25 0 5 0 654805239 277319680 39161 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 452.95
Current children cumulated vsize (KiB) 270820

[startup+114.401 s]
/proc/loadavg: 7.94 7.96 7.92 8/378 26602
/proc/meminfo: memFree=22382044/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=282992 CPUtime=456.14 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 184530 1255 0 0 45583 31 0 0 25 0 4 0 654805237 289783808 42205 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 70748 42205 181 55 0 68634 0
[pid=26589/tid=26596] ppid=26587 vsize=282992 CPUtime=114.38 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (plingeling) R 26587 26589 26007 0 -1 4202560 56030 1255 0 0 11430 8 0 0 25 0 4 0 654805239 289783808 42205 33554432000 4194304 4417452 140733791309840 18446744073709551615 4262381 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=282992 CPUtime=114.38 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 42516 1255 0 0 11432 6 0 0 25 0 4 0 654805239 289783808 42205 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=282992 CPUtime=113.04 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 35492 1255 0 0 11298 6 0 0 25 0 4 0 654805239 289783808 42205 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 456.14
Current children cumulated vsize (KiB) 282992

[startup+115.201 s]
/proc/loadavg: 7.94 7.96 7.92 8/378 26602
/proc/meminfo: memFree=22382044/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=282960 CPUtime=458.29 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 184530 1255 0 0 45798 31 0 0 18 0 3 0 654805237 289751040 42197 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 70740 42197 181 55 0 68626 0
[pid=26589/tid=26598] ppid=26587 vsize=282960 CPUtime=115.16 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 42516 1255 0 0 11510 6 0 0 25 0 3 0 654805239 289751040 42197 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=282960 CPUtime=113.83 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (plingeling) R 26587 26589 26007 0 -1 4202560 35492 1255 0 0 11377 6 0 0 25 0 3 0 654805239 289751040 42197 33554432000 4194304 4417452 140733791309840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 282960

[startup+115.401 s]
/proc/loadavg: 7.94 7.96 7.92 8/378 26602
/proc/meminfo: memFree=22382044/32951124 swapFree=67111348/67111528
[pid=26589] ppid=26587 vsize=282960 CPUtime=458.54 cores=0,2,4,6
/proc/26589/stat : 26589 (plingeling) S 26587 26589 26007 0 -1 4202496 184530 1255 0 0 45823 31 0 0 18 0 2 0 654805237 289751040 42197 33554432000 4194304 4417452 140733791309840 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26589/statm: 70740 42197 181 55 0 68626 0
[pid=26589/tid=26598] ppid=26587 vsize=282960 CPUtime=115.36 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (plingeling) R 26587 26589 26007 0 -1 4202560 42516 1255 0 0 11530 6 0 0 25 0 2 0 654805239 289751040 42197 33554432000 4194304 4417452 140733791309840 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 458.54
Current children cumulated vsize (KiB) 282960

Child status: 20
Real time (s): 115.434
CPU time (s): 458.589
CPU user time (s): 458.262
CPU system time (s): 0.32695
CPU usage (%): 397.274
Max. virtual memory (cumulated for all children) (KiB): 302684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.262
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185788
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= 83
involuntary context switches= 2435

runsolver used 0.410937 second user time and 0.967852 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 06:01:15
IDJOB=3371107
IDBENCH=85959
IDSOLVER=1848
FILE ID=node139/3371107-1305432075
RUNJOBID= node139-1305432074-26488
PBS_JOBID= 13324610
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG6/dead-dnd002.shuffled-as.sat05-2713.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371107-1305432075/watcher-3371107-1305432075 -o /tmp/evaluation-result-3371107-1305432075/solver-3371107-1305432075 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371107-1305432075.cnf

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

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=1928256313

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22627244 kB
Buffers:        304604 kB
Cached:        2861504 kB
SwapCached:          0 kB
Active:        7996748 kB
Inactive:      2020984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22627244 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:     6850896 kB
Mapped:          28788 kB
Slab:           202588 kB
PageTables:      38620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76841252 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= 73408 MiB
End job on node139 at 2011-05-15 06:03:11