Trace number 3322725

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-industrialUNSAT 5.2542 1.46361

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-25-10.shuffled.cnf
MD5SUMdd1af4a49cb180c38b205e527a19fa4c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of clauses8881
Sum of the clauses size20940
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25760
Number of clauses of size 33120
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3322725-1304355923.cnf
0.31/0.47	c INFO: computing task features
0.31/0.49	c INFO: computed variable-clause graph statistics
0.31/0.50	c INFO: computed clause balance statistics
0.50/0.63	c INFO: computed variable balance statistics
0.60/0.73	c INFO: computed small-clause counts
0.60/0.73	c INFO: computed Horn-clause counts
0.60/0.76	c INFO: computed variable graph statistics
0.60/0.76	c INFO: collected features for HOME/instance-3322725-1304355923.cnf in 0.29 s
0.60/0.78	c INFO: running lingeling-276@0 for 97 with 39999 remaining (b = 0.28)
0.70/0.81	c INFO: running cryptominisat-2.9.0@0 for 485 with 39999 remaining (b = 0.35)
0.70/0.84	c INFO: running lingeling-276@0 for 1261 with 39999 remaining (b = 0.53)
0.70/0.87	c INFO: running lingeling-276@0 for 1261 with 39999 remaining (b = 0.46)
0.81/0.90	c INFO: running cryptominisat-2.9.0@0 for 485 with 39999 remaining (b = 0.26)
0.81/0.93	c INFO: running SApperloT@0 for 97 with 39999 remaining (b = 0.03)
0.81/0.96	c INFO: running precosat-570@0 for 388 with 39999 remaining (b = 0.20)
0.81/0.99	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39999 remaining (b = 0.48)
4.86/1.44	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: 935)

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-3322725-1304355923/watcher-3322725-1304355923 -o /tmp/evaluation-result-3322725-1304355923/solver-3322725-1304355923 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322725-1304355923.cnf -seed 1262190144 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.60 7.88 8.00 1/286 1116
/proc/meminfo: memFree=18247976/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=15184 CPUtime=0 cores=0-7
/proc/1116/stat : 1116 (python) R 1114 1116 32756 0 -1 4202496 678 0 0 0 0 0 0 0 25 0 1 0 528007914 15548416 572 33554432000 4194304 5683644 140737385240080 18446744073709551615 4881162 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1116/statm: 3796 575 321 364 0 283 0

[startup+0.019105 s]
/proc/loadavg: 7.60 7.88 8.00 1/286 1116
/proc/meminfo: memFree=18247976/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=16248 CPUtime=0.01 cores=0-7
/proc/1116/stat : 1116 (python) R 1114 1116 32756 0 -1 4202496 1064 0 0 0 1 0 0 0 25 0 1 0 528007914 16637952 935 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338080397 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1116/statm: 4062 935 381 364 0 549 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16248

[startup+0.101119 s]
/proc/loadavg: 7.60 7.88 8.00 1/286 1116
/proc/meminfo: memFree=18247976/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=104236 CPUtime=0.07 cores=0-7
/proc/1116/stat : 1116 (python) R 1114 1116 32756 0 -1 4202496 3088 0 0 0 5 2 0 0 25 0 1 0 528007914 106737664 2768 33554432000 4194304 5683644 140737385240080 18446744073709551615 5114100 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1116/statm: 26059 2768 847 364 0 1807 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104236

[startup+0.301073 s]
/proc/loadavg: 7.60 7.88 8.00 1/286 1116
/proc/meminfo: memFree=18247976/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=168676 CPUtime=0.22 cores=0-7
/proc/1116/stat : 1116 (python) R 1114 1116 32756 0 -1 4202496 6720 935 1 0 17 5 0 0 25 0 1 0 528007914 172724224 4797 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338381824 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/1116/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.701001 s]
/proc/loadavg: 7.60 7.88 8.00 1/286 1116
/proc/meminfo: memFree=18247976/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=279816 CPUtime=0.6 cores=0-7
/proc/1116/stat : 1116 (python) R 1114 1116 32756 0 -1 4202496 9669 935 1 0 52 8 0 0 25 0 1 0 528007914 286531584 7339 33554432000 4194304 5683644 140737385240080 18446744073709551615 47509790409481 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1116/statm: 69954 7339 1827 364 0 5878 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279816

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

[startup+1.11185 s]
/proc/loadavg: 7.60 7.88 8.00 9/311 1145
/proc/meminfo: memFree=18183288/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=426900 CPUtime=0.9 cores=0-7
/proc/1116/stat : 1116 (python) S 1114 1116 32756 0 -1 4202496 14921 935 1 0 80 10 0 0 19 0 9 0 528007914 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1116/statm: 106725 7470 1889 364 0 42622 0
[pid=1122] ppid=1116 vsize=279328 CPUtime=0 cores=0-7
/proc/1122/stat : 1122 (python) S 1116 1116 32756 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 528007993 286031872 5763 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403855 0 0 16781312 514 13695930806000680959 0 0 17 1 0 0 0
/proc/1122/statm: 69832 5763 347 364 0 5750 0
[pid=1124] ppid=1122 vsize=5036 CPUtime=0.31 cores=0-7
/proc/1124/stat : 1124 (lingeling) R 1122 1124 1124 0 -1 4202496 827 0 0 0 31 0 0 0 20 0 1 0 528007993 5156864 453 33554432000 4194304 4352236 140736321111360 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1124/statm: 1259 453 129 39 0 339 0
[pid=1125] ppid=1116 vsize=289584 CPUtime=0 cores=0-7
/proc/1125/stat : 1125 (python) S 1116 1116 32756 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 528007996 296534016 5768 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 17744939000134598914 0 0 17 1 0 0 0
/proc/1125/statm: 72396 5768 348 364 0 8311 0
[pid=1127] ppid=1125 vsize=34392 CPUtime=0.28 cores=0-7
/proc/1127/stat : 1127 (cryptominisat-2) R 1125 1127 1127 0 -1 4202496 2053 0 0 0 28 0 0 0 21 0 1 0 528007996 35217408 1729 33554432000 4194304 4677096 140735940528000 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1127/statm: 8598 1729 389 118 0 3557 0
[pid=1128] ppid=1116 vsize=365376 CPUtime=0 cores=0-7
/proc/1128/stat : 1128 (python) S 1116 1116 32756 0 -1 4202560 689 0 0 0 0 0 0 0 19 0 1 0 528007999 374145024 5885 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 13695926957709983743 0 0 17 1 0 0 0
/proc/1128/statm: 91344 5885 344 364 0 27256 0
[pid=1130] ppid=1128 vsize=4892 CPUtime=0.25 cores=0-7
/proc/1130/stat : 1130 (lingeling) R 1128 1130 1130 0 -1 4202496 793 0 0 0 25 0 0 0 21 0 1 0 528007999 5009408 424 33554432000 4194304 4352236 140733914338048 18446744073709551615 4207744 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1130/statm: 1223 424 129 39 0 303 0
[pid=1131] ppid=1116 vsize=375632 CPUtime=0 cores=0-7
/proc/1131/stat : 1131 (python) S 1116 1116 32756 0 -1 4202560 697 0 0 0 0 0 0 0 18 0 1 0 528008002 384647168 5869 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4415165636565532671 0 0 17 1 0 0 0
/proc/1131/statm: 93908 5869 344 364 0 29817 0
[pid=1133] ppid=1131 vsize=4892 CPUtime=0.23 cores=0-7
/proc/1133/stat : 1133 (lingeling) R 1131 1133 1133 0 -1 4202496 796 0 0 0 23 0 0 0 20 0 1 0 528008002 5009408 425 33554432000 4194304 4352236 140736221630624 18446744073709551615 4328447 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1133/statm: 1223 425 129 39 0 303 0
[pid=1134] ppid=1116 vsize=385888 CPUtime=0 cores=0-7
/proc/1134/stat : 1134 (python) S 1116 1116 32756 0 -1 4202560 726 0 0 0 0 0 0 0 16 0 1 0 528008004 395149312 5946 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 5602166040218796289 0 0 17 1 0 0 0
/proc/1134/statm: 96472 5946 348 364 0 32378 0
[pid=1136] ppid=1134 vsize=34260 CPUtime=0.19 cores=0-7
/proc/1136/stat : 1136 (cryptominisat-2) R 1134 1136 1136 0 -1 4202496 1943 0 0 0 19 0 0 0 21 0 1 0 528008005 35082240 1628 33554432000 4194304 4677096 140737416952800 18446744073709551615 4339253 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1136/statm: 8565 1628 389 118 0 3524 0
[pid=1137] ppid=1116 vsize=396144 CPUtime=0 cores=0-7
/proc/1137/stat : 1137 (python) S 1116 1116 32756 0 -1 4202560 716 0 0 0 0 0 0 0 21 0 1 0 528008007 405651456 5957 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4218189777716903935 0 0 17 1 0 0 0
/proc/1137/statm: 99036 5957 344 364 0 34939 0
[pid=1139] ppid=1137 vsize=2584 CPUtime=0.16 cores=0-7
/proc/1139/stat : 1139 (SApperloT-base) R 1137 1139 1139 0 -1 4202496 678 0 0 0 16 0 0 0 23 0 1 0 528008008 2646016 419 33554432000 134512640 135674940 4291061184 18446744073709551615 134551227 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1139/statm: 646 419 99 284 0 360 0
[pid=1140] ppid=1116 vsize=406400 CPUtime=0 cores=0-7
/proc/1140/stat : 1140 (python) S 1116 1116 32756 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 528008010 416153600 5973 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 693189034171695103 0 0 17 1 0 0 0
/proc/1140/statm: 101600 5973 344 364 0 37500 0
[pid=1142] ppid=1140 vsize=3864 CPUtime=0.12 cores=0-7
/proc/1142/stat : 1142 (precosat) R 1140 1142 1142 0 -1 4202496 1122 0 0 0 12 0 0 0 21 0 1 0 528008013 3956736 825 33554432000 4194304 4890832 140735584805728 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/1142/statm: 966 825 86 171 0 793 0
[pid=1143] ppid=1116 vsize=416656 CPUtime=0 cores=0-7
/proc/1143/stat : 1143 (python) S 1116 1116 32756 0 -1 4202560 784 0 0 0 0 0 0 0 20 0 1 0 528008014 426655744 5931 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4624374386906857731 0 0 17 1 0 0 0
/proc/1143/statm: 104164 5931 354 364 0 40061 0
[pid=1145] ppid=1143 vsize=33164 CPUtime=0.1 cores=0-7
/proc/1145/stat : 1145 (cryptominisat-2) R 1143 1145 1145 0 -1 4202496 1631 0 0 0 10 0 0 0 22 0 1 0 528008014 33959936 1314 33554432000 4194304 4677096 140734149258656 18446744073709551615 4319839 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1145/statm: 8291 1314 360 118 0 3250 0
[pid=1116/tid=1123] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1123/stat : 1123 (python) S 1114 1116 32756 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 528007993 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 6 0 0 0
[pid=1116/tid=1126] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1126/stat : 1126 (python) S 1114 1116 32756 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 528007996 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 3 0 0 0
[pid=1116/tid=1129] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1129/stat : 1129 (python) S 1114 1116 32756 0 -1 4202560 79 935 0 0 0 0 0 0 19 0 9 0 528007999 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 6 0 0 0
[pid=1116/tid=1132] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1132/stat : 1132 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 528008002 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 5 0 0 0
[pid=1116/tid=1135] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1135/stat : 1135 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 528008005 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 0 0 0 0
[pid=1116/tid=1138] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1138/stat : 1138 (python) S 1114 1116 32756 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 528008008 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 7 0 0 0
[pid=1116/tid=1141] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1141/stat : 1141 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 528008011 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 2 0 0 0
[pid=1116/tid=1144] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1144/stat : 1144 (python) S 1114 1116 32756 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 528008014 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 3464992

[startup+1.30181 s]
/proc/loadavg: 7.60 7.88 8.00 9/311 1145
/proc/meminfo: memFree=18183288/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=426900 CPUtime=0.9 cores=0-7
/proc/1116/stat : 1116 (python) S 1114 1116 32756 0 -1 4202496 14921 935 1 0 80 10 0 0 19 0 9 0 528007914 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1116/statm: 106725 7470 1889 364 0 42622 0
[pid=1122] ppid=1116 vsize=279328 CPUtime=0 cores=0-7
/proc/1122/stat : 1122 (python) S 1116 1116 32756 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 528007993 286031872 5763 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403855 0 0 16781312 514 13695930806000680959 0 0 17 1 0 0 0
/proc/1122/statm: 69832 5763 347 364 0 5750 0
[pid=1124] ppid=1122 vsize=5388 CPUtime=0.5 cores=0-7
/proc/1124/stat : 1124 (lingeling) R 1122 1124 1124 0 -1 4202496 1035 0 0 0 50 0 0 0 20 0 1 0 528007993 5517312 533 33554432000 4194304 4352236 140736321111360 18446744073709551615 4281023 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1124/statm: 1347 533 129 39 0 427 0
[pid=1125] ppid=1116 vsize=289584 CPUtime=0 cores=0-7
/proc/1125/stat : 1125 (python) S 1116 1116 32756 0 -1 4202560 745 0 0 0 0 0 0 0 16 0 1 0 528007996 296534016 5768 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 17744939000134598914 0 0 17 1 0 0 0
/proc/1125/statm: 72396 5768 348 364 0 8311 0
[pid=1127] ppid=1125 vsize=34776 CPUtime=0.47 cores=0-7
/proc/1127/stat : 1127 (cryptominisat-2) R 1125 1127 1127 0 -1 4202496 2243 0 0 0 47 0 0 0 21 0 1 0 528007996 35610624 1746 33554432000 4194304 4677096 140735940528000 18446744073709551615 4338184 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1127/statm: 8694 1746 389 118 0 3653 0
[pid=1128] ppid=1116 vsize=365376 CPUtime=0 cores=0-7
/proc/1128/stat : 1128 (python) S 1116 1116 32756 0 -1 4202560 689 0 0 0 0 0 0 0 19 0 1 0 528007999 374145024 5885 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 13695926957709983743 0 0 17 1 0 0 0
/proc/1128/statm: 91344 5885 344 364 0 27256 0
[pid=1130] ppid=1128 vsize=5916 CPUtime=0.44 cores=0-7
/proc/1130/stat : 1130 (lingeling) R 1128 1130 1130 0 -1 4202496 1049 0 0 0 44 0 0 0 21 0 1 0 528007999 6057984 680 33554432000 4194304 4352236 140733914338048 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1130/statm: 1479 680 129 39 0 559 0
[pid=1131] ppid=1116 vsize=375632 CPUtime=0 cores=0-7
/proc/1131/stat : 1131 (python) S 1116 1116 32756 0 -1 4202560 697 0 0 0 0 0 0 0 18 0 1 0 528008002 384647168 5869 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4415165636565532671 0 0 17 1 0 0 0
/proc/1131/statm: 93908 5869 344 364 0 29817 0
[pid=1133] ppid=1131 vsize=5948 CPUtime=0.42 cores=0-7
/proc/1133/stat : 1133 (lingeling) R 1131 1133 1133 0 -1 4202496 1028 0 0 0 42 0 0 0 20 0 1 0 528008002 6090752 657 33554432000 4194304 4352236 140736221630624 18446744073709551615 4276530 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1133/statm: 1487 657 129 39 0 567 0
[pid=1134] ppid=1116 vsize=385888 CPUtime=0 cores=0-7
/proc/1134/stat : 1134 (python) S 1116 1116 32756 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 528008004 395149312 5946 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4218193626007568641 0 0 17 1 0 0 0
/proc/1134/statm: 96472 5946 348 364 0 32378 0
[pid=1136] ppid=1134 vsize=34548 CPUtime=0.38 cores=0-7
/proc/1136/stat : 1136 (cryptominisat-2) R 1134 1136 1136 0 -1 4202496 2127 0 0 0 38 0 0 0 21 0 1 0 528008005 35377152 1812 33554432000 4194304 4677096 140737416952800 18446744073709551615 270338080443 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1136/statm: 8637 1812 389 118 0 3596 0
[pid=1137] ppid=1116 vsize=396144 CPUtime=0 cores=0-7
/proc/1137/stat : 1137 (python) S 1116 1116 32756 0 -1 4202560 716 0 0 0 0 0 0 0 21 0 1 0 528008007 405651456 5957 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4218189777716903935 0 0 17 1 0 0 0
/proc/1137/statm: 99036 5957 344 364 0 34939 0
[pid=1139] ppid=1137 vsize=3112 CPUtime=0.35 cores=0-7
/proc/1139/stat : 1139 (SApperloT-base) R 1137 1139 1139 0 -1 4202496 819 0 0 0 35 0 0 0 24 0 1 0 528008008 3186688 560 33554432000 134512640 135674940 4291061184 18446744073709551615 134564614 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1139/statm: 778 560 99 284 0 492 0
[pid=1140] ppid=1116 vsize=406400 CPUtime=0 cores=0-7
/proc/1140/stat : 1140 (python) S 1116 1116 32756 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 528008010 416153600 5973 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 693189034171695103 0 0 17 1 0 0 0
/proc/1140/statm: 101600 5973 344 364 0 37500 0
[pid=1142] ppid=1140 vsize=4024 CPUtime=0.31 cores=0-7
/proc/1142/stat : 1142 (precosat) R 1140 1142 1142 0 -1 4202496 1162 0 0 0 31 0 0 0 21 0 1 0 528008013 4120576 865 33554432000 4194304 4890832 140735584805728 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/1142/statm: 1006 865 86 171 0 833 0
[pid=1143] ppid=1116 vsize=416656 CPUtime=0 cores=0-7
/proc/1143/stat : 1143 (python) S 1116 1116 32756 0 -1 4202560 784 0 0 0 0 0 0 0 19 0 1 0 528008014 426655744 5931 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 5602166040218796291 0 0 17 1 0 0 0
/proc/1143/statm: 104164 5931 354 364 0 40061 0
[pid=1145] ppid=1143 vsize=34396 CPUtime=0.29 cores=0-7
/proc/1145/stat : 1145 (cryptominisat-2) R 1143 1145 1145 0 -1 4202496 2070 0 0 0 29 0 0 0 22 0 1 0 528008014 35221504 1744 33554432000 4194304 4677096 140734149258656 18446744073709551615 270338044613 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1145/statm: 8599 1744 389 118 0 3558 0
[pid=1116/tid=1123] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1123/stat : 1123 (python) S 1114 1116 32756 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 528007993 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 6 0 0 0
[pid=1116/tid=1126] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1126/stat : 1126 (python) S 1114 1116 32756 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 528007996 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 3 0 0 0
[pid=1116/tid=1129] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1129/stat : 1129 (python) S 1114 1116 32756 0 -1 4202560 79 935 0 0 0 0 0 0 19 0 9 0 528007999 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 6 0 0 0
[pid=1116/tid=1132] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1132/stat : 1132 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 528008002 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 5 0 0 0
[pid=1116/tid=1135] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1135/stat : 1135 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 528008005 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 0 0 0 0
[pid=1116/tid=1138] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1138/stat : 1138 (python) S 1114 1116 32756 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 528008008 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 7 0 0 0
[pid=1116/tid=1141] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1141/stat : 1141 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 528008011 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 2 0 0 0
[pid=1116/tid=1144] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1144/stat : 1144 (python) S 1114 1116 32756 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 528008014 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 3470016

[startup+1.40179 s]
/proc/loadavg: 7.60 7.88 8.00 9/311 1145
/proc/meminfo: memFree=18183288/32951124 swapFree=67111356/67111528
[pid=1116] ppid=1114 vsize=426900 CPUtime=0.9 cores=0-7
/proc/1116/stat : 1116 (python) S 1114 1116 32756 0 -1 4202496 14921 935 1 0 80 10 0 0 19 0 9 0 528007914 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1116/statm: 106725 7470 1889 364 0 42622 0
[pid=1122] ppid=1116 vsize=279328 CPUtime=0 cores=0-7
/proc/1122/stat : 1122 (python) S 1116 1116 32756 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 528007993 286031872 5763 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403855 0 0 16781312 514 13695930806000680959 0 0 17 1 0 0 0
/proc/1122/statm: 69832 5763 347 364 0 5750 0
[pid=1124] ppid=1122 vsize=6604 CPUtime=0.6 cores=0-7
/proc/1124/stat : 1124 (lingeling) R 1122 1124 1124 0 -1 4202496 1323 0 0 0 60 0 0 0 21 0 1 0 528007993 6762496 821 33554432000 4194304 4352236 140736321111360 18446744073709551615 4328132 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1124/statm: 1651 821 129 39 0 731 0
[pid=1125] ppid=1116 vsize=289584 CPUtime=0 cores=0-7
/proc/1125/stat : 1125 (python) S 1116 1116 32756 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 528007996 296534016 5768 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 17744939000134598914 0 0 17 1 0 0 0
/proc/1125/statm: 72396 5768 348 364 0 8311 0
[pid=1127] ppid=1125 vsize=34924 CPUtime=0.57 cores=0-7
/proc/1127/stat : 1127 (cryptominisat-2) R 1125 1127 1127 0 -1 4202496 2305 0 0 0 57 0 0 0 22 0 1 0 528007996 35762176 1808 33554432000 4194304 4677096 140735940528000 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1127/statm: 8731 1808 389 118 0 3690 0
[pid=1128] ppid=1116 vsize=365376 CPUtime=0 cores=0-7
/proc/1128/stat : 1128 (python) S 1116 1116 32756 0 -1 4202560 689 0 0 0 0 0 0 0 19 0 1 0 528007999 374145024 5885 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 13695926957709983743 0 0 17 1 0 0 0
/proc/1128/statm: 91344 5885 344 364 0 27256 0
[pid=1130] ppid=1128 vsize=6556 CPUtime=0.54 cores=0-7
/proc/1130/stat : 1130 (lingeling) R 1128 1130 1130 0 -1 4202496 1177 0 0 0 54 0 0 0 22 0 1 0 528007999 6713344 808 33554432000 4194304 4352236 140733914338048 18446744073709551615 270338077647 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1130/statm: 1639 808 129 39 0 719 0
[pid=1131] ppid=1116 vsize=375632 CPUtime=0 cores=0-7
/proc/1131/stat : 1131 (python) S 1116 1116 32756 0 -1 4202560 697 0 0 0 0 0 0 0 18 0 1 0 528008002 384647168 5869 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4415165636565532671 0 0 17 1 0 0 0
/proc/1131/statm: 93908 5869 344 364 0 29817 0
[pid=1133] ppid=1131 vsize=5692 CPUtime=0.52 cores=0-7
/proc/1133/stat : 1133 (lingeling) R 1131 1133 1133 0 -1 4202496 1092 0 0 0 52 0 0 0 20 0 1 0 528008002 5828608 593 33554432000 4194304 4352236 140736221630624 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1133/statm: 1423 593 129 39 0 503 0
[pid=1134] ppid=1116 vsize=385888 CPUtime=0 cores=0-7
/proc/1134/stat : 1134 (python) S 1116 1116 32756 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 528008004 395149312 5946 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4218193626007568641 0 0 17 1 0 0 0
/proc/1134/statm: 96472 5946 348 364 0 32378 0
[pid=1136] ppid=1134 vsize=34780 CPUtime=0.48 cores=0-7
/proc/1136/stat : 1136 (cryptominisat-2) R 1134 1136 1136 0 -1 4202496 2240 0 0 0 48 0 0 0 21 0 1 0 528008005 35614720 1743 33554432000 4194304 4677096 140737416952800 18446744073709551615 270338080450 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1136/statm: 8695 1743 389 118 0 3654 0
[pid=1137] ppid=1116 vsize=396144 CPUtime=0 cores=0-7
/proc/1137/stat : 1137 (python) S 1116 1116 32756 0 -1 4202560 716 0 0 0 0 0 0 0 21 0 1 0 528008007 405651456 5957 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4218189777716903935 0 0 17 1 0 0 0
/proc/1137/statm: 99036 5957 344 364 0 34939 0
[pid=1139] ppid=1137 vsize=3244 CPUtime=0.45 cores=0-7
/proc/1139/stat : 1139 (SApperloT-base) R 1137 1139 1139 0 -1 4202496 841 0 0 0 45 0 0 0 25 0 1 0 528008008 3321856 582 33554432000 134512640 135674940 4291061184 18446744073709551615 134564161 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1139/statm: 811 582 99 284 0 525 0
[pid=1140] ppid=1116 vsize=406400 CPUtime=0 cores=0-7
/proc/1140/stat : 1140 (python) S 1116 1116 32756 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 528008010 416153600 5973 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 693189034171695103 0 0 17 1 0 0 0
/proc/1140/statm: 101600 5973 344 364 0 37500 0
[pid=1142] ppid=1140 vsize=4024 CPUtime=0.41 cores=0-7
/proc/1142/stat : 1142 (precosat) R 1140 1142 1142 0 -1 4202496 1162 0 0 0 41 0 0 0 21 0 1 0 528008013 4120576 865 33554432000 4194304 4890832 140735584805728 18446744073709551615 4299152 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/1142/statm: 1006 865 86 171 0 833 0
[pid=1143] ppid=1116 vsize=416656 CPUtime=0 cores=0-7
/proc/1143/stat : 1143 (python) S 1116 1116 32756 0 -1 4202560 784 0 0 0 0 0 0 0 17 0 1 0 528008014 426655744 5931 33554432000 4194304 5683644 140737385240080 18446744073709551615 270338403910 0 0 16781312 514 4624374386906857731 0 0 17 1 0 0 0
/proc/1143/statm: 104164 5931 354 364 0 40061 0
[pid=1145] ppid=1143 vsize=34776 CPUtime=0.39 cores=0-7
/proc/1145/stat : 1145 (cryptominisat-2) R 1143 1145 1145 0 -1 4202496 2203 0 0 0 39 0 0 0 22 0 1 0 528008014 35610624 1699 33554432000 4194304 4677096 140734149258656 18446744073709551615 4336200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1145/statm: 8694 1699 389 118 0 3653 0
[pid=1116/tid=1123] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1123/stat : 1123 (python) S 1114 1116 32756 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 528007993 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 6 0 0 0
[pid=1116/tid=1126] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1126/stat : 1126 (python) S 1114 1116 32756 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 528007996 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 3 0 0 0
[pid=1116/tid=1129] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1129/stat : 1129 (python) S 1114 1116 32756 0 -1 4202560 79 935 0 0 0 0 0 0 19 0 9 0 528007999 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 6 0 0 0
[pid=1116/tid=1132] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1132/stat : 1132 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 528008002 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 5 0 0 0
[pid=1116/tid=1135] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1135/stat : 1135 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 528008005 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 0 0 0 0
[pid=1116/tid=1138] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1138/stat : 1138 (python) S 1114 1116 32756 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 528008008 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 7 0 0 0
[pid=1116/tid=1141] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1141/stat : 1141 (python) S 1114 1116 32756 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 528008011 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 2 0 0 0
[pid=1116/tid=1144] ppid=1114 vsize=426900 CPUtime=0 cores=0-7
/proc/1116/task/1144/stat : 1144 (python) S 1114 1116 32756 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 528008014 437145600 7470 33554432000 4194304 5683644 140737385240080 18446744073709551615 270350207409 0 0 16781312 2 18446604453933468416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 3472508

Child status: 0
Real time (s): 1.46361
CPU time (s): 5.2542
CPU user time (s): 5.08423
CPU system time (s): 0.169974
CPU usage (%): 358.989
Max. virtual memory (cumulated for all children) (KiB): 3472508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.08423
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39384
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= 1304
involuntary context switches= 113

runsolver used 0.005999 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-02 19:05:23
IDJOB=3322725
IDBENCH=88026
IDSOLVER=1710
FILE ID=node143/3322725-1304355923
RUNJOBID= node143-1304349042-302
PBS_JOBID= 13178670
Free space on /tmp= 73552 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-25-10.shuffled.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-3322725-1304355923/watcher-3322725-1304355923 -o /tmp/evaluation-result-3322725-1304355923/solver-3322725-1304355923 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322725-1304355923.cnf -seed 1262190144 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= dd1af4a49cb180c38b205e527a19fa4c
RANDOM SEED=1262190144

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18248256 kB
Buffers:        321180 kB
Cached:        1821248 kB
SwapCached:        168 kB
Active:       12822516 kB
Inactive:      1539688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18248256 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32548 kB
Writeback:           0 kB
AnonPages:    12219864 kB
Mapped:          25824 kB
Slab:           231260 kB
PageTables:      43500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 55243952 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= 73520 MiB
End job on node143 at 2011-05-02 19:05:25