Trace number 3371391

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.349 115.164

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.9419
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

458.14/115.16	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-3371391-1305422231/watcher-3371391-1305422231 -o /tmp/evaluation-result-3371391-1305422231/solver-3371391-1305422231 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371391-1305422231.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.76 8.03 7.98 5/370 7313
/proc/meminfo: memFree=18127208/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=10680 CPUtime=0 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) R 7311 7313 6932 0 -1 4202496 749 1251 0 0 0 0 0 0 25 0 1 0 732453815 10936320 678 33554432000 4194304 4417452 140736357298544 18446744073709551615 224284925696 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/7313/statm: 2670 678 148 55 0 556 0

[startup+0.044558 s]
/proc/loadavg: 7.76 8.03 7.98 5/370 7313
/proc/meminfo: memFree=18127208/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=18664 CPUtime=0.03 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) R 7311 7313 6932 0 -1 4202496 2765 1251 0 0 3 0 0 0 25 0 1 0 732453815 19111936 2691 33554432000 4194304 4417452 140736357298544 18446744073709551615 224284544490 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/7313/statm: 4666 2691 149 55 0 2552 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18664

[startup+0.100547 s]
/proc/loadavg: 7.76 8.03 7.98 5/370 7313
/proc/meminfo: memFree=18127208/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=27516 CPUtime=0.09 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) R 7311 7313 6932 0 -1 4202496 5010 1251 0 0 9 0 0 0 25 0 1 0 732453815 28176384 4904 33554432000 4194304 4417452 140736357298544 18446744073709551615 224284925696 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/7313/statm: 6879 4904 149 55 0 4765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27516

[startup+0.300476 s]
/proc/loadavg: 7.76 8.03 7.98 5/370 7313
/proc/meminfo: memFree=18127208/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=94296 CPUtime=0.31 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 14154 1251 0 0 30 1 0 0 25 0 5 0 732453815 96559104 11356 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 23574 11356 158 55 0 21460 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 94296

[startup+0.70041 s]
/proc/loadavg: 7.76 8.03 7.98 5/370 7313
/proc/meminfo: memFree=18127208/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=107500 CPUtime=1.91 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 24311 1251 0 0 188 3 0 0 25 0 5 0 732453815 110080000 14688 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 26875 14688 173 55 0 24761 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 107500

[startup+1.50028 s]
/proc/loadavg: 7.76 8.03 7.98 9/375 7323
/proc/meminfo: memFree=18063936/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=113620 CPUtime=5.09 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 27311 1251 0 0 506 3 0 0 25 0 5 0 732453815 116346880 16187 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 28405 16187 174 55 0 26291 0
[pid=7313/tid=7320] ppid=7311 vsize=113620 CPUtime=1.2 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 5215 1251 0 0 120 0 0 0 25 0 5 0 732453844 116346880 16187 33554432000 4194304 4417452 140736357298544 18446744073709551615 4285021 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=113620 CPUtime=1.19 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 3756 1251 0 0 119 0 0 0 25 0 5 0 732453844 116346880 16187 33554432000 4194304 4417452 140736357298544 18446744073709551615 4287371 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=113620 CPUtime=1.2 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 2246 1251 0 0 120 0 0 0 25 0 5 0 732453844 116346880 16187 33554432000 4194304 4417452 140736357298544 18446744073709551615 4290456 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=113620 CPUtime=1.19 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 1948 1251 0 0 119 0 0 0 25 0 5 0 732453844 116346880 16187 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 113620

[startup+3.10101 s]
/proc/loadavg: 7.78 8.03 7.98 9/375 7323
/proc/meminfo: memFree=18053644/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=129936 CPUtime=11.49 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 35638 1251 0 0 1144 5 0 0 25 0 5 0 732453815 133054464 20270 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 32484 20270 178 55 0 30370 0
[pid=7313/tid=7320] ppid=7311 vsize=129936 CPUtime=2.8 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 9136 1251 0 0 279 1 0 0 25 0 5 0 732453844 133054464 20270 33554432000 4194304 4417452 140736357298544 18446744073709551615 4302061 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=129936 CPUtime=2.8 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 6110 1251 0 0 279 1 0 0 25 0 5 0 732453844 133054464 20270 33554432000 4194304 4417452 140736357298544 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=129936 CPUtime=2.8 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 3274 1251 0 0 280 0 0 0 25 0 5 0 732453844 133054464 20270 33554432000 4194304 4417452 140736357298544 18446744073709551615 4286539 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=129936 CPUtime=2.77 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 2972 1251 0 0 277 0 0 0 25 0 5 0 732453844 133054464 20270 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232615 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 129936

[startup+6.30048 s]
/proc/loadavg: 7.78 8.03 7.98 9/375 7323
/proc/meminfo: memFree=18035360/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=204180 CPUtime=24.25 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 37956 1251 0 0 2420 5 0 0 25 0 5 0 732453815 209080320 22461 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 51045 22461 179 55 0 48931 0
[pid=7313/tid=7320] ppid=7311 vsize=204180 CPUtime=6 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 10423 1251 0 0 599 1 0 0 25 0 5 0 732453844 209080320 22461 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232559 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=204180 CPUtime=6 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7140 1251 0 0 599 1 0 0 25 0 5 0 732453844 209080320 22461 33554432000 4194304 4417452 140736357298544 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=204180 CPUtime=6 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 3275 1251 0 0 600 0 0 0 25 0 5 0 732453844 209080320 22461 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=204180 CPUtime=5.93 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 2972 1251 0 0 593 0 0 0 25 0 5 0 732453844 209080320 22461 33554432000 4194304 4417452 140736357298544 18446744073709551615 4264953 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.25
Current children cumulated vsize (KiB) 204180

[startup+12.7004 s]
/proc/loadavg: 7.82 8.03 7.98 9/375 7323
/proc/meminfo: memFree=18039620/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=200300 CPUtime=49.77 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 37981 1251 0 0 4972 5 0 0 25 0 5 0 732453815 205107200 21491 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 50075 21491 179 55 0 47961 0
[pid=7313/tid=7320] ppid=7311 vsize=200300 CPUtime=12.4 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 10436 1251 0 0 1239 1 0 0 25 0 5 0 732453844 205107200 21491 33554432000 4194304 4417452 140736357298544 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=200300 CPUtime=12.4 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7152 1251 0 0 1239 1 0 0 25 0 5 0 732453844 205107200 21491 33554432000 4194304 4417452 140736357298544 18446744073709551615 4365358 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=200300 CPUtime=12.4 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 3275 1251 0 0 1240 0 0 0 25 0 5 0 732453844 205107200 21491 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232577 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=200300 CPUtime=12.25 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 2972 1251 0 0 1225 0 0 0 25 0 5 0 732453844 205107200 21491 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 200300

[startup+25.5003 s]
/proc/loadavg: 7.84 8.02 7.98 9/375 7323
/proc/meminfo: memFree=18022144/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=202572 CPUtime=100.81 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 38631 1251 0 0 10076 5 0 0 25 0 5 0 732453815 207433728 22075 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 50643 22075 180 55 0 48529 0
[pid=7313/tid=7320] ppid=7311 vsize=202572 CPUtime=25.2 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 10452 1251 0 0 2519 1 0 0 25 0 5 0 732453844 207433728 22075 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=202572 CPUtime=25.2 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7163 1251 0 0 2519 1 0 0 25 0 5 0 732453844 207433728 22075 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=202572 CPUtime=25.2 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 3883 1251 0 0 2520 0 0 0 25 0 5 0 732453844 207433728 22075 33554432000 4194304 4417452 140736357298544 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=202572 CPUtime=24.9 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 2987 1251 0 0 2490 0 0 0 25 0 5 0 732453844 207433728 22075 33554432000 4194304 4417452 140736357298544 18446744073709551615 4251028 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 202572

[startup+51.101 s]
/proc/loadavg: 7.90 8.02 7.98 9/375 7323
/proc/meminfo: memFree=18004888/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=219304 CPUtime=202.91 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 43173 1251 0 0 20285 6 0 0 25 0 5 0 732453815 224567296 26281 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 54826 26281 180 55 0 52712 0
[pid=7313/tid=7320] ppid=7311 vsize=219304 CPUtime=50.8 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 11067 1251 0 0 5079 1 0 0 25 0 5 0 732453844 224567296 26281 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=219304 CPUtime=50.8 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7806 1251 0 0 5079 1 0 0 25 0 5 0 732453844 224567296 26281 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=219304 CPUtime=50.79 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4302 1251 0 0 5079 0 0 0 25 0 5 0 732453844 224567296 26281 33554432000 4194304 4417452 140736357298544 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=219304 CPUtime=50.2 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 5852 1251 0 0 5020 0 0 0 25 0 5 0 732453844 224567296 26281 33554432000 4194304 4417452 140736357298544 18446744073709551615 4251086 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.91
Current children cumulated vsize (KiB) 219304

[startup+102.313 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7325
/proc/meminfo: memFree=17977700/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=221452 CPUtime=407.14 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 43822 1251 0 0 40708 6 0 0 25 0 5 0 732453815 226766848 26824 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 55363 26824 180 55 0 53249 0
[pid=7313/tid=7320] ppid=7311 vsize=221452 CPUtime=102.01 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 11469 1251 0 0 10200 1 0 0 25 0 5 0 732453844 226766848 26824 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=221452 CPUtime=102.01 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7832 1251 0 0 10200 1 0 0 25 0 5 0 732453844 226766848 26824 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=221452 CPUtime=101.99 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4334 1251 0 0 10199 0 0 0 25 0 5 0 732453844 226766848 26824 33554432000 4194304 4417452 140736357298544 18446744073709551615 4277945 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=221452 CPUtime=100.8 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 6041 1251 0 0 10080 0 0 0 25 0 5 0 732453844 226766848 26824 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.14
Current children cumulated vsize (KiB) 221452

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

[startup+108.7 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7325
/proc/meminfo: memFree=17965424/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=229592 CPUtime=432.62 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 45870 1251 0 0 43256 6 0 0 25 0 5 0 732453815 235102208 28859 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 57398 28859 180 55 0 55284 0
[pid=7313/tid=7320] ppid=7311 vsize=229592 CPUtime=108.4 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 13517 1251 0 0 10838 2 0 0 25 0 5 0 732453844 235102208 28859 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=229592 CPUtime=108.4 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7832 1251 0 0 10839 1 0 0 25 0 5 0 732453844 235102208 28859 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=229592 CPUtime=108.38 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4334 1251 0 0 10838 0 0 0 25 0 5 0 732453844 235102208 28859 33554432000 4194304 4417452 140736357298544 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=229592 CPUtime=107.12 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 6041 1251 0 0 10712 0 0 0 25 0 5 0 732453844 235102208 28859 33554432000 4194304 4417452 140736357298544 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 432.62
Current children cumulated vsize (KiB) 229592

[startup+111.901 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7325
/proc/meminfo: memFree=17963932/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=229608 CPUtime=445.38 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 45887 1251 0 0 44532 6 0 0 25 0 5 0 732453815 235118592 28863 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 57402 28863 180 55 0 55288 0
[pid=7313/tid=7320] ppid=7311 vsize=229608 CPUtime=111.6 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 13525 1251 0 0 11158 2 0 0 25 0 5 0 732453844 235118592 28863 33554432000 4194304 4417452 140736357298544 18446744073709551615 4277628 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=229608 CPUtime=111.6 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7841 1251 0 0 11159 1 0 0 25 0 5 0 732453844 235118592 28863 33554432000 4194304 4417452 140736357298544 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=229608 CPUtime=111.58 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4334 1251 0 0 11158 0 0 0 25 0 5 0 732453844 235118592 28863 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232695 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=229608 CPUtime=110.28 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 6041 1251 0 0 11028 0 0 0 25 0 5 0 732453844 235118592 28863 33554432000 4194304 4417452 140736357298544 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 445.38
Current children cumulated vsize (KiB) 229608

[startup+113.501 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7325
/proc/meminfo: memFree=17966164/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=232568 CPUtime=451.75 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 46636 1251 0 0 45169 6 0 0 25 0 5 0 732453815 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 58142 29603 180 55 0 56028 0
[pid=7313/tid=7320] ppid=7311 vsize=232568 CPUtime=113.2 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 14274 1251 0 0 11318 2 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4263218 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=232568 CPUtime=113.2 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7841 1251 0 0 11319 1 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=232568 CPUtime=113.18 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4334 1251 0 0 11318 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4365434 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=232568 CPUtime=111.86 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 6041 1251 0 0 11186 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 451.75
Current children cumulated vsize (KiB) 232568

[startup+114.3 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7325
/proc/meminfo: memFree=17955252/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=232568 CPUtime=454.97 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 46636 1251 0 0 45491 6 0 0 25 0 5 0 732453815 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 58142 29603 180 55 0 56028 0
[pid=7313/tid=7320] ppid=7311 vsize=232568 CPUtime=114.02 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 14274 1251 0 0 11400 2 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=232568 CPUtime=114.01 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7841 1251 0 0 11400 1 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=232568 CPUtime=113.99 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4334 1251 0 0 11399 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=232568 CPUtime=112.66 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 6041 1251 0 0 11266 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 454.97
Current children cumulated vsize (KiB) 232568

[startup+114.7 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7325
/proc/meminfo: memFree=17955252/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=232568 CPUtime=456.54 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 46636 1251 0 0 45648 6 0 0 25 0 5 0 732453815 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 58142 29603 180 55 0 56028 0
[pid=7313/tid=7320] ppid=7311 vsize=232568 CPUtime=114.4 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 14274 1251 0 0 11438 2 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=232568 CPUtime=114.4 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7841 1251 0 0 11439 1 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=232568 CPUtime=114.38 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4334 1251 0 0 11438 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364446 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=232568 CPUtime=113.04 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 6041 1251 0 0 11304 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 456.54
Current children cumulated vsize (KiB) 232568

[startup+115.1 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7325
/proc/meminfo: memFree=17955252/32951124 swapFree=45193364/67111528
[pid=7313] ppid=7311 vsize=232568 CPUtime=458.14 cores=0,2,4,6
/proc/7313/stat : 7313 (plingeling) S 7311 7313 6932 0 -1 4202496 46636 1251 0 0 45808 6 0 0 25 0 5 0 732453815 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/7313/statm: 58142 29603 180 55 0 56028 0
[pid=7313/tid=7320] ppid=7311 vsize=232568 CPUtime=114.8 cores=0,2,4,6
/proc/7313/task/7320/stat : 7320 (plingeling) R 7311 7313 6932 0 -1 4202560 14274 1251 0 0 11478 2 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232350 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7313/tid=7321] ppid=7311 vsize=232568 CPUtime=114.8 cores=0,2,4,6
/proc/7313/task/7321/stat : 7321 (plingeling) R 7311 7313 6932 0 -1 4202560 7841 1251 0 0 11479 1 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7313/tid=7322] ppid=7311 vsize=232568 CPUtime=114.78 cores=0,2,4,6
/proc/7313/task/7322/stat : 7322 (plingeling) R 7311 7313 6932 0 -1 4202560 4334 1251 0 0 11478 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7313/tid=7323] ppid=7311 vsize=232568 CPUtime=113.44 cores=0,2,4,6
/proc/7313/task/7323/stat : 7323 (plingeling) R 7311 7313 6932 0 -1 4202560 6041 1251 0 0 11344 0 0 0 25 0 5 0 732453844 238149632 29603 33554432000 4194304 4417452 140736357298544 18446744073709551615 4245778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 458.14
Current children cumulated vsize (KiB) 232568

Child status: 20
Real time (s): 115.164
CPU time (s): 458.349
CPU user time (s): 458.27
CPU system time (s): 0.078987
CPU usage (%): 397.996
Max. virtual memory (cumulated for all children) (KiB): 232568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.27
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47891
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= 104
involuntary context switches= 2227

runsolver used 0.383941 second user time and 0.98085 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 03:17:12
IDJOB=3371391
IDBENCH=82477
IDSOLVER=1848
FILE ID=node118/3371391-1305422231
RUNJOBID= node118-1305419765-6950
PBS_JOBID= 13324586
Free space on /tmp= 73044 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371391-1305422231/watcher-3371391-1305422231 -o /tmp/evaluation-result-3371391-1305422231/solver-3371391-1305422231 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371391-1305422231.cnf

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=1771326586

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18127240 kB
Buffers:        280940 kB
Cached:        4423056 kB
SwapCached:      22084 kB
Active:       11938876 kB
Inactive:      2579916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18127240 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            4096 kB
Writeback:           8 kB
AnonPages:     9805448 kB
Mapped:          15456 kB
Slab:           149528 kB
PageTables:      90128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88820308 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= 73040 MiB
End job on node118 at 2011-05-15 03:19:07