Trace number 3378736

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-par-industrial (fixed)UNSAT 92.8489 56.7334

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-tseitin.cnf
MD5SUMd07ba7628d2c2e21fb72ee99fe24c054
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.18721
Satisfiable
(Un)Satisfiability was proved
Number of variables160244
Number of clauses479591
Sum of the clauses size1119043
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2319726
Number of clauses of size 3159863
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3378736-1305465879.cnf
0.36/0.67	c INFO: computing task features
1.72/2.11	c INFO: computed variable-clause graph statistics
1.84/2.15	c INFO: computed clause balance statistics
9.12/9.46	c INFO: computed variable balance statistics
14.42/14.78	c INFO: computed small-clause counts
14.52/14.88	c INFO: computed Horn-clause counts
44.12/44.46	c INFO: computed variable graph statistics
44.12/44.46	c INFO: collected features for HOME/instance-3378736-1305465879.cnf in 43.74 s
44.12/44.47	c INFO: running lingeling-276@0 for 485 with 1156 remaining (b = 0.70)
44.12/44.48	c INFO: running lingeling-276@0 for 194 with 1156 remaining (b = 0.54)
44.12/44.49	c INFO: running cryptominisat-2.9.0@0 for 1156 with 1156 remaining (b = 0.62)
44.22/44.50	c INFO: running precosat-570@0 for 388 with 1156 remaining (b = 0.45)
92.42/56.69	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-3378736-1305465879/watcher-3378736-1305465879 -o /tmp/evaluation-result-3378736-1305465879/solver-3378736-1305465879 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378736-1305465879.cnf -seed 1383176995 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.92 6.08 6.13 6/456 29272
/proc/meminfo: memFree=23124876/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/29272/stat : 29272 (python) S 29270 29272 28586 0 -1 4202496 934 0 0 0 0 0 0 0 21 0 1 0 736818653 16154624 814 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/29272/statm: 3944 814 356 364 0 431 0

[startup+0.0676199 s]
/proc/loadavg: 6.92 6.08 6.13 6/456 29272
/proc/meminfo: memFree=23124876/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=30112 CPUtime=0.04 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 1514 0 0 0 3 1 0 0 17 0 1 0 736818653 30834688 1352 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29272/statm: 7528 1352 443 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30112

[startup+0.100617 s]
/proc/loadavg: 6.92 6.08 6.13 6/456 29272
/proc/meminfo: memFree=23124876/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 2628 0 0 0 4 2 0 0 17 0 1 0 736818653 87674880 2348 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29272/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300603 s]
/proc/loadavg: 6.92 6.08 6.13 6/456 29272
/proc/meminfo: memFree=23124876/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/29272/stat : 29272 (python) S 29270 29272 28586 0 -1 4202496 5962 932 1 0 13 5 0 0 17 0 1 0 736818653 139010048 4151 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/29272/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700521 s]
/proc/loadavg: 6.92 6.08 6.13 6/456 29272
/proc/meminfo: memFree=23124876/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=287908 CPUtime=0.42 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 11616 932 1 0 31 11 0 0 15 0 1 0 736818653 294817792 9299 33554432000 4194304 5683644 140736417910752 18446744073709551615 4962144 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29272/statm: 71977 9299 1761 364 0 7901 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 287908

[startup+1.50036 s]
/proc/loadavg: 6.92 6.08 6.13 6/457 29277
/proc/meminfo: memFree=23072480/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=343088 CPUtime=1.22 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 25201 932 1 0 109 13 0 0 16 0 1 0 736818653 351322112 22884 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29272/statm: 85772 22884 1761 364 0 21696 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 343088

[startup+3.10106 s]
/proc/loadavg: 6.92 6.08 6.13 6/457 29277
/proc/meminfo: memFree=23001676/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=375932 CPUtime=2.82 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 44512 932 1 0 267 15 0 0 18 0 1 0 736818653 384954368 31368 33554432000 4194304 5683644 140736417910752 18446744073709551615 4620136 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29272/statm: 93983 31368 1826 364 0 29907 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 375932

[startup+6.30047 s]
/proc/loadavg: 6.76 6.07 6.13 6/457 29277
/proc/meminfo: memFree=23000888/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=375932 CPUtime=6.02 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 44512 932 1 0 587 15 0 0 25 0 1 0 736818653 384954368 31368 33554432000 4194304 5683644 140736417910752 18446744073709551615 251370955713 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29272/statm: 93983 31368 1826 364 0 29907 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 375932

[startup+12.7003 s]
/proc/loadavg: 6.62 6.05 6.12 6/457 29278
/proc/meminfo: memFree=22996996/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=375932 CPUtime=12.42 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 44513 932 1 0 1227 15 0 0 25 0 1 0 736818653 384954368 31369 33554432000 4194304 5683644 140736417910752 18446744073709551615 47251108102210 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29272/statm: 93983 31369 1827 364 0 29907 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 375932

[startup+25.5009 s]
/proc/loadavg: 6.26 6.00 6.10 6/457 29278
/proc/meminfo: memFree=22979772/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=375932 CPUtime=25.22 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 44519 932 1 0 2507 15 0 0 25 0 1 0 736818653 384954368 31375 33554432000 4194304 5683644 140736417910752 18446744073709551615 47251107854464 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29272/statm: 93983 31375 1833 364 0 29907 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 375932

[startup+51.1011 s]
/proc/loadavg: 6.14 5.98 6.09 9/469 29290
/proc/meminfo: memFree=22366176/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=409624 CPUtime=44.23 cores=1,3,5,7
/proc/29272/stat : 29272 (python) S 29270 29272 28586 0 -1 4202496 47157 932 1 0 4406 17 0 0 20 0 5 0 736818653 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29272/statm: 102406 29603 1881 364 0 38315 0
[pid=29279] ppid=29272 vsize=368612 CPUtime=0.02 cores=1,3,5,7
/proc/29279/stat : 29279 (python) S 29272 29272 28586 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 736823101 377458688 28082 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566863 0 0 16781312 514 6288771108569055492 0 0 17 7 0 0 0
/proc/29279/statm: 92153 28082 376 364 0 28071 0
[pid=29281] ppid=29279 vsize=73364 CPUtime=6.57 cores=1,3,5,7
/proc/29281/stat : 29281 (lingeling) R 29279 29281 29281 0 -1 4202496 27275 0 0 0 653 4 0 0 25 0 1 0 736823101 75124736 17509 33554432000 4194304 4352236 140735509419232 18446744073709551615 4268037 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29281/statm: 18341 17509 127 39 0 17421 0
[pid=29282] ppid=29272 vsize=378868 CPUtime=0.01 cores=1,3,5,7
/proc/29282/stat : 29282 (python) S 29272 29272 28586 0 -1 4202560 918 0 0 0 1 0 0 0 18 0 1 0 736823102 387960832 28080 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 6288778805150449926 0 0 17 5 0 0 0
/proc/29282/statm: 94717 28080 370 364 0 30632 0
[pid=29284] ppid=29282 vsize=73932 CPUtime=6.6 cores=1,3,5,7
/proc/29284/stat : 29284 (lingeling) R 29282 29284 29284 0 -1 4202496 27602 0 0 0 657 3 0 0 25 0 1 0 736823102 75706368 17651 33554432000 4194304 4352236 140735312282656 18446744073709551615 4289840 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29284/statm: 18483 17651 127 39 0 17563 0
[pid=29285] ppid=29272 vsize=389124 CPUtime=0.01 cores=1,3,5,7
/proc/29285/stat : 29285 (python) S 29272 29272 28586 0 -1 4202560 918 0 0 0 0 1 0 0 15 0 1 0 736823103 398462976 28084 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 5537511097193431304 0 0 17 7 0 0 0
/proc/29285/statm: 97281 28084 370 364 0 33193 0
[pid=29287] ppid=29285 vsize=483500 CPUtime=6.6 cores=1,3,5,7
/proc/29287/stat : 29287 (cryptominisat-2) R 29285 29287 29287 0 -1 4202496 95265 0 0 0 647 13 0 0 25 0 1 0 736823103 495104000 90621 33554432000 4194304 4677096 140733943594704 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29287/statm: 120875 90621 362 118 0 115834 0
[pid=29288] ppid=29272 vsize=399380 CPUtime=0.01 cores=1,3,5,7
/proc/29288/stat : 29288 (python) S 29272 29272 28586 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 736823104 408965120 28088 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 13625606317166002440 0 0 17 5 0 0 0
/proc/29288/statm: 99845 28088 370 364 0 35754 0
[pid=29290] ppid=29288 vsize=169192 CPUtime=6.45 cores=1,3,5,7
/proc/29290/stat : 29290 (precosat) R 29288 29290 29290 0 -1 4202496 42094 0 0 0 639 6 0 0 25 0 1 0 736823104 173252608 39294 33554432000 4194304 4890832 140736636980992 18446744073709551615 4238751 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/29290/statm: 42298 39294 86 171 0 42125 0
[pid=29272/tid=29280] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29280/stat : 29280 (python) S 29270 29272 28586 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 736823101 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29283] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (python) S 29270 29272 28586 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736823102 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29286] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29286/stat : 29286 (python) S 29270 29272 28586 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 736823103 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29289] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (python) S 29270 29272 28586 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 736823104 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 70.5
Current children cumulated vsize (KiB) 2745596

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

[startup+54.3015 s]
/proc/loadavg: 6.14 5.98 6.09 9/469 29291
/proc/meminfo: memFree=22245648/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=409624 CPUtime=44.23 cores=1,3,5,7
/proc/29272/stat : 29272 (python) S 29270 29272 28586 0 -1 4202496 47157 932 1 0 4406 17 0 0 20 0 5 0 736818653 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29272/statm: 102406 29603 1881 364 0 38315 0
[pid=29279] ppid=29272 vsize=368612 CPUtime=0.02 cores=1,3,5,7
/proc/29279/stat : 29279 (python) S 29272 29272 28586 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 736823101 377458688 28082 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566863 0 0 16781312 514 6288771108569055492 0 0 17 7 0 0 0
/proc/29279/statm: 92153 28082 376 364 0 28071 0
[pid=29281] ppid=29279 vsize=40120 CPUtime=9.77 cores=1,3,5,7
/proc/29281/stat : 29281 (lingeling) R 29279 29281 29281 0 -1 4202496 27474 0 0 0 973 4 0 0 25 0 1 0 736823101 41082880 9200 33554432000 4194304 4352236 140735509419232 18446744073709551615 4207831 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29281/statm: 10030 9200 129 39 0 9110 0
[pid=29282] ppid=29272 vsize=378868 CPUtime=0.01 cores=1,3,5,7
/proc/29282/stat : 29282 (python) S 29272 29272 28586 0 -1 4202560 918 0 0 0 1 0 0 0 18 0 1 0 736823102 387960832 28080 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 6288778805150449926 0 0 17 5 0 0 0
/proc/29282/statm: 94717 28080 370 364 0 30632 0
[pid=29284] ppid=29282 vsize=41164 CPUtime=9.8 cores=1,3,5,7
/proc/29284/stat : 29284 (lingeling) R 29282 29284 29284 0 -1 4202496 27940 0 0 0 977 3 0 0 25 0 1 0 736823102 42151936 9461 33554432000 4194304 4352236 140735312282656 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29284/statm: 10291 9461 129 39 0 9371 0
[pid=29285] ppid=29272 vsize=389124 CPUtime=0.01 cores=1,3,5,7
/proc/29285/stat : 29285 (python) S 29272 29272 28586 0 -1 4202560 918 0 0 0 0 1 0 0 15 0 1 0 736823103 398462976 28084 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 5537511097193431304 0 0 17 7 0 0 0
/proc/29285/statm: 97281 28084 370 364 0 33193 0
[pid=29287] ppid=29285 vsize=675932 CPUtime=9.79 cores=1,3,5,7
/proc/29287/stat : 29287 (cryptominisat-2) R 29285 29287 29287 0 -1 4202496 139519 0 0 0 959 20 0 0 25 0 1 0 736823103 692154368 134875 33554432000 4194304 4677096 140733943594704 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29287/statm: 168983 134875 362 118 0 163942 0
[pid=29288] ppid=29272 vsize=399380 CPUtime=0.01 cores=1,3,5,7
/proc/29288/stat : 29288 (python) S 29272 29272 28586 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 736823104 408965120 28088 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 13625606317166002440 0 0 17 5 0 0 0
/proc/29288/statm: 99845 28088 370 364 0 35754 0
[pid=29290] ppid=29288 vsize=169192 CPUtime=9.6 cores=1,3,5,7
/proc/29290/stat : 29290 (precosat) R 29288 29290 29290 0 -1 4202496 42098 0 0 0 954 6 0 0 25 0 1 0 736823104 173252608 39298 33554432000 4194304 4890832 140736636980992 18446744073709551615 4298394 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/29290/statm: 42298 39298 86 171 0 42125 0
[pid=29272/tid=29280] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29280/stat : 29280 (python) S 29270 29272 28586 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 736823101 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29283] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (python) S 29270 29272 28586 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736823102 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29286] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29286/stat : 29286 (python) S 29270 29272 28586 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 736823103 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29289] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (python) S 29270 29272 28586 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 736823104 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 83.24
Current children cumulated vsize (KiB) 2872016

[startup+55.9012 s]
/proc/loadavg: 6.29 6.01 6.10 9/469 29291
/proc/meminfo: memFree=22181140/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=409624 CPUtime=44.23 cores=1,3,5,7
/proc/29272/stat : 29272 (python) S 29270 29272 28586 0 -1 4202496 47157 932 1 0 4406 17 0 0 20 0 5 0 736818653 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29272/statm: 102406 29603 1881 364 0 38315 0
[pid=29279] ppid=29272 vsize=368612 CPUtime=0.04 cores=1,3,5,7
/proc/29279/stat : 29279 (python) S 29272 29272 28586 0 -1 4202560 898 0 0 0 2 2 0 0 18 0 1 0 736823101 377458688 28082 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566863 0 0 16781312 514 9112541264774922500 0 0 17 7 0 0 0
/proc/29279/statm: 92153 28082 376 364 0 28071 0
[pid=29281] ppid=29279 vsize=40448 CPUtime=11.33 cores=1,3,5,7
/proc/29281/stat : 29281 (lingeling) R 29279 29281 29281 0 -1 4202496 27556 0 0 0 1129 4 0 0 25 0 1 0 736823101 41418752 9282 33554432000 4194304 4352236 140735509419232 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29281/statm: 10112 9282 129 39 0 9192 0
[pid=29282] ppid=29272 vsize=378868 CPUtime=0.03 cores=1,3,5,7
/proc/29282/stat : 29282 (python) S 29272 29272 28586 0 -1 4202560 922 0 0 0 2 1 0 0 18 0 1 0 736823102 387960832 28080 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 9112541264774922502 0 0 17 5 0 0 0
/proc/29282/statm: 94717 28080 370 364 0 30632 0
[pid=29284] ppid=29282 vsize=33312 CPUtime=11.4 cores=1,3,5,7
/proc/29284/stat : 29284 (lingeling) R 29282 29284 29284 0 -1 4202496 28025 0 0 0 1137 3 0 0 25 0 1 0 736823102 34111488 7498 33554432000 4194304 4352236 140735312282656 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29284/statm: 8328 7498 129 39 0 7408 0
[pid=29285] ppid=29272 vsize=389124 CPUtime=0.03 cores=1,3,5,7
/proc/29285/stat : 29285 (python) S 29272 29272 28586 0 -1 4202560 924 0 0 0 1 2 0 0 15 0 1 0 736823103 398462976 28084 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 8006828395713233160 0 0 17 7 0 0 0
/proc/29285/statm: 97281 28084 370 364 0 33193 0
[pid=29287] ppid=29285 vsize=781236 CPUtime=11.4 cores=1,3,5,7
/proc/29287/stat : 29287 (cryptominisat-2) R 29285 29287 29287 0 -1 4202496 157626 0 0 0 1118 22 0 0 25 0 1 0 736823103 799985664 152982 33554432000 4194304 4677096 140733943594704 18446744073709551615 4564236 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29287/statm: 195309 152982 379 118 0 190268 0
[pid=29288] ppid=29272 vsize=399380 CPUtime=0.04 cores=1,3,5,7
/proc/29288/stat : 29288 (python) S 29272 29272 28586 0 -1 4202560 917 0 0 0 1 3 0 0 18 0 1 0 736823104 408965120 28088 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 9112541264774922504 0 0 17 5 0 0 0
/proc/29288/statm: 99845 28088 370 364 0 35754 0
[pid=29290] ppid=29288 vsize=169192 CPUtime=11.14 cores=1,3,5,7
/proc/29290/stat : 29290 (precosat) R 29288 29290 29290 0 -1 4202496 42098 0 0 0 1108 6 0 0 25 0 1 0 736823104 173252608 39298 33554432000 4194304 4890832 140736636980992 18446744073709551615 4458824 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/29290/statm: 42298 39298 86 171 0 42125 0
[pid=29272/tid=29280] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29280/stat : 29280 (python) S 29270 29272 28586 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 736823101 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29283] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (python) S 29270 29272 28586 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736823102 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29286] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29286/stat : 29286 (python) S 29270 29272 28586 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 736823103 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29289] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (python) S 29270 29272 28586 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 736823104 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 89.64
Current children cumulated vsize (KiB) 2969796

[startup+56.3012 s]
/proc/loadavg: 6.29 6.01 6.10 9/469 29291
/proc/meminfo: memFree=22151008/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=409624 CPUtime=44.23 cores=1,3,5,7
/proc/29272/stat : 29272 (python) S 29270 29272 28586 0 -1 4202496 47157 932 1 0 4406 17 0 0 20 0 5 0 736818653 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29272/statm: 102406 29603 1881 364 0 38315 0
[pid=29279] ppid=29272 vsize=368612 CPUtime=0.04 cores=1,3,5,7
/proc/29279/stat : 29279 (python) S 29272 29272 28586 0 -1 4202560 898 0 0 0 2 2 0 0 18 0 1 0 736823101 377458688 28082 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566863 0 0 16781312 514 9112541264774922500 0 0 17 7 0 0 0
/proc/29279/statm: 92153 28082 376 364 0 28071 0
[pid=29281] ppid=29279 vsize=32728 CPUtime=11.73 cores=1,3,5,7
/proc/29281/stat : 29281 (lingeling) R 29279 29281 29281 0 -1 4202496 27675 0 0 0 1169 4 0 0 25 0 1 0 736823101 33513472 7352 33554432000 4194304 4352236 140735509419232 18446744073709551615 4276771 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29281/statm: 8182 7352 129 39 0 7262 0
[pid=29282] ppid=29272 vsize=378868 CPUtime=0.03 cores=1,3,5,7
/proc/29282/stat : 29282 (python) S 29272 29272 28586 0 -1 4202560 922 0 0 0 2 1 0 0 18 0 1 0 736823102 387960832 28080 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 9112541264774922502 0 0 17 5 0 0 0
/proc/29282/statm: 94717 28080 370 364 0 30632 0
[pid=29284] ppid=29282 vsize=33312 CPUtime=11.8 cores=1,3,5,7
/proc/29284/stat : 29284 (lingeling) R 29282 29284 29284 0 -1 4202496 28025 0 0 0 1177 3 0 0 25 0 1 0 736823102 34111488 7498 33554432000 4194304 4352236 140735312282656 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29284/statm: 8328 7498 129 39 0 7408 0
[pid=29285] ppid=29272 vsize=389124 CPUtime=0.03 cores=1,3,5,7
/proc/29285/stat : 29285 (python) S 29272 29272 28586 0 -1 4202560 924 0 0 0 1 2 0 0 15 0 1 0 736823103 398462976 28084 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 8006828395713233160 0 0 17 7 0 0 0
/proc/29285/statm: 97281 28084 370 364 0 33193 0
[pid=29287] ppid=29285 vsize=781236 CPUtime=11.8 cores=1,3,5,7
/proc/29287/stat : 29287 (cryptominisat-2) R 29285 29287 29287 0 -1 4202496 157627 0 0 0 1158 22 0 0 25 0 1 0 736823103 799985664 152983 33554432000 4194304 4677096 140733943594704 18446744073709551615 4564230 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29287/statm: 195309 152983 379 118 0 190268 0
[pid=29288] ppid=29272 vsize=399380 CPUtime=0.04 cores=1,3,5,7
/proc/29288/stat : 29288 (python) S 29272 29272 28586 0 -1 4202560 917 0 0 0 1 3 0 0 18 0 1 0 736823104 408965120 28088 33554432000 4194304 5683644 140736417910752 18446744073709551615 251367566918 0 0 16781312 514 9112541264774922504 0 0 17 5 0 0 0
/proc/29288/statm: 99845 28088 370 364 0 35754 0
[pid=29290] ppid=29288 vsize=169192 CPUtime=11.52 cores=1,3,5,7
/proc/29290/stat : 29290 (precosat) R 29288 29290 29290 0 -1 4202496 42099 0 0 0 1146 6 0 0 25 0 1 0 736823104 173252608 39299 33554432000 4194304 4890832 140736636980992 18446744073709551615 4295272 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/29290/statm: 42298 39299 86 171 0 42125 0
[pid=29272/tid=29280] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29280/stat : 29280 (python) S 29270 29272 28586 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 736823101 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29283] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (python) S 29270 29272 28586 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736823102 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29286] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29286/stat : 29286 (python) S 29270 29272 28586 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 736823103 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 7 0 0 0
[pid=29272/tid=29289] ppid=29270 vsize=409624 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (python) S 29270 29272 28586 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 736823104 419454976 29603 33554432000 4194304 5683644 140736417910752 18446744073709551615 251379370417 0 0 16781312 2 18446604460274143680 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 91.22
Current children cumulated vsize (KiB) 2962076

[startup+56.7011 s]
/proc/loadavg: 6.29 6.01 6.10 9/469 29291
/proc/meminfo: memFree=22151008/32950928 swapFree=38710900/67111528
[pid=29272] ppid=29270 vsize=399320 CPUtime=92.79 cores=1,3,5,7
/proc/29272/stat : 29272 (python) R 29270 29272 28586 0 -1 4202496 49323 260504 1 0 4406 17 4807 49 17 0 1 0 736818653 408903680 29591 33554432000 4194304 5683644 140736417910752 18446744073709551615 4516260 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29272/statm: 99830 29591 1873 364 0 35754 0
Current children cumulated CPU time (s) 92.79
Current children cumulated vsize (KiB) 399320

Child status: 0
Real time (s): 56.7334
CPU time (s): 92.8489
CPU user time (s): 92.166
CPU system time (s): 0.682896
CPU usage (%): 163.658
Max. virtual memory (cumulated for all children) (KiB): 2969796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.166
system time used= 0.682896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321600
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= 3070
involuntary context switches= 613

runsolver used 0.251961 second user time and 0.555915 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 15:24:40
IDJOB=3378736
IDBENCH=82474
IDSOLVER=1860
FILE ID=node113/3378736-1305465879
RUNJOBID= node113-1305463540-28605
PBS_JOBID= 13325001
Free space on /tmp= 73368 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378736-1305465879/watcher-3378736-1305465879 -o /tmp/evaluation-result-3378736-1305465879/solver-3378736-1305465879 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378736-1305465879.cnf -seed 1383176995 -budget 4800 -cores 4

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

MD5SUM BENCH= d07ba7628d2c2e21fb72ee99fe24c054
RANDOM SEED=1383176995

node113.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	: 5332.76
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.74
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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23125032 kB
Buffers:        287240 kB
Cached:        3155816 kB
SwapCached:      93704 kB
Active:        2712060 kB
Inactive:      6815592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23125032 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:           40396 kB
Writeback:           0 kB
AnonPages:     6002832 kB
Mapped:          29116 kB
Slab:           122644 kB
PageTables:     106660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130932956 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= 73340 MiB
End job on node113 at 2011-05-15 15:25:37