Trace number 3377889

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)? (TO) 1300.06 1300.08

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

0.37/0.58	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.58	c INFO: solving HOME/instance-3377889-1305457804.cnf
0.37/0.58	c INFO: computing task features
37.03/37.29	c INFO: computed variable-clause graph statistics
38.13/38.33	c INFO: computed clause balance statistics
165.02/165.29	c INFO: computed variable balance statistics
249.32/249.51	c INFO: computed small-clause counts
254.52/254.71	c INFO: computed Horn-clause counts
631.03/631.27	c INFO: computed variable graph statistics
631.13/631.30	c INFO: collected features for HOME/instance-3377889-1305457804.cnf in 628.81 s
631.13/631.31	c INFO: running lingeling-276@0 for 97 with 1771 remaining (b = 0.77)
731.40/731.63	c INFO: running lingeling-276@99 for 388 with 1671 remaining (b = 0.85)
1121.49/1121.65	c INFO: running lingeling-276@0 for 97 with 1282 remaining (b = 0.76)
1221.74/1221.98	c INFO: running precosat-570@0 for 97 with 1182 remaining (b = 0.57)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3377889-1305457804/watcher-3377889-1305457804 -o /tmp/evaluation-result-3377889-1305457804/solver-3377889-1305457804 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377889-1305457804.cnf -seed 2127833254 -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: 3.96 4.03 3.98 3/364 30338
/proc/meminfo: memFree=22540212/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=15780 CPUtime=0 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 921 0 0 0 0 0 0 0 22 0 1 0 638196329 16158720 801 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095447045 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 3945 802 351 364 0 432 0

[startup+0.042108 s]
/proc/loadavg: 3.96 4.03 3.98 3/364 30338
/proc/meminfo: memFree=22540212/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=18888 CPUtime=0.02 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1288 0 0 0 2 0 0 0 22 0 1 0 638196329 19341312 1141 33554432000 4194304 5683644 140736376120224 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.101222 s]
/proc/loadavg: 3.96 4.03 3.98 3/364 30338
/proc/meminfo: memFree=22540212/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=102016 CPUtime=0.07 cores=5,7
/proc/30338/stat : 30338 (python) S 30336 30338 30081 0 -1 4202496 3008 0 0 0 5 2 0 0 17 0 1 0 638196329 104464384 2701 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/30338/statm: 25504 2701 841 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102016

[startup+0.301022 s]
/proc/loadavg: 3.96 4.03 3.98 3/364 30338
/proc/meminfo: memFree=22540212/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=135752 CPUtime=0.22 cores=5,7
/proc/30338/stat : 30338 (python) S 30336 30338 30081 0 -1 4202496 5979 933 1 0 16 6 0 0 17 0 1 0 638196329 139010048 4149 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699953811 0 0 17 7 0 0 0
/proc/30338/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135752

[startup+0.700955 s]
/proc/loadavg: 3.96 4.03 3.98 3/364 30338
/proc/meminfo: memFree=22540212/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=473280 CPUtime=0.53 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 57976 933 1 0 32 21 0 0 17 0 1 0 638196329 484638720 55646 33554432000 4194304 5683644 140736376120224 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 118320 55646 1761 364 0 54244 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 473280

[startup+1.50081 s]
/proc/loadavg: 3.96 4.03 3.98 3/371 30353
/proc/meminfo: memFree=22249436/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=527488 CPUtime=1.33 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 71025 933 1 0 110 23 0 0 18 0 1 0 638196329 540147712 68695 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 131872 68695 1761 364 0 67796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 527488

[startup+3.10052 s]
/proc/loadavg: 3.96 4.03 3.98 4/371 30357
/proc/meminfo: memFree=22017928/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=637084 CPUtime=2.93 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 97429 933 1 0 266 27 0 0 20 0 1 0 638196329 652374016 95099 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 159271 95100 1761 364 0 95195 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 637084

[startup+6.31393 s]
/proc/loadavg: 3.96 4.03 3.98 5/375 30366
/proc/meminfo: memFree=21027520/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=853800 CPUtime=6.14 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 150149 933 1 0 580 34 0 0 25 0 1 0 638196329 874291200 147819 33554432000 4194304 5683644 140736376120224 18446744073709551615 4951663 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 213450 147822 1761 364 0 149374 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 853800

[startup+12.7008 s]
/proc/loadavg: 3.97 4.03 3.98 5/375 30366
/proc/meminfo: memFree=20004000/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1273056 CPUtime=12.53 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 255432 933 1 0 1204 49 0 0 25 0 1 0 638196329 1303609344 253102 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717667321155 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 318264 253102 1761 364 0 254188 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 1273056

[startup+25.5004 s]
/proc/loadavg: 3.97 4.03 3.98 5/375 30366
/proc/meminfo: memFree=18295036/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=2026564 CPUtime=25.33 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 439233 933 1 0 2460 73 0 0 25 0 1 0 638196329 2075201536 436903 33554432000 4194304 5683644 140736376120224 18446744073709551615 4455758 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 506641 436903 1761 364 0 442565 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 2026564

[startup+51.1007 s]
/proc/loadavg: 3.98 4.03 3.98 5/375 30367
/proc/meminfo: memFree=18002592/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=50.91 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1156529 933 1 0 4934 157 0 0 25 0 1 0 638196329 1904361472 402316 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095118303 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402316 1826 364 0 400856 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 1859728

[startup+102.3 s]
/proc/loadavg: 4.21 4.07 4.00 5/375 30403
/proc/meminfo: memFree=17736364/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=102.12 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1156529 933 1 0 10054 158 0 0 25 0 1 0 638196329 1904361472 402316 33554432000 4194304 5683644 140736376120224 18446744073709551615 228098859701 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402316 1826 364 0 400856 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 1859728

[startup+162.3 s]
/proc/loadavg: 4.07 4.05 4.00 5/378 30407
/proc/meminfo: memFree=17203724/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=162.12 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1156529 933 1 0 16054 158 0 0 25 0 1 0 638196329 1904361472 402316 33554432000 4194304 5683644 140736376120224 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402316 1826 364 0 400856 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 1859728

[startup+222.3 s]
/proc/loadavg: 4.07 4.06 4.00 5/378 30409
/proc/meminfo: memFree=17175992/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=222.12 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1156530 933 1 0 22054 158 0 0 25 0 1 0 638196329 1904361472 402317 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717496539041 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402317 1827 364 0 400856 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 1859728

[startup+282.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/382 30414
/proc/meminfo: memFree=17436064/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=282.13 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1541188 933 1 0 28013 200 0 0 25 0 1 0 638196329 1904361472 402323 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717529148258 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 1859728

[startup+342.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/382 30416
/proc/meminfo: memFree=17241844/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=342.12 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1541188 933 1 0 34012 200 0 0 25 0 1 0 638196329 1904361472 402323 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717496469632 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 1859728

[startup+402.314 s]
/proc/loadavg: 4.00 4.03 4.00 5/383 30419
/proc/meminfo: memFree=17477796/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=402.14 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1541188 933 1 0 40014 200 0 0 25 0 1 0 638196329 1904361472 402323 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717496469632 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1859728

[startup+462.3 s]
/proc/loadavg: 4.10 4.05 4.01 5/383 30420
/proc/meminfo: memFree=17474176/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=462.13 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1541188 933 1 0 46013 200 0 0 25 0 1 0 638196329 1904361472 402323 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717496469644 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1859728

[startup+522.3 s]
/proc/loadavg: 4.06 4.05 4.01 5/383 30422
/proc/meminfo: memFree=17468948/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=522.13 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1541188 933 1 0 52013 200 0 0 25 0 1 0 638196329 1904361472 402323 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717496469644 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1859728

[startup+582.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/383 30423
/proc/meminfo: memFree=17447724/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1859728 CPUtime=582.13 cores=5,7
/proc/30338/stat : 30338 (python) R 30336 30338 30081 0 -1 4202496 1541188 933 1 0 58013 200 0 0 25 0 1 0 638196329 1904361472 402323 33554432000 4194304 5683644 140736376120224 18446744073709551615 47717496469644 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30338/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1859728

[startup+642.301 s]

################
# More data... #
################

/proc/30428/stat : 30428 (lingeling) R 30426 30428 30428 0 -1 4202496 231861 0 0 0 36960 36 0 0 25 0 1 0 638259463 369373184 89349 33554432000 4194304 4352236 140736769969952 18446744073709551615 4233968 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30428/statm: 90179 89349 129 39 0 89259 0
[pid=30426/tid=30434] ppid=30338 vsize=1132956 CPUtime=0 cores=5,7
/proc/30426/task/30434/stat : 30434 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638269492 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604465517551680 0 0 -1 5 0 0 0
[pid=30338/tid=30427] ppid=30336 vsize=1132956 CPUtime=0 cores=5,7
/proc/30338/task/30427/stat : 30427 (python) S 30336 30338 30081 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 638259463 1160146944 218110 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 2626628

[startup+1062.32 s]
/proc/loadavg: 4.03 4.06 4.01 5/405 30461
/proc/meminfo: memFree=15159684/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1132956 CPUtime=631.18 cores=5,7
/proc/30338/stat : 30338 (python) S 30336 30338 30081 0 -1 4202496 1542011 933 1 0 62912 206 0 0 18 0 2 0 638196329 1160146944 218110 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30338/statm: 283239 218110 1876 364 0 219157 0
[pid=30426] ppid=30338 vsize=1132956 CPUtime=1.2 cores=5,7
/proc/30426/stat : 30426 (python) S 30338 30338 30081 0 -1 4202560 1195 0 0 0 60 60 0 0 18 0 2 0 638259461 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30426/statm: 283239 216650 415 364 0 219157 0
[pid=30428] ppid=30426 vsize=385768 CPUtime=429.81 cores=5,7
/proc/30428/stat : 30428 (lingeling) R 30426 30428 30428 0 -1 4202496 238124 0 0 0 42944 37 0 0 25 0 1 0 638259463 395026432 95612 33554432000 4194304 4352236 140736769969952 18446744073709551615 4208201 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30428/statm: 96442 95612 129 39 0 95522 0
[pid=30426/tid=30434] ppid=30338 vsize=1132956 CPUtime=0 cores=5,7
/proc/30426/task/30434/stat : 30434 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638269492 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604465517551680 0 0 -1 5 0 0 0
[pid=30338/tid=30427] ppid=30336 vsize=1132956 CPUtime=0 cores=5,7
/proc/30338/task/30427/stat : 30427 (python) S 30336 30338 30081 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 638259463 1160146944 218110 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.19
Current children cumulated vsize (KiB) 2651680

[startup+1122.3 s]
/proc/loadavg: 4.04 4.06 4.01 5/405 30463
/proc/meminfo: memFree=14666388/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1143212 CPUtime=631.2 cores=5,7
/proc/30338/stat : 30338 (python) S 30336 30338 30081 0 -1 4202496 1542321 933 1 0 62912 208 0 0 19 0 3 0 638196329 1170649088 218116 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30338/statm: 285803 218116 1878 364 0 221718 0
[pid=30426] ppid=30338 vsize=1132956 CPUtime=1.36 cores=5,7
/proc/30426/stat : 30426 (python) S 30338 30338 30081 0 -1 4202560 1195 0 0 0 67 69 0 0 18 0 2 0 638259461 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30426/statm: 283239 216650 415 364 0 219157 0
[pid=30428] ppid=30426 vsize=292464 CPUtime=488.97 cores=5,7
/proc/30428/stat : 30428 (lingeling) T 30426 30428 30428 0 -1 4202496 246317 0 0 0 48859 38 0 0 25 0 1 0 638259463 299483136 72286 33554432000 4194304 4352236 140736769969952 18446744073709551615 4234291 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30428/statm: 73116 72286 129 39 0 72196 0
[pid=30426/tid=30434] ppid=30338 vsize=1132956 CPUtime=0 cores=5,7
/proc/30426/task/30434/stat : 30434 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638269492 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604465517551680 0 0 -1 5 0 0 0
[pid=30338/tid=30427] ppid=30336 vsize=1143212 CPUtime=0 cores=5,7
/proc/30338/task/30427/stat : 30427 (python) S 30336 30338 30081 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 638259463 1170649088 218116 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1121.53
Current children cumulated vsize (KiB) 2568632

[startup+1182.3 s]
/proc/loadavg: 4.21 4.11 4.02 5/408 30467
/proc/meminfo: memFree=13992632/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1143212 CPUtime=631.2 cores=5,7
/proc/30338/stat : 30338 (python) S 30336 30338 30081 0 -1 4202496 1542321 933 1 0 62912 208 0 0 19 0 3 0 638196329 1170649088 218116 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30338/statm: 285803 218116 1878 364 0 221718 0
[pid=30426] ppid=30338 vsize=1132956 CPUtime=1.36 cores=5,7
/proc/30426/stat : 30426 (python) S 30338 30338 30081 0 -1 4202560 1195 0 0 0 67 69 0 0 18 0 2 0 638259461 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30426/statm: 283239 216650 415 364 0 219157 0
[pid=30428] ppid=30426 vsize=292464 CPUtime=488.97 cores=5,7
/proc/30428/stat : 30428 (lingeling) T 30426 30428 30428 0 -1 4202496 246317 0 0 0 48859 38 0 0 25 0 1 0 638259463 299483136 72286 33554432000 4194304 4352236 140736769969952 18446744073709551615 4234291 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30428/statm: 73116 72286 129 39 0 72196 0
[pid=30426/tid=30434] ppid=30338 vsize=1132956 CPUtime=0 cores=5,7
/proc/30426/task/30434/stat : 30434 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638269492 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604465517551680 0 0 -1 5 0 0 0
[pid=30464] ppid=30338 vsize=1132968 CPUtime=0.17 cores=5,7
/proc/30464/stat : 30464 (python) S 30338 30338 30081 0 -1 4202560 916 0 0 0 8 9 0 0 18 0 1 0 638308494 1160159232 216604 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095471174 0 0 16781312 514 1541286603723342086 0 0 17 5 0 0 0
/proc/30464/statm: 283242 216604 370 364 0 219157 0
[pid=30466] ppid=30464 vsize=401904 CPUtime=60.44 cores=5,7
/proc/30466/stat : 30466 (lingeling) R 30464 30466 30466 0 -1 4202496 164158 0 0 0 6015 29 0 0 25 0 1 0 638308496 411549696 99646 33554432000 4194304 4352236 140734884336960 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30466/statm: 100476 99646 129 39 0 99556 0
[pid=30338/tid=30427] ppid=30336 vsize=1143212 CPUtime=0 cores=5,7
/proc/30338/task/30427/stat : 30427 (python) S 30336 30338 30081 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 638259463 1170649088 218116 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
[pid=30338/tid=30465] ppid=30336 vsize=1143212 CPUtime=0 cores=5,7
/proc/30338/task/30465/stat : 30465 (python) S 30336 30338 30081 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 638308496 1170649088 218116 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.14
Current children cumulated vsize (KiB) 4103504

[startup+1242.3 s]
/proc/loadavg: 4.16 4.11 4.03 5/412 30473
/proc/meminfo: memFree=12905828/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1153468 CPUtime=631.22 cores=5,7
/proc/30338/stat : 30338 (python) S 30336 30338 30081 0 -1 4202496 1543089 933 1 0 62913 209 0 0 20 0 4 0 638196329 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30338/statm: 288367 218122 1880 364 0 224279 0
[pid=30426] ppid=30338 vsize=1132956 CPUtime=1.36 cores=5,7
/proc/30426/stat : 30426 (python) S 30338 30338 30081 0 -1 4202560 1195 0 0 0 67 69 0 0 18 0 2 0 638259461 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30426/statm: 283239 216650 415 364 0 219157 0
[pid=30428] ppid=30426 vsize=292464 CPUtime=488.97 cores=5,7
/proc/30428/stat : 30428 (lingeling) T 30426 30428 30428 0 -1 4202496 246317 0 0 0 48859 38 0 0 25 0 1 0 638259463 299483136 72286 33554432000 4194304 4352236 140736769969952 18446744073709551615 4234291 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30428/statm: 73116 72286 129 39 0 72196 0
[pid=30426/tid=30434] ppid=30338 vsize=1132956 CPUtime=0 cores=5,7
/proc/30426/task/30434/stat : 30434 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638269492 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604465517551680 0 0 -1 5 0 0 0
[pid=30464] ppid=30338 vsize=1132968 CPUtime=0.3 cores=5,7
/proc/30464/stat : 30464 (python) S 30338 30338 30081 0 -1 4202560 1087 0 0 0 15 15 0 0 19 0 2 0 638308494 1160159232 216634 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30464/statm: 283242 216634 399 364 0 219157 0
[pid=30466] ppid=30464 vsize=380484 CPUtime=100 cores=5,7
/proc/30466/stat : 30466 (lingeling) T 30464 30466 30466 0 -1 4202496 183855 0 0 0 9969 31 0 0 25 0 1 0 638308496 389615616 94291 33554432000 4194304 4352236 140734884336960 18446744073709551615 4238680 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30466/statm: 95121 94291 129 39 0 94201 0
[pid=30464/tid=30469] ppid=30338 vsize=1132968 CPUtime=0 cores=5,7
/proc/30464/task/30469/stat : 30469 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638318527 1160159232 216634 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604464979887360 0 0 -1 7 0 0 0
[pid=30470] ppid=30338 vsize=1143224 CPUtime=0.07 cores=5,7
/proc/30470/stat : 30470 (python) S 30338 30338 30081 0 -1 4202560 905 0 0 0 3 4 0 0 18 0 1 0 638318528 1170661376 216608 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095471174 0 0 16781312 514 1541286603723342085 0 0 17 7 0 0 0
/proc/30470/statm: 285806 216608 370 364 0 221718 0
[pid=30472] ppid=30470 vsize=1039268 CPUtime=20.26 cores=5,7
/proc/30472/stat : 30472 (precosat) R 30470 30472 30472 0 -1 4202496 257839 0 0 0 1984 42 0 0 25 0 1 0 638318530 1064210432 248394 33554432000 4194304 4890832 140734756879424 18446744073709551615 4293278 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/30472/statm: 259817 248394 80 171 0 259644 0
[pid=30338/tid=30427] ppid=30336 vsize=1153468 CPUtime=0 cores=5,7
/proc/30338/task/30427/stat : 30427 (python) S 30336 30338 30081 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 4 0 638259463 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
[pid=30338/tid=30465] ppid=30336 vsize=1153468 CPUtime=0 cores=5,7
/proc/30338/task/30465/stat : 30465 (python) S 30336 30338 30081 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 4 0 638308496 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
[pid=30338/tid=30471] ppid=30336 vsize=1153468 CPUtime=0 cores=5,7
/proc/30338/task/30471/stat : 30471 (python) S 30336 30338 30081 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 4 0 638318530 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.18
Current children cumulated vsize (KiB) 6274832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.12 4.03 5/412 30474
/proc/meminfo: memFree=12613780/32951124 swapFree=65980216/67111528
[pid=30338] ppid=30336 vsize=1153468 CPUtime=631.22 cores=5,7
/proc/30338/stat : 30338 (python) S 30336 30338 30081 0 -1 4202496 1543089 933 1 0 62913 209 0 0 20 0 4 0 638196329 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30338/statm: 288367 218122 1880 364 0 224279 0
[pid=30426] ppid=30338 vsize=1132956 CPUtime=1.36 cores=5,7
/proc/30426/stat : 30426 (python) S 30338 30338 30081 0 -1 4202560 1195 0 0 0 67 69 0 0 18 0 2 0 638259461 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30426/statm: 283239 216650 415 364 0 219157 0
[pid=30428] ppid=30426 vsize=292464 CPUtime=488.97 cores=5,7
/proc/30428/stat : 30428 (lingeling) T 30426 30428 30428 0 -1 4202496 246317 0 0 0 48859 38 0 0 25 0 1 0 638259463 299483136 72286 33554432000 4194304 4352236 140736769969952 18446744073709551615 4234291 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30428/statm: 73116 72286 129 39 0 72196 0
[pid=30426/tid=30434] ppid=30338 vsize=1132956 CPUtime=0 cores=5,7
/proc/30426/task/30434/stat : 30434 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638269492 1160146944 216650 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604465517551680 0 0 -1 5 0 0 0
[pid=30464] ppid=30338 vsize=1132968 CPUtime=0.3 cores=5,7
/proc/30464/stat : 30464 (python) S 30338 30338 30081 0 -1 4202560 1087 0 0 0 15 15 0 0 19 0 2 0 638308494 1160159232 216634 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30464/statm: 283242 216634 399 364 0 219157 0
[pid=30466] ppid=30464 vsize=380484 CPUtime=100 cores=5,7
/proc/30466/stat : 30466 (lingeling) T 30464 30466 30466 0 -1 4202496 183855 0 0 0 9969 31 0 0 25 0 1 0 638308496 389615616 94291 33554432000 4194304 4352236 140734884336960 18446744073709551615 4238680 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30466/statm: 95121 94291 129 39 0 94201 0
[pid=30464/tid=30469] ppid=30338 vsize=1132968 CPUtime=0 cores=5,7
/proc/30464/task/30469/stat : 30469 (python) S 30338 30338 30081 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638318527 1160159232 216634 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 514 18446604464979887360 0 0 -1 7 0 0 0
[pid=30470] ppid=30338 vsize=1143224 CPUtime=0.23 cores=5,7
/proc/30470/stat : 30470 (python) S 30338 30338 30081 0 -1 4202560 933 0 0 0 11 12 0 0 18 0 1 0 638318528 1170661376 216608 33554432000 4194304 5683644 140736376120224 18446744073709551615 228095471174 0 0 16781312 514 1541286603723342085 0 0 17 7 0 0 0
/proc/30470/statm: 285806 216608 370 364 0 221718 0
[pid=30472] ppid=30470 vsize=1111904 CPUtime=77.98 cores=5,7
/proc/30472/stat : 30472 (precosat) R 30470 30472 30472 0 -1 4202496 278572 0 0 0 7751 47 0 0 25 0 1 0 638318530 1138589696 269127 33554432000 4194304 4890832 140734756879424 18446744073709551615 4295792 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/30472/statm: 277976 269127 86 171 0 277803 0
[pid=30338/tid=30427] ppid=30336 vsize=1153468 CPUtime=0 cores=5,7
/proc/30338/task/30427/stat : 30427 (python) S 30336 30338 30081 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 4 0 638259463 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
[pid=30338/tid=30465] ppid=30336 vsize=1153468 CPUtime=0 cores=5,7
/proc/30338/task/30465/stat : 30465 (python) S 30336 30338 30081 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 4 0 638308496 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
[pid=30338/tid=30471] ppid=30336 vsize=1153468 CPUtime=0 cores=5,7
/proc/30338/task/30471/stat : 30471 (python) S 30336 30338 30081 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 4 0 638318530 1181151232 218122 33554432000 4194304 5683644 140736376120224 18446744073709551615 228107274673 0 0 16781312 2 18446604467658890240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 6347468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30338 and gives
#  childrusage.ru_utime.tv_sec=629
#  childrusage.ru_utime.tv_usec=132357
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=139674
# CPU time returned by wait4() is 631.272
# while last known CPU time is 1300.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.08
CPU time (s): 1300.06
CPU user time (s): 1295.85
CPU system time (s): 4.21
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 6347468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 629.132
system time used= 2.13967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1544023
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= 4169
involuntary context switches= 1035

runsolver used 4.66229 second user time and 11.0123 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 13:10:08
IDJOB=3377889
IDBENCH=88159
IDSOLVER=1858
FILE ID=node142/3377889-1305457804
RUNJOBID= node142-1305456501-30102
PBS_JOBID= 13324890
Free space on /tmp= 72988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.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-3377889-1305457804/watcher-3377889-1305457804 -o /tmp/evaluation-result-3377889-1305457804/solver-3377889-1305457804 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377889-1305457804.cnf -seed 2127833254 -budget 2400

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=2127833254

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22540500 kB
Buffers:        333304 kB
Cached:        5290416 kB
SwapCached:      11520 kB
Active:        7016620 kB
Inactive:      3038688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22540500 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          605444 kB
Writeback:           0 kB
AnonPages:     4428500 kB
Mapped:          23164 kB
Slab:           256408 kB
PageTables:      33380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77255584 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= 72836 MiB
End job on node142 at 2011-05-15 13:31:51