Trace number 3378017

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
borg-sat 11.03.02-seq-industrial (fixed)UNSAT 779.47 779.512

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.46	c INFO: solving HOME/instance-3378017-1305454001.cnf
0.33/0.46	c INFO: computing task features
32.60/32.79	c INFO: computed variable-clause graph statistics
33.71/33.82	c INFO: computed clause balance statistics
141.40/141.51	c INFO: computed variable balance statistics
233.21/233.36	c INFO: computed small-clause counts
238.30/238.46	c INFO: computed Horn-clause counts
553.23/553.32	c INFO: computed variable graph statistics
553.23/553.34	c INFO: collected features for HOME/instance-3378017-1305454001.cnf in 551.15 s
553.23/553.36	c INFO: running lingeling-276@0 for 97 with 1848 remaining (b = 0.78)
653.40/653.59	c INFO: running lingeling-276@99 for 388 with 1749 remaining (b = 0.90)
779.13/779.23	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-3378017-1305454001/watcher-3378017-1305454001 -o /tmp/evaluation-result-3378017-1305454001/solver-3378017-1305454001 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378017-1305454001.cnf -seed 1209066124 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 4.06 3.81 5/297 28755
/proc/meminfo: memFree=17721736/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=11796 CPUtime=0 cores=5,7
/proc/28755/stat : 28755 (runsolver) R 28753 28755 27642 0 -1 4202560 44 0 0 0 0 0 0 0 21 0 1 0 656998821 12079104 53 33554432000 4194304 5432360 140733738177632 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/28755/statm: 2949 53 33 303 0 2643 0

[startup+0.0169569 s]
/proc/loadavg: 4.06 4.06 3.81 5/297 28755
/proc/meminfo: memFree=17721736/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=15380 CPUtime=0 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 818 0 0 0 0 0 0 0 21 0 1 0 656998821 15749120 704 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/28755/statm: 3845 704 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100896 s]
/proc/loadavg: 4.06 4.06 3.81 5/297 28755
/proc/meminfo: memFree=17721736/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=101740 CPUtime=0.05 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 2929 0 0 0 4 1 0 0 17 0 1 0 656998821 104181760 2626 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/28755/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 101740

[startup+0.300851 s]
/proc/loadavg: 4.06 4.06 3.81 5/297 28755
/proc/meminfo: memFree=17721736/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=194548 CPUtime=0.22 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 6930 937 1 0 16 6 0 0 17 0 1 0 656998821 199217152 4975 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/28755/statm: 48637 4975 1431 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 194548

[startup+0.700808 s]
/proc/loadavg: 4.06 4.06 3.81 5/297 28755
/proc/meminfo: memFree=17721736/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=460876 CPUtime=0.6 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 54903 937 1 0 44 16 0 0 17 0 1 0 656998821 471937024 52461 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 115219 52462 1761 364 0 51143 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 460876

[startup+1.50066 s]
/proc/loadavg: 4.06 4.06 3.81 5/298 28760
/proc/meminfo: memFree=17432000/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=520176 CPUtime=1.4 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 69407 937 1 0 121 19 0 0 19 0 1 0 656998821 532660224 66965 33554432000 4194304 5683644 140734178868176 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 130044 66966 1761 364 0 65968 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 520176

[startup+3.10037 s]
/proc/loadavg: 4.06 4.06 3.81 5/298 28760
/proc/meminfo: memFree=17308200/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=635948 CPUtime=3.01 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 98300 937 1 0 278 23 0 0 22 0 1 0 656998821 651210752 95858 33554432000 4194304 5683644 140734178868176 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 158987 95858 1761 364 0 94911 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 635948

[startup+6.3008 s]
/proc/loadavg: 4.06 4.06 3.81 5/298 28760
/proc/meminfo: memFree=17072500/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=870368 CPUtime=6.2 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 155553 937 1 0 590 30 0 0 25 0 1 0 656998821 891256832 153111 33554432000 4194304 5683644 140734178868176 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 217592 153111 1761 364 0 153516 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 870368

[startup+12.7006 s]
/proc/loadavg: 4.05 4.05 3.81 5/298 28761
/proc/meminfo: memFree=16600788/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1330672 CPUtime=12.61 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 269798 937 1 0 1217 44 0 0 25 0 1 0 656998821 1362608128 267356 33554432000 4194304 5683644 140734178868176 18446744073709551615 4960392 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 332701 267357 1761 364 0 268625 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1330672

[startup+25.5003 s]
/proc/loadavg: 4.04 4.05 3.82 5/298 28761
/proc/meminfo: memFree=15932696/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1955384 CPUtime=25.41 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 821527 937 1 0 2432 109 0 0 25 0 1 0 656998821 2002313216 411305 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691169228410 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 488846 411306 1814 364 0 424770 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1955384

[startup+51.1006 s]
/proc/loadavg: 4.03 4.05 3.82 5/298 28762
/proc/meminfo: memFree=16205804/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=51 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1095510 937 1 0 4961 139 0 0 25 0 1 0 656998821 1704456192 353510 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691169093448 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353510 1826 364 0 352051 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1664508

[startup+102.311 s]
/proc/loadavg: 4.43 4.13 3.86 5/304 28805
/proc/meminfo: memFree=15780268/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=102.21 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1095510 937 1 0 10082 139 0 0 25 0 1 0 656998821 1704456192 353510 33554432000 4194304 5683644 140734178868176 18446744073709551615 246520242857 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353510 1826 364 0 352051 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 1664508

[startup+162.3 s]
/proc/loadavg: 4.19 4.12 3.87 5/304 28806
/proc/meminfo: memFree=14079764/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=162.2 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1095511 937 1 0 16081 139 0 0 25 0 1 0 656998821 1704456192 353511 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691171589107 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353511 1827 364 0 352051 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1664508

[startup+222.3 s]
/proc/loadavg: 4.07 4.10 3.87 5/304 28808
/proc/meminfo: memFree=14007252/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=222.21 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1095511 937 1 0 22082 139 0 0 25 0 1 0 656998821 1704456192 353511 33554432000 4194304 5683644 140734178868176 18446744073709551615 5014083 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353511 1827 364 0 352051 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1664508

[startup+282.301 s]
/proc/loadavg: 4.08 4.09 3.89 5/304 28810
/proc/meminfo: memFree=13998772/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=282.21 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1482589 937 1 0 28040 181 0 0 25 0 1 0 656998821 1704456192 353517 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691168815232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353517 1833 364 0 352051 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1664508

[startup+342.301 s]
/proc/loadavg: 4.07 4.09 3.90 5/304 28811
/proc/meminfo: memFree=13995056/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=342.21 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1482589 937 1 0 34040 181 0 0 25 0 1 0 656998821 1704456192 353517 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691168815244 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353517 1833 364 0 352051 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1664508

[startup+402.301 s]
/proc/loadavg: 4.06 4.08 3.91 5/308 28820
/proc/meminfo: memFree=13846924/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=402.21 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1482589 937 1 0 40040 181 0 0 25 0 1 0 656998821 1704456192 353517 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691168815244 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353517 1833 364 0 352051 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1664508

[startup+462.301 s]
/proc/loadavg: 4.15 4.10 3.92 5/308 28823
/proc/meminfo: memFree=13847156/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=462.22 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1482589 937 1 0 46041 181 0 0 25 0 1 0 656998821 1704456192 353517 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691168815232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353517 1833 364 0 352051 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1664508

[startup+522.301 s]
/proc/loadavg: 4.05 4.08 3.92 5/312 28830
/proc/meminfo: memFree=13096016/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1664508 CPUtime=522.22 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202496 1482589 937 1 0 52041 181 0 0 25 0 1 0 656998821 1704456192 353517 33554432000 4194304 5683644 140734178868176 18446744073709551615 47691168815232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28755/statm: 416127 353517 1833 364 0 352051 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 1664508

[startup+582.301 s]
/proc/loadavg: 4.26 4.12 3.94 5/315 28835
/proc/meminfo: memFree=13322404/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1482875 937 1 0 55144 185 0 0 20 0 2 0 656998821 1081495552 198900 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198900 1867 364 0 199955 0
[pid=28832] ppid=28755 vsize=1045904 CPUtime=0.07 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 899 0 0 0 3 4 0 0 18 0 1 0 657054157 1071005696 197405 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854287 0 0 16781312 514 17592080491299701000 0 0 17 5 0 0 0
/proc/28832/statm: 261476 197405 376 364 0 197394 0
[pid=28834] ppid=28832 vsize=186188 CPUtime=28.84 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 90739 0 0 0 2867 17 0 0 25 0 1 0 657054159 190656512 45714 33554432000 4194304 4352236 140737013916768 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 46547 45714 126 39 0 45627 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 2 0 657054159 1081495552 198900 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2288240

[startup+642.301 s]
/proc/loadavg: 4.20 4.13 3.95 5/315 28837
/proc/meminfo: memFree=13095852/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1482875 937 1 0 55144 185 0 0 20 0 2 0 656998821 1081495552 198900 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198900 1867 364 0 199955 0
[pid=28832] ppid=28755 vsize=1045904 CPUtime=0.2 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 927 0 0 0 9 11 0 0 18 0 1 0 657054157 1071005696 197405 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854287 0 0 16781312 514 17592080491299701000 0 0 17 5 0 0 0
/proc/28832/statm: 261476 197405 376 364 0 197394 0
[pid=28834] ppid=28832 vsize=186188 CPUtime=88.72 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 90742 0 0 0 8855 17 0 0 25 0 1 0 657054159 190656512 45717 33554432000 4194304 4352236 140737013916768 18446744073709551615 4280956 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 46547 45717 129 39 0 45627 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 2 0 657054159 1081495552 198900 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 2288240

[startup+702.301 s]
/proc/loadavg: 4.16 4.13 3.96 5/320 28847
/proc/meminfo: memFree=12930980/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1483418 937 1 0 55144 185 0 0 18 0 2 0 656998821 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198901 1868 364 0 199955 0
[pid=28832] ppid=28755 vsize=1056148 CPUtime=0.32 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 1188 0 0 0 16 16 0 0 18 0 2 0 657054157 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28832/statm: 264037 197449 415 364 0 199955 0
[pid=28834] ppid=28832 vsize=185656 CPUtime=148.59 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 90742 0 0 0 14842 17 0 0 25 0 1 0 657054159 190111744 45584 33554432000 4194304 4352236 140737013916768 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 46414 45584 129 39 0 45494 0
[pid=28832/tid=28840] ppid=28755 vsize=1056148 CPUtime=0 cores=5,7
/proc/28832/task/28840/stat : 28840 (python) S 28755 28755 27642 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657064180 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 514 18446604468669737024 0 0 -1 5 0 0 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 2 0 657054159 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 2297952

[startup+762.312 s]
/proc/loadavg: 4.06 4.11 3.96 5/320 28849
/proc/meminfo: memFree=12860528/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1483418 937 1 0 55144 185 0 0 18 0 2 0 656998821 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198901 1868 364 0 199955 0
[pid=28832] ppid=28755 vsize=1056148 CPUtime=0.46 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 1205 0 0 0 24 22 0 0 18 0 2 0 657054157 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28832/statm: 264037 197449 415 364 0 199955 0
[pid=28834] ppid=28832 vsize=203780 CPUtime=208.49 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 95278 0 0 0 20831 18 0 0 25 0 1 0 657054159 208670720 50115 33554432000 4194304 4352236 140737013916768 18446744073709551615 4278597 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 50945 50115 129 39 0 50025 0
[pid=28832/tid=28840] ppid=28755 vsize=1056148 CPUtime=0 cores=5,7
/proc/28832/task/28840/stat : 28840 (python) S 28755 28755 27642 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657064180 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 514 18446604468669737024 0 0 -1 5 0 0 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 2 0 657054159 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 2316076

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

[startup+767.901 s]
/proc/loadavg: 4.05 4.10 3.96 5/320 28849
/proc/meminfo: memFree=12872676/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1483418 937 1 0 55144 185 0 0 18 0 2 0 656998821 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198901 1868 364 0 199955 0
[pid=28832] ppid=28755 vsize=1056148 CPUtime=0.47 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 1205 0 0 0 24 23 0 0 18 0 2 0 657054157 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28832/statm: 264037 197449 415 364 0 199955 0
[pid=28834] ppid=28832 vsize=203780 CPUtime=214.06 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 95278 0 0 0 21388 18 0 0 25 0 1 0 657054159 208670720 50115 33554432000 4194304 4352236 140737013916768 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 50945 50115 129 39 0 50025 0
[pid=28832/tid=28840] ppid=28755 vsize=1056148 CPUtime=0 cores=5,7
/proc/28832/task/28840/stat : 28840 (python) S 28755 28755 27642 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657064180 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 514 18446604468669737024 0 0 -1 5 0 0 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 2 0 657054159 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 767.82
Current children cumulated vsize (KiB) 2316076

[startup+774.301 s]
/proc/loadavg: 4.05 4.10 3.96 5/320 28849
/proc/meminfo: memFree=12872300/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1483418 937 1 0 55144 185 0 0 18 0 2 0 656998821 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198901 1868 364 0 199955 0
[pid=28832] ppid=28755 vsize=1056148 CPUtime=0.48 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 1205 0 0 0 25 23 0 0 18 0 2 0 657054157 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28832/statm: 264037 197449 415 364 0 199955 0
[pid=28834] ppid=28832 vsize=201092 CPUtime=220.46 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 95278 0 0 0 22028 18 0 0 25 0 1 0 657054159 205918208 49443 33554432000 4194304 4352236 140737013916768 18446744073709551615 4281230 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 50273 49443 129 39 0 49353 0
[pid=28832/tid=28840] ppid=28755 vsize=1056148 CPUtime=0 cores=5,7
/proc/28832/task/28840/stat : 28840 (python) S 28755 28755 27642 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657064180 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 514 18446604468669737024 0 0 -1 5 0 0 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 2 0 657054159 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 774.23
Current children cumulated vsize (KiB) 2313388

[startup+777.501 s]
/proc/loadavg: 4.05 4.10 3.96 5/320 28849
/proc/meminfo: memFree=12872420/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1483418 937 1 0 55144 185 0 0 18 0 2 0 656998821 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198901 1868 364 0 199955 0
[pid=28832] ppid=28755 vsize=1056148 CPUtime=0.48 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 1205 0 0 0 25 23 0 0 18 0 2 0 657054157 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28832/statm: 264037 197449 415 364 0 199955 0
[pid=28834] ppid=28832 vsize=201016 CPUtime=223.65 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 95278 0 0 0 22347 18 0 0 25 0 1 0 657054159 205840384 49424 33554432000 4194304 4352236 140737013916768 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 50254 49424 129 39 0 49334 0
[pid=28832/tid=28840] ppid=28755 vsize=1056148 CPUtime=0 cores=5,7
/proc/28832/task/28840/stat : 28840 (python) S 28755 28755 27642 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657064180 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 514 18446604468669737024 0 0 -1 5 0 0 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 2 0 657054159 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 777.42
Current children cumulated vsize (KiB) 2313312

[startup+778.301 s]
/proc/loadavg: 4.05 4.10 3.96 5/320 28849
/proc/meminfo: memFree=12841668/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1483418 937 1 0 55144 185 0 0 18 0 2 0 656998821 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198901 1868 364 0 199955 0
[pid=28832] ppid=28755 vsize=1056148 CPUtime=0.48 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 1205 0 0 0 25 23 0 0 18 0 2 0 657054157 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28832/statm: 264037 197449 415 364 0 199955 0
[pid=28834] ppid=28832 vsize=201016 CPUtime=224.45 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 95278 0 0 0 22427 18 0 0 25 0 1 0 657054159 205840384 49424 33554432000 4194304 4352236 140737013916768 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28834/statm: 50254 49424 129 39 0 49334 0
[pid=28832/tid=28840] ppid=28755 vsize=1056148 CPUtime=0 cores=5,7
/proc/28832/task/28840/stat : 28840 (python) S 28755 28755 27642 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657064180 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 514 18446604468669737024 0 0 -1 5 0 0 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 2 0 657054159 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 778.22
Current children cumulated vsize (KiB) 2313312

[startup+779.101 s]
/proc/loadavg: 4.05 4.10 3.96 5/320 28849
/proc/meminfo: memFree=12862996/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=1056148 CPUtime=553.29 cores=5,7
/proc/28755/stat : 28755 (python) S 28753 28755 27642 0 -1 4202496 1483418 937 1 0 55144 185 0 0 18 0 2 0 656998821 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 264037 198901 1868 364 0 199955 0
[pid=28832] ppid=28755 vsize=1056148 CPUtime=0.5 cores=5,7
/proc/28832/stat : 28832 (python) S 28755 28755 27642 0 -1 4202560 1206 0 0 0 26 24 0 0 18 0 2 0 657054157 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28832/statm: 264037 197449 415 364 0 199955 0
[pid=28834] ppid=28832 vsize=201016 CPUtime=225.24 cores=5,7
/proc/28834/stat : 28834 (lingeling) R 28832 28834 28834 0 -1 4202496 95278 0 0 0 22506 18 0 0 25 0 1 0 657054159 205840384 49424 33554432000 4194304 4352236 140737013916768 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/28834/statm: 50254 49424 129 39 0 49334 0
[pid=28832/tid=28840] ppid=28755 vsize=1056148 CPUtime=0 cores=5,7
/proc/28832/task/28840/stat : 28840 (python) S 28755 28755 27642 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657064180 1081495552 197449 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 514 18446604468669737024 0 0 -1 5 0 0 0
[pid=28755/tid=28833] ppid=28753 vsize=1056148 CPUtime=0 cores=5,7
/proc/28755/task/28833/stat : 28833 (python) S 28753 28755 27642 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 2 0 657054159 1081495552 198901 33554432000 4194304 5683644 140734178868176 18446744073709551615 246528657841 0 0 16781312 2 18446604468669736128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 779.03
Current children cumulated vsize (KiB) 2313312

[startup+779.501 s]
/proc/loadavg: 4.05 4.10 3.96 5/320 28849
/proc/meminfo: memFree=12862996/32951124 swapFree=61565116/67111528
[pid=28755] ppid=28753 vsize=0 CPUtime=779.44 cores=5,7
/proc/28755/stat : 28755 (python) R 28753 28755 27642 0 -1 4202500 1667261 97489 1 0 55160 195 22545 44 18 0 1 0 656998821 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28755/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 779.44
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 779.512
CPU time (s): 779.47
CPU user time (s): 777.059
CPU system time (s): 2.41063
CPU usage (%): 99.9945
Max. virtual memory (cumulated for all children) (KiB): 2414596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 777.059
system time used= 2.41063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1764750
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1267
involuntary context switches= 1707

runsolver used 2.15967 second user time and 4.93825 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 12:06:46
IDJOB=3378017
IDBENCH=82364
IDSOLVER=1858
FILE ID=node134/3378017-1305454001
RUNJOBID= node134-1305452698-28382
PBS_JOBID= 13324884
Free space on /tmp= 73168 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378017-1305454001/watcher-3378017-1305454001 -o /tmp/evaluation-result-3378017-1305454001/solver-3378017-1305454001 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378017-1305454001.cnf -seed 1209066124 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1209066124

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17721892 kB
Buffers:        276880 kB
Cached:        6595656 kB
SwapCached:      13768 kB
Active:        6180368 kB
Inactive:      8793324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17721892 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:          338296 kB
Writeback:           0 kB
AnonPages:     8094832 kB
Mapped:          19084 kB
Slab:           150292 kB
PageTables:      43180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 43877836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72916 MiB
End job on node134 at 2011-05-15 12:19:46