Trace number 3484642

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, 1200 s timeout)? (TO) 1200.01 1199.56

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.46	c INFO: solving HOME/instance-3484642-1307751995.cnf
0.30/0.46	c INFO: computing task features
20.68/20.86	c INFO: computed variable-clause graph statistics
21.18/21.35	c INFO: computed clause balance statistics
124.79/124.95	c INFO: computed variable balance statistics
156.88/157.04	c INFO: computed small-clause counts
157.08/157.21	c INFO: computed Horn-clause counts
162.38/162.56	c INFO: computed variable graph statistics
162.38/162.59	c INFO: collected features for HOME/instance-3484642-1307751995.cnf in 161.45 s
162.48/162.60	c INFO: running lingeling-276@0 for 485 with 1038 remaining (b = 0.39)
651.59/651.19	c INFO: running cryptominisat-2.9.0@0 for 550 with 550 remaining (b = 0.33)

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.1 (svn: 988)

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-3484642-1307751995/watcher-3484642-1307751995 -o /tmp/evaluation-result-3484642-1307751995/solver-3484642-1307751995 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484642-1307751995.cnf -seed 859485366 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.00 3.97 3.62 5/181 15226
/proc/meminfo: memFree=31464568/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=15184 CPUtime=0 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 734 0 0 0 0 0 0 0 18 0 1 0 867615933 15548416 621 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/15226/statm: 3796 621 322 364 0 283 0

[startup+0.00997507 s]
/proc/loadavg: 4.00 3.97 3.62 5/181 15226
/proc/meminfo: memFree=31464568/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=15772 CPUtime=0 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 899 0 0 0 0 0 0 0 17 0 1 0 867615933 16150528 778 33554432000 4194304 5683644 140734446199568 18446744073709551615 4516228 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 3943 779 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.100928 s]
/proc/loadavg: 4.00 3.97 3.62 5/181 15226
/proc/meminfo: memFree=31464568/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=104228 CPUtime=0.06 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 3088 0 0 0 4 2 0 0 17 0 1 0 867615933 106729472 2767 33554432000 4194304 5683644 140734446199568 18446744073709551615 5114192 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300919 s]
/proc/loadavg: 4.00 3.97 3.62 5/181 15226
/proc/meminfo: memFree=31464568/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=196844 CPUtime=0.21 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 6965 935 1 0 16 5 0 0 17 0 1 0 867615933 201568256 5005 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/15226/statm: 49211 5005 1446 364 0 3755 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 196844

[startup+0.700845 s]
/proc/loadavg: 4.00 3.97 3.62 5/181 15226
/proc/meminfo: memFree=31464568/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=398576 CPUtime=0.58 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 39313 935 1 0 46 12 0 0 17 0 1 0 867615933 408141824 36982 33554432000 4194304 5683644 140734446199568 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 99644 36982 1761 364 0 35568 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 398576

[startup+1.50073 s]
/proc/loadavg: 4.08 3.98 3.63 4/182 15233
/proc/meminfo: memFree=31270524/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=418632 CPUtime=1.37 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 43879 935 1 0 125 12 0 0 18 0 1 0 867615933 428679168 41548 33554432000 4194304 5683644 140734446199568 18446744073709551615 4603233 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 104658 41550 1761 364 0 40582 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 418632

[startup+3.10042 s]
/proc/loadavg: 4.08 3.98 3.63 5/190 15252
/proc/meminfo: memFree=31129668/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=485804 CPUtime=2.97 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 59973 935 1 0 283 14 0 0 22 0 1 0 867615933 497463296 57642 33554432000 4194304 5683644 140734446199568 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 121451 57642 1761 364 0 57375 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 485804

[startup+6.30083 s]
/proc/loadavg: 4.07 3.98 3.63 5/185 15285
/proc/meminfo: memFree=30677624/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=690408 CPUtime=6.18 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 108509 935 1 0 595 23 0 0 25 0 1 0 867615933 706977792 106178 33554432000 4194304 5683644 140734446199568 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 172602 106178 1761 364 0 108526 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 690408

[startup+12.7066 s]
/proc/loadavg: 4.07 3.98 3.63 5/187 15341
/proc/meminfo: memFree=29583744/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=1078072 CPUtime=12.58 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 203745 935 1 0 1222 36 0 0 25 0 1 0 867615933 1103945728 201414 33554432000 4194304 5683644 140734446199568 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 269518 201414 1761 364 0 205442 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1078072

[startup+25.5003 s]
/proc/loadavg: 4.06 3.98 3.64 5/187 15341
/proc/meminfo: memFree=29084344/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=1378076 CPUtime=25.37 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 484597 935 1 0 2468 69 0 0 25 0 1 0 867615933 1411149824 281936 33554432000 4194304 5683644 140734446199568 18446744073709551615 220815895913 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1378076

[startup+51.1006 s]
/proc/loadavg: 4.03 3.98 3.64 5/193 15348
/proc/meminfo: memFree=29010772/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=1378076 CPUtime=50.98 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 484597 935 1 0 5029 69 0 0 25 0 1 0 867615933 1411149824 281936 33554432000 4194304 5683644 140734446199568 18446744073709551615 4623648 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1378076

[startup+102.301 s]
/proc/loadavg: 4.01 3.98 3.66 5/190 15392
/proc/meminfo: memFree=28677564/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=1378076 CPUtime=102.18 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 484597 935 1 0 10148 70 0 0 25 0 1 0 867615933 1411149824 281936 33554432000 4194304 5683644 140734446199568 18446744073709551615 220819645097 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 1378076

[startup+162.307 s]
/proc/loadavg: 4.00 3.98 3.68 5/190 15394
/proc/meminfo: memFree=28636436/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=1395348 CPUtime=162.19 cores=4,6
/proc/15226/stat : 15226 (python) R 15224 15226 12976 0 -1 4202496 501845 935 1 0 16147 72 0 0 25 0 1 0 867615933 1428836352 286261 33554432000 4194304 5683644 140734446199568 18446744073709551615 46934850676876 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15226/statm: 348837 286261 1833 364 0 284761 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1395348

[startup+222.301 s]
/proc/loadavg: 4.08 4.01 3.70 5/193 15445
/proc/meminfo: memFree=29237228/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=828696 CPUtime=162.5 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502129 935 1 0 16174 76 0 0 25 0 2 0 867615933 848584704 142069 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 207174 142069 1867 364 0 143092 0
[pid=15395] ppid=15226 vsize=818452 CPUtime=0.07 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 910 0 0 0 3 4 0 0 18 0 1 0 867632193 838094848 140574 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256527 0 0 16781312 514 15857367802017972484 0 0 17 6 0 0 0
/proc/15395/statm: 204613 140574 376 364 0 140531 0
[pid=15397] ppid=15395 vsize=238240 CPUtime=59.66 cores=4,6
/proc/15397/stat : 15397 (lingeling) R 15395 15397 15397 0 -1 4202496 138590 0 0 0 5946 20 0 0 25 0 1 0 867632194 243957760 58724 33554432000 4194304 4352236 140735508688976 18446744073709551615 4247618 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15397/statm: 59560 58724 129 39 0 58640 0
[pid=15226/tid=15396] ppid=15224 vsize=828696 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 2 0 867632194 848584704 142069 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1885388

[startup+282.301 s]
/proc/loadavg: 4.08 4.02 3.73 5/196 15449
/proc/meminfo: memFree=28823388/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=828696 CPUtime=162.5 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502129 935 1 0 16174 76 0 0 25 0 2 0 867615933 848584704 142069 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 207174 142069 1867 364 0 143092 0
[pid=15395] ppid=15226 vsize=818452 CPUtime=0.14 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 936 0 0 0 7 7 0 0 18 0 1 0 867632193 838094848 140574 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256527 0 0 16781312 514 15857367802017972484 0 0 17 6 0 0 0
/proc/15395/statm: 204613 140574 376 364 0 140531 0
[pid=15397] ppid=15395 vsize=455928 CPUtime=119.66 cores=4,6
/proc/15397/stat : 15397 (lingeling) R 15395 15397 15397 0 -1 4202496 193013 0 0 0 11942 24 0 0 25 0 1 0 867632194 466870272 113146 33554432000 4194304 4352236 140735508688976 18446744073709551615 4245517 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15397/statm: 113982 113146 129 39 0 113062 0
[pid=15226/tid=15396] ppid=15224 vsize=828696 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 2 0 867632194 848584704 142069 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2103076

[startup+342.301 s]
/proc/loadavg: 4.03 4.02 3.74 5/196 15451
/proc/meminfo: memFree=29187380/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=828696 CPUtime=162.5 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502129 935 1 0 16174 76 0 0 25 0 2 0 867615933 848584704 142069 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 207174 142069 1867 364 0 143092 0
[pid=15395] ppid=15226 vsize=818452 CPUtime=0.22 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 953 0 0 0 11 11 0 0 18 0 1 0 867632193 838094848 140574 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256527 0 0 16781312 514 15857367802017972484 0 0 17 6 0 0 0
/proc/15395/statm: 204613 140574 376 364 0 140531 0
[pid=15397] ppid=15395 vsize=239388 CPUtime=179.66 cores=4,6
/proc/15397/stat : 15397 (lingeling) R 15395 15397 15397 0 -1 4202496 193486 0 0 0 17941 25 0 0 25 0 1 0 867632194 245133312 59011 33554432000 4194304 4352236 140735508688976 18446744073709551615 4208101 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15397/statm: 59847 59011 129 39 0 58927 0
[pid=15226/tid=15396] ppid=15224 vsize=828696 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 2 0 867632194 848584704 142069 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 1886536

[startup+402.301 s]
/proc/loadavg: 4.07 4.03 3.76 5/196 15452
/proc/meminfo: memFree=29182352/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=828696 CPUtime=162.5 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502129 935 1 0 16174 76 0 0 25 0 2 0 867615933 848584704 142069 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 207174 142069 1867 364 0 143092 0
[pid=15395] ppid=15226 vsize=818452 CPUtime=0.29 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 965 0 0 0 15 14 0 0 18 0 1 0 867632193 838094848 140574 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256527 0 0 16781312 514 15857367802017972484 0 0 17 6 0 0 0
/proc/15395/statm: 204613 140574 376 364 0 140531 0
[pid=15397] ppid=15395 vsize=238352 CPUtime=239.67 cores=4,6
/proc/15397/stat : 15397 (lingeling) R 15395 15397 15397 0 -1 4202496 193486 0 0 0 23942 25 0 0 25 0 1 0 867632194 244072448 58752 33554432000 4194304 4352236 140735508688976 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15397/statm: 59588 58752 129 39 0 58668 0
[pid=15226/tid=15396] ppid=15224 vsize=828696 CPUtime=0 cores=4,6

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

[pid=15466] ppid=15226 vsize=828708 CPUtime=0.46 cores=4,6
/proc/15466/stat : 15466 (python) S 15226 15226 12976 0 -1 4202560 991 0 0 0 25 21 0 0 15 0 1 0 867681052 848596992 140572 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256582 0 0 16781312 514 15857367802017972484 0 0 17 4 0 0 0
/proc/15466/statm: 207177 140572 370 364 0 143092 0
[pid=15468] ppid=15466 vsize=871148 CPUtime=350.65 cores=4,6
/proc/15468/stat : 15468 (cryptominisat-2) R 15466 15468 15468 0 -1 4202496 185410 0 0 0 35040 25 0 0 25 0 1 0 867681053 892055552 184886 33554432000 4194304 4677096 140737267944480 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15468/statm: 217787 184886 378 118 0 212746 0
[pid=15226/tid=15396] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 3 0 867632194 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
[pid=15226/tid=15467] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15467/stat : 15467 (python) S 15224 15226 12976 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 867681053 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.79
Current children cumulated vsize (KiB) 3603204

[startup+1062.3 s]
/proc/loadavg: 4.05 4.02 3.87 5/212 15486
/proc/meminfo: memFree=25808148/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=838952 CPUtime=162.51 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502937 935 1 0 16174 77 0 0 20 0 3 0 867615933 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 209738 142076 1870 364 0 145653 0
[pid=15395] ppid=15226 vsize=828696 CPUtime=0.61 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 1189 0 0 0 34 27 0 0 19 0 2 0 867632193 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15395/statm: 207174 140617 414 364 0 143092 0
[pid=15397] ppid=15395 vsize=235700 CPUtime=488.56 cores=4,6
/proc/15397/stat : 15397 (lingeling) T 15395 15397 15397 0 -1 4202496 227596 0 0 0 48827 29 0 0 25 0 1 0 867632194 241356800 58089 33554432000 4194304 4352236 140735508688976 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15397/statm: 58925 58089 129 39 0 58005 0
[pid=15395/tid=15465] ppid=15226 vsize=828696 CPUtime=0 cores=4,6
/proc/15395/task/15465/stat : 15465 (python) S 15226 15226 12976 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 867681051 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 514 18446604453956796480 0 0 -1 6 0 0 0
[pid=15466] ppid=15226 vsize=828708 CPUtime=0.55 cores=4,6
/proc/15466/stat : 15466 (python) S 15226 15226 12976 0 -1 4202560 991 0 0 0 30 25 0 0 15 0 1 0 867681052 848596992 140572 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256582 0 0 16781312 514 15857367802017972484 0 0 17 4 0 0 0
/proc/15466/statm: 207177 140572 370 364 0 143092 0
[pid=15468] ppid=15466 vsize=871148 CPUtime=410.58 cores=4,6
/proc/15468/stat : 15468 (cryptominisat-2) R 15466 15468 15468 0 -1 4202496 185410 0 0 0 41033 25 0 0 25 0 1 0 867681053 892055552 184886 33554432000 4194304 4677096 140737267944480 18446744073709551615 4465288 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15468/statm: 217787 184886 378 118 0 212746 0
[pid=15226/tid=15396] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 3 0 867632194 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
[pid=15226/tid=15467] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15467/stat : 15467 (python) S 15224 15226 12976 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 867681053 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.81
Current children cumulated vsize (KiB) 3603204

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.87 5/212 15488
/proc/meminfo: memFree=25789360/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=838952 CPUtime=162.51 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502937 935 1 0 16174 77 0 0 20 0 3 0 867615933 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 209738 142076 1870 364 0 145653 0
[pid=15395] ppid=15226 vsize=828696 CPUtime=0.61 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 1189 0 0 0 34 27 0 0 19 0 2 0 867632193 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15395/statm: 207174 140617 414 364 0 143092 0
[pid=15397] ppid=15395 vsize=235700 CPUtime=488.56 cores=4,6
/proc/15397/stat : 15397 (lingeling) T 15395 15397 15397 0 -1 4202496 227596 0 0 0 48827 29 0 0 25 0 1 0 867632194 241356800 58089 33554432000 4194304 4352236 140735508688976 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15397/statm: 58925 58089 129 39 0 58005 0
[pid=15395/tid=15465] ppid=15226 vsize=828696 CPUtime=0 cores=4,6
/proc/15395/task/15465/stat : 15465 (python) S 15226 15226 12976 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 867681051 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 514 18446604453956796480 0 0 -1 6 0 0 0
[pid=15466] ppid=15226 vsize=828708 CPUtime=0.64 cores=4,6
/proc/15466/stat : 15466 (python) S 15226 15226 12976 0 -1 4202560 993 0 0 0 34 30 0 0 15 0 1 0 867681052 848596992 140572 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256582 0 0 16781312 514 15857367802017972484 0 0 17 4 0 0 0
/proc/15466/statm: 207177 140572 370 364 0 143092 0
[pid=15468] ppid=15466 vsize=913164 CPUtime=470.5 cores=4,6
/proc/15468/stat : 15468 (cryptominisat-2) R 15466 15468 15468 0 -1 4202496 213522 0 0 0 47021 29 0 0 25 0 1 0 867681053 935079936 190597 33554432000 4194304 4677096 140737267944480 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15468/statm: 228291 190597 388 118 0 223250 0
[pid=15226/tid=15396] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 3 0 867632194 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
[pid=15226/tid=15467] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15467/stat : 15467 (python) S 15224 15226 12976 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 867681053 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.82
Current children cumulated vsize (KiB) 3645220

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/212 15489
/proc/meminfo: memFree=25685996/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=838952 CPUtime=162.51 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502937 935 1 0 16174 77 0 0 20 0 3 0 867615933 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 209738 142076 1870 364 0 145653 0
[pid=15395] ppid=15226 vsize=828696 CPUtime=0.61 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 1189 0 0 0 34 27 0 0 19 0 2 0 867632193 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15395/statm: 207174 140617 414 364 0 143092 0
[pid=15397] ppid=15395 vsize=235700 CPUtime=488.56 cores=4,6
/proc/15397/stat : 15397 (lingeling) T 15395 15397 15397 0 -1 4202496 227596 0 0 0 48827 29 0 0 25 0 1 0 867632194 241356800 58089 33554432000 4194304 4352236 140735508688976 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15397/statm: 58925 58089 129 39 0 58005 0
[pid=15395/tid=15465] ppid=15226 vsize=828696 CPUtime=0 cores=4,6
/proc/15395/task/15465/stat : 15465 (python) S 15226 15226 12976 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 867681051 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 514 18446604453956796480 0 0 -1 6 0 0 0
[pid=15466] ppid=15226 vsize=828708 CPUtime=0.72 cores=4,6
/proc/15466/stat : 15466 (python) S 15226 15226 12976 0 -1 4202560 993 0 0 0 39 33 0 0 15 0 1 0 867681052 848596992 140572 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256582 0 0 16781312 514 15857367802017972484 0 0 17 4 0 0 0
/proc/15466/statm: 207177 140572 370 364 0 143092 0
[pid=15468] ppid=15466 vsize=913164 CPUtime=530.42 cores=4,6
/proc/15468/stat : 15468 (cryptominisat-2) R 15466 15468 15468 0 -1 4202496 213522 0 0 0 53013 29 0 0 25 0 1 0 867681053 935079936 190597 33554432000 4194304 4677096 140737267944480 18446744073709551615 4502821 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15468/statm: 228291 190597 388 118 0 223250 0
[pid=15226/tid=15396] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 3 0 867632194 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
[pid=15226/tid=15467] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15467/stat : 15467 (python) S 15224 15226 12976 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 867681053 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.82
Current children cumulated vsize (KiB) 3645220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 4.00 4.01 3.88 4/203 15491
/proc/meminfo: memFree=27154072/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=838952 CPUtime=162.51 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502937 935 1 0 16174 77 0 0 20 0 3 0 867615933 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 209738 142076 1870 364 0 145653 0
[pid=15395] ppid=15226 vsize=828696 CPUtime=0.61 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 1189 0 0 0 34 27 0 0 19 0 2 0 867632193 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15395/statm: 207174 140617 414 364 0 143092 0
[pid=15397] ppid=15395 vsize=235700 CPUtime=488.56 cores=4,6
/proc/15397/stat : 15397 (lingeling) T 15395 15397 15397 0 -1 4202496 227596 0 0 0 48827 29 0 0 25 0 1 0 867632194 241356800 58089 33554432000 4194304 4352236 140735508688976 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15397/statm: 58925 58089 129 39 0 58005 0
[pid=15395/tid=15465] ppid=15226 vsize=828696 CPUtime=0 cores=4,6
/proc/15395/task/15465/stat : 15465 (python) S 15226 15226 12976 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 867681051 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 514 18446604453956796480 0 0 -1 6 0 0 0
[pid=15466] ppid=15226 vsize=828708 CPUtime=0.74 cores=4,6
/proc/15466/stat : 15466 (python) S 15226 15226 12976 0 -1 4202560 993 0 0 0 40 34 0 0 15 0 1 0 867681052 848596992 140572 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256582 0 0 16781312 514 15857367802017972484 0 0 17 4 0 0 0
/proc/15466/statm: 207177 140572 370 364 0 143092 0
[pid=15468] ppid=15466 vsize=913164 CPUtime=547.59 cores=4,6
/proc/15468/stat : 15468 (cryptominisat-2) R 15466 15468 15468 0 -1 4202496 213522 0 0 0 54730 29 0 0 25 0 1 0 867681053 935079936 190597 33554432000 4194304 4677096 140737267944480 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15468/statm: 228291 190597 388 118 0 223250 0
[pid=15226/tid=15396] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 3 0 867632194 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
[pid=15226/tid=15467] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15467/stat : 15467 (python) S 15224 15226 12976 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 867681053 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 3645220

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

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

[startup+1199.5 s]
/proc/loadavg: 4.00 4.01 3.88 4/203 15491
/proc/meminfo: memFree=27154072/32951124 swapFree=67062492/67111528
[pid=15226] ppid=15224 vsize=838952 CPUtime=162.51 cores=4,6
/proc/15226/stat : 15226 (python) S 15224 15226 12976 0 -1 4202496 502937 935 1 0 16174 77 0 0 20 0 3 0 867615933 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15226/statm: 209738 142076 1870 364 0 145653 0
[pid=15395] ppid=15226 vsize=828696 CPUtime=0.61 cores=4,6
/proc/15395/stat : 15395 (python) S 15226 15226 12976 0 -1 4202560 1189 0 0 0 34 27 0 0 19 0 2 0 867632193 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15395/statm: 207174 140617 414 364 0 143092 0
[pid=15397] ppid=15395 vsize=235700 CPUtime=488.56 cores=4,6
/proc/15397/stat : 15397 (lingeling) T 15395 15397 15397 0 -1 4202496 227596 0 0 0 48827 29 0 0 25 0 1 0 867632194 241356800 58089 33554432000 4194304 4352236 140735508688976 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15397/statm: 58925 58089 129 39 0 58005 0
[pid=15395/tid=15465] ppid=15226 vsize=828696 CPUtime=0 cores=4,6
/proc/15395/task/15465/stat : 15465 (python) S 15226 15226 12976 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 867681051 848584704 140617 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 514 18446604453956796480 0 0 -1 6 0 0 0
[pid=15466] ppid=15226 vsize=828708 CPUtime=0.74 cores=4,6
/proc/15466/stat : 15466 (python) S 15226 15226 12976 0 -1 4202560 993 0 0 0 40 34 0 0 15 0 1 0 867681052 848596992 140572 33554432000 4194304 5683644 140734446199568 18446744073709551615 220816256582 0 0 16781312 514 15857367802017972484 0 0 17 4 0 0 0
/proc/15466/statm: 207177 140572 370 364 0 143092 0
[pid=15468] ppid=15466 vsize=913164 CPUtime=547.59 cores=4,6
/proc/15468/stat : 15468 (cryptominisat-2) R 15466 15468 15468 0 -1 4202496 213522 0 0 0 54730 29 0 0 25 0 1 0 867681053 935079936 190597 33554432000 4194304 4677096 140737267944480 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15468/statm: 228291 190597 388 118 0 223250 0
[pid=15226/tid=15396] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15396/stat : 15396 (python) S 15224 15226 12976 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 3 0 867632194 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
[pid=15226/tid=15467] ppid=15224 vsize=838952 CPUtime=0 cores=4,6
/proc/15226/task/15467/stat : 15467 (python) S 15224 15226 12976 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 867681053 859086848 142076 33554432000 4194304 5683644 140734446199568 18446744073709551615 220828060081 0 0 16781312 2 18446604447518112768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 3645220

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15226 and gives
#  childrusage.ru_utime.tv_sec=161
#  childrusage.ru_utime.tv_usec=748410
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=803877
# CPU time returned by wait4() is 162.552
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.56
CPU time (s): 1200.01
CPU user time (s): 1198.05
CPU system time (s): 1.96
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 3645220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.748
system time used= 0.803877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503872
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= 1009
involuntary context switches= 239

runsolver used 2.25766 second user time and 4.64429 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 02:26:39
IDJOB=3484642
IDBENCH=83466
IDSOLVER=1976
FILE ID=node147/3484642-1307751995
RUNJOBID= node147-1307750792-14893
PBS_JOBID= 13550813
Free space on /tmp= 73740 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.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-3484642-1307751995/watcher-3484642-1307751995 -o /tmp/evaluation-result-3484642-1307751995/solver-3484642-1307751995 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484642-1307751995.cnf -seed 859485366 -budget 1200

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=859485366

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      31459144 kB
Buffers:        114252 kB
Cached:         996240 kB
SwapCached:      10296 kB
Active:         761408 kB
Inactive:       569464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31459144 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          332328 kB
Writeback:           0 kB
AnonPages:      218400 kB
Mapped:          15992 kB
Slab:            95440 kB
PageTables:       6216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   408120 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= 73632 MiB
End job on node147 at 2011-06-11 02:46:42