Trace number 3385482

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-random (fixed)UNSAT 8.78866 2.0352

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
MD5SUM00f21cbc78a2d739f741e391ca987da6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.20481
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
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.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3385482-1305567202.cnf
0.36/0.67	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.44/0.70	c INFO: computed variable balance statistics
0.44/0.72	c INFO: computed small-clause counts
0.44/0.72	c INFO: computed Horn-clause counts
0.44/0.72	c INFO: computed variable graph statistics
0.44/0.72	c INFO: collected features for HOME/instance-3385482-1305567202.cnf in 0.05 s
0.44/0.75	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.44/0.78	c INFO: running march_hi@0 for 679 with 4999 remaining (b = 0.52)
0.53/0.81	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.53/0.84	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.53/0.87	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.14)
0.63/0.90	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.63/0.94	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
0.63/0.97	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
8.60/2.01	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-3385482-1305567202/watcher-3385482-1305567202 -o /tmp/evaluation-result-3385482-1305567202/solver-3385482-1305567202 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385482-1305567202.cnf -seed 1889413889 -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: 9.69 9.58 8.42 3/452 16087
/proc/meminfo: memFree=14433180/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=15908 CPUtime=0 cores=0-7
/proc/16087/stat : 16087 (python) R 16085 16087 15650 0 -1 4202496 940 0 0 0 0 0 0 0 23 0 1 0 649136381 16289792 819 33554432000 4194304 5683644 140735093652272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16087/statm: 3976 820 357 364 0 463 0

[startup+0.0890189 s]
/proc/loadavg: 9.69 9.58 8.42 3/452 16087
/proc/meminfo: memFree=14433180/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=56780 CPUtime=0.06 cores=0-7
/proc/16087/stat : 16087 (python) R 16085 16087 15650 0 -1 4202496 2102 0 0 0 4 2 0 0 24 0 1 0 649136381 58142720 1857 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106764645 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16087/statm: 14195 1857 499 364 0 1318 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 56780

[startup+0.101004 s]
/proc/loadavg: 9.69 9.58 8.42 3/452 16087
/proc/meminfo: memFree=14433180/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=87704 CPUtime=0.06 cores=0-7
/proc/16087/stat : 16087 (python) S 16085 16087 15650 0 -1 4202496 2638 0 0 0 4 2 0 0 24 0 1 0 649136381 89808896 2354 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/16087/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.301002 s]
/proc/loadavg: 9.69 9.58 8.42 3/452 16087
/proc/meminfo: memFree=14433180/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=135748 CPUtime=0.19 cores=0-7
/proc/16087/stat : 16087 (python) S 16085 16087 15650 0 -1 4202496 5966 938 1 0 13 6 0 0 17 0 1 0 649136381 139005952 4151 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106764805 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/16087/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700903 s]
/proc/loadavg: 9.69 9.58 8.42 3/452 16087
/proc/meminfo: memFree=14433180/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=278124 CPUtime=0.44 cores=0-7
/proc/16087/stat : 16087 (python) R 16085 16087 15650 0 -1 4202496 9272 938 1 0 32 12 0 0 16 0 1 0 649136381 284798976 6940 33554432000 4194304 5683644 140735093652272 18446744073709551615 47465154928335 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16087/statm: 69531 6940 1826 364 0 5455 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278124

[startup+1.50172 s]
/proc/loadavg: 9.69 9.58 8.42 10/477 16116
/proc/meminfo: memFree=14377908/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=426620 CPUtime=0.71 cores=0-7
/proc/16087/stat : 16087 (python) S 16085 16087 15650 0 -1 4202496 15282 938 1 0 57 14 0 0 19 0 9 0 649136381 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16087/statm: 106655 7399 1889 364 0 42552 0
[pid=16093] ppid=16087 vsize=278576 CPUtime=0 cores=0-7
/proc/16093/stat : 16093 (python) S 16087 16087 15650 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 649136457 285261824 5551 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788879 0 0 16781312 514 10810269960606056447 0 0 17 6 0 0 0
/proc/16093/statm: 69644 5551 347 364 0 5562 0
[pid=16095] ppid=16093 vsize=454884 CPUtime=0.51 cores=0-7
/proc/16095/stat : 16095 (TNM) R 16093 16095 16095 0 -1 4202496 407 0 0 0 51 0 0 0 20 0 1 0 649136457 465801216 143 33554432000 134512640 135008748 4291034496 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16095/statm: 113721 143 46 122 0 112621 0
[pid=16096] ppid=16087 vsize=289304 CPUtime=0 cores=0-7
/proc/16096/stat : 16096 (python) S 16087 16087 15650 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 649136460 296247296 5684 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 2488744573765910788 0 0 17 6 0 0 0
/proc/16096/statm: 72326 5684 348 364 0 8241 0
[pid=16098] ppid=16096 vsize=1760 CPUtime=0.71 cores=0-7
/proc/16098/stat : 16098 (march_hi) R 16096 16098 16098 0 -1 4202496 527 0 0 0 71 0 0 0 22 0 1 0 649136460 1802240 264 33554432000 4194304 4955518 140735781045568 18446744073709551615 4224727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16098/statm: 440 264 104 186 0 253 0
[pid=16099] ppid=16087 vsize=299560 CPUtime=0 cores=0-7
/proc/16099/stat : 16099 (python) S 16087 16087 15650 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 649136463 306749440 5688 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 10752951045060526337 0 0 17 3 0 0 0
/proc/16099/statm: 74890 5688 348 364 0 10802 0
[pid=16101] ppid=16099 vsize=1760 CPUtime=0.67 cores=0-7
/proc/16101/stat : 16101 (march_hi) R 16099 16101 16101 0 -1 4202496 526 0 0 0 67 0 0 0 25 0 1 0 649136463 1802240 262 33554432000 4194304 4955518 140737297534096 18446744073709551615 4314668 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16101/statm: 440 262 104 186 0 253 0
[pid=16102] ppid=16087 vsize=375352 CPUtime=0 cores=0-7
/proc/16102/stat : 16102 (python) S 16087 16087 15650 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 649136466 384360448 5865 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 15221828095225856258 0 0 17 7 0 0 0
/proc/16102/statm: 93838 5865 348 364 0 29747 0
[pid=16104] ppid=16102 vsize=1760 CPUtime=0.62 cores=0-7
/proc/16104/stat : 16104 (march_hi) R 16102 16104 16104 0 -1 4202496 514 0 0 0 62 0 0 0 22 0 1 0 649136466 1802240 261 33554432000 4194304 4955518 140735938372576 18446744073709551615 4210472 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16104/statm: 440 261 104 186 0 253 0
[pid=16105] ppid=16087 vsize=385608 CPUtime=0 cores=0-7
/proc/16105/stat : 16105 (python) S 16087 16087 15650 0 -1 4202560 731 0 0 0 0 0 0 0 15 0 1 0 649136469 394862592 5810 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 14218664472368611587 0 0 17 1 0 0 0
/proc/16105/statm: 96402 5810 348 364 0 32308 0
[pid=16107] ppid=16105 vsize=1760 CPUtime=0.61 cores=0-7
/proc/16107/stat : 16107 (march_hi) R 16105 16107 16107 0 -1 4202496 521 0 0 0 61 0 0 0 24 0 1 0 649136469 1802240 262 33554432000 4194304 4955518 140736725109296 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16107/statm: 440 262 104 186 0 253 0
[pid=16108] ppid=16087 vsize=395864 CPUtime=0 cores=0-7
/proc/16108/stat : 16108 (python) S 16087 16087 15650 0 -1 4202560 732 0 0 0 0 0 0 0 21 0 1 0 649136472 405364736 5846 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 14857556869286723583 0 0 17 4 0 0 0
/proc/16108/statm: 98966 5846 348 364 0 34869 0
[pid=16110] ppid=16108 vsize=1017800 CPUtime=0.22 cores=0-7
/proc/16110/stat : 16110 (gnovelty+2) R 16108 16110 16110 0 -1 4202496 416 0 0 0 22 0 0 0 25 0 1 0 649136472 1042227200 158 33554432000 134512640 135663704 4288409248 18446744073709551615 134544242 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16110/statm: 254450 158 113 282 0 254166 0
[pid=16111] ppid=16087 vsize=406120 CPUtime=0 cores=0-7
/proc/16111/stat : 16111 (python) S 16087 16087 15650 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 649136475 415866880 5867 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 15141291067514519810 0 0 17 6 0 0 0
/proc/16111/statm: 101530 5867 348 364 0 37430 0
[pid=16113] ppid=16111 vsize=1760 CPUtime=0.55 cores=0-7
/proc/16113/stat : 16113 (march_hi) R 16111 16113 16113 0 -1 4202496 521 0 0 0 55 0 0 0 22 0 1 0 649136476 1802240 261 33554432000 4194304 4955518 140734473399552 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16113/statm: 440 261 104 186 0 253 0
[pid=16114] ppid=16087 vsize=416376 CPUtime=0 cores=0-7
/proc/16114/stat : 16114 (python) S 16087 16087 15650 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 649136479 426369024 5862 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 9256792796587589890 0 0 17 2 0 0 0
/proc/16114/statm: 104094 5862 355 364 0 39991 0
[pid=16116] ppid=16114 vsize=1760 CPUtime=0.51 cores=0-7
/proc/16116/stat : 16116 (march_hi) R 16114 16116 16116 0 -1 4202496 527 0 0 0 51 0 0 0 22 0 1 0 649136479 1802240 261 33554432000 4194304 4955518 140736509196256 18446744073709551615 4295613 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16116/statm: 440 261 104 186 0 253 0
[pid=16087/tid=16094] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16094/stat : 16094 (python) S 16085 16087 15650 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 649136457 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 6 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16097/stat : 16097 (python) S 16085 16087 15650 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 649136460 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 6 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16100/stat : 16100 (python) S 16085 16087 15650 0 -1 4202560 22 938 0 0 0 0 0 0 18 0 9 0 649136463 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 3 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16103/stat : 16103 (python) S 16085 16087 15650 0 -1 4202560 72 938 0 0 0 0 0 0 19 0 9 0 649136466 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16106/stat : 16106 (python) S 16085 16087 15650 0 -1 4202560 33 938 0 0 0 0 0 0 21 0 9 0 649136469 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16109] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16109/stat : 16109 (python) S 16085 16087 15650 0 -1 4202560 30 938 0 0 0 0 0 0 23 0 9 0 649136472 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16112] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16112/stat : 16112 (python) S 16085 16087 15650 0 -1 4202560 32 938 0 0 0 0 0 0 20 0 9 0 649136476 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16115] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16115/stat : 16115 (python) S 16085 16087 15650 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 9 0 649136479 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 4756624

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

[startup+1.90165 s]
/proc/loadavg: 9.69 9.58 8.42 10/477 16116
/proc/meminfo: memFree=14377908/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=426620 CPUtime=0.71 cores=0-7
/proc/16087/stat : 16087 (python) S 16085 16087 15650 0 -1 4202496 15282 938 1 0 57 14 0 0 19 0 9 0 649136381 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16087/statm: 106655 7399 1889 364 0 42552 0
[pid=16093] ppid=16087 vsize=278576 CPUtime=0 cores=0-7
/proc/16093/stat : 16093 (python) S 16087 16087 15650 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 649136457 285261824 5558 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788879 0 0 16781312 514 10810269960606056447 0 0 17 6 0 0 0
/proc/16093/statm: 69644 5558 354 364 0 5562 0
[pid=16095] ppid=16093 vsize=454884 CPUtime=0.71 cores=0-7
/proc/16095/stat : 16095 (TNM) R 16093 16095 16095 0 -1 4202496 407 0 0 0 71 0 0 0 21 0 1 0 649136457 465801216 143 33554432000 134512640 135008748 4291034496 18446744073709551615 134536415 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16095/statm: 113721 143 46 122 0 112621 0
[pid=16096] ppid=16087 vsize=289304 CPUtime=0 cores=0-7
/proc/16096/stat : 16096 (python) S 16087 16087 15650 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 649136460 296247296 5684 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 5607368448205095172 0 0 17 6 0 0 0
/proc/16096/statm: 72326 5684 348 364 0 8241 0
[pid=16098] ppid=16096 vsize=1760 CPUtime=1.11 cores=0-7
/proc/16098/stat : 16098 (march_hi) R 16096 16098 16098 0 -1 4202496 530 0 0 0 111 0 0 0 24 0 1 0 649136460 1802240 267 33554432000 4194304 4955518 140735781045568 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16098/statm: 440 267 104 186 0 253 0
[pid=16099] ppid=16087 vsize=299560 CPUtime=0 cores=0-7
/proc/16099/stat : 16099 (python) S 16087 16087 15650 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 649136463 306749440 5688 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 10752951045060526337 0 0 17 3 0 0 0
/proc/16099/statm: 74890 5688 348 364 0 10802 0
[pid=16101] ppid=16099 vsize=1760 CPUtime=1.07 cores=0-7
/proc/16101/stat : 16101 (march_hi) R 16099 16101 16101 0 -1 4202496 530 0 0 0 107 0 0 0 25 0 1 0 649136463 1802240 266 33554432000 4194304 4955518 140737297534096 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16101/statm: 440 266 104 186 0 253 0
[pid=16102] ppid=16087 vsize=375352 CPUtime=0 cores=0-7
/proc/16102/stat : 16102 (python) S 16087 16087 15650 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 649136466 384360448 5865 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 15221828095225856258 0 0 17 7 0 0 0
/proc/16102/statm: 93838 5865 348 364 0 29747 0
[pid=16104] ppid=16102 vsize=1760 CPUtime=1.02 cores=0-7
/proc/16104/stat : 16104 (march_hi) R 16102 16104 16104 0 -1 4202496 518 0 0 0 102 0 0 0 25 0 1 0 649136466 1802240 265 33554432000 4194304 4955518 140735938372576 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16104/statm: 440 265 104 186 0 253 0
[pid=16105] ppid=16087 vsize=385608 CPUtime=0 cores=0-7
/proc/16105/stat : 16105 (python) S 16087 16087 15650 0 -1 4202560 731 0 0 0 0 0 0 0 15 0 1 0 649136469 394862592 5810 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 14218664472368611587 0 0 17 1 0 0 0
/proc/16105/statm: 96402 5810 348 364 0 32308 0
[pid=16107] ppid=16105 vsize=1760 CPUtime=1.01 cores=0-7
/proc/16107/stat : 16107 (march_hi) R 16105 16107 16107 0 -1 4202496 525 0 0 0 101 0 0 0 25 0 1 0 649136469 1802240 266 33554432000 4194304 4955518 140736725109296 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16107/statm: 440 266 104 186 0 253 0
[pid=16108] ppid=16087 vsize=395864 CPUtime=0 cores=0-7
/proc/16108/stat : 16108 (python) S 16087 16087 15650 0 -1 4202560 732 0 0 0 0 0 0 0 21 0 1 0 649136472 405364736 5846 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 14857556869286723583 0 0 17 4 0 0 0
/proc/16108/statm: 98966 5846 348 364 0 34869 0
[pid=16110] ppid=16108 vsize=1017800 CPUtime=0.42 cores=0-7
/proc/16110/stat : 16110 (gnovelty+2) R 16108 16110 16110 0 -1 4202496 416 0 0 0 42 0 0 0 25 0 1 0 649136472 1042227200 158 33554432000 134512640 135663704 4288409248 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16110/statm: 254450 158 113 282 0 254166 0
[pid=16111] ppid=16087 vsize=406120 CPUtime=0 cores=0-7
/proc/16111/stat : 16111 (python) S 16087 16087 15650 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 649136475 415866880 5867 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 5607368448205095170 0 0 17 6 0 0 0
/proc/16111/statm: 101530 5867 348 364 0 37430 0
[pid=16113] ppid=16111 vsize=1760 CPUtime=0.94 cores=0-7
/proc/16113/stat : 16113 (march_hi) R 16111 16113 16113 0 -1 4202496 524 0 0 0 94 0 0 0 24 0 1 0 649136476 1802240 264 33554432000 4194304 4955518 140734473399552 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16113/statm: 440 264 104 186 0 253 0
[pid=16114] ppid=16087 vsize=416376 CPUtime=0 cores=0-7
/proc/16114/stat : 16114 (python) S 16087 16087 15650 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 649136479 426369024 5862 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 9256792796587589890 0 0 17 2 0 0 0
/proc/16114/statm: 104094 5862 355 364 0 39991 0
[pid=16116] ppid=16114 vsize=1760 CPUtime=0.91 cores=0-7
/proc/16116/stat : 16116 (march_hi) R 16114 16116 16116 0 -1 4202496 530 0 0 0 91 0 0 0 23 0 1 0 649136479 1802240 264 33554432000 4194304 4955518 140736509196256 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16116/statm: 440 264 104 186 0 253 0
[pid=16087/tid=16094] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16094/stat : 16094 (python) S 16085 16087 15650 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 649136457 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 6 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16097/stat : 16097 (python) S 16085 16087 15650 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 649136460 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 6 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16100/stat : 16100 (python) S 16085 16087 15650 0 -1 4202560 22 938 0 0 0 0 0 0 18 0 9 0 649136463 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 3 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16103/stat : 16103 (python) S 16085 16087 15650 0 -1 4202560 72 938 0 0 0 0 0 0 19 0 9 0 649136466 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16106/stat : 16106 (python) S 16085 16087 15650 0 -1 4202560 33 938 0 0 0 0 0 0 21 0 9 0 649136469 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16109] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16109/stat : 16109 (python) S 16085 16087 15650 0 -1 4202560 30 938 0 0 0 0 0 0 23 0 9 0 649136472 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16112] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16112/stat : 16112 (python) S 16085 16087 15650 0 -1 4202560 32 938 0 0 0 0 0 0 20 0 9 0 649136476 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16115] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16115/stat : 16115 (python) S 16085 16087 15650 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 9 0 649136479 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 4756624

[startup+2.00165 s]
/proc/loadavg: 9.69 9.58 8.42 10/477 16116
/proc/meminfo: memFree=14377908/32951124 swapFree=67111348/67111528
[pid=16087] ppid=16085 vsize=426620 CPUtime=0.71 cores=0-7
/proc/16087/stat : 16087 (python) S 16085 16087 15650 0 -1 4202496 15282 938 1 0 57 14 0 0 19 0 9 0 649136381 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16087/statm: 106655 7399 1889 364 0 42552 0
[pid=16093] ppid=16087 vsize=278576 CPUtime=0 cores=0-7
/proc/16093/stat : 16093 (python) S 16087 16087 15650 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 649136457 285261824 5558 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788879 0 0 16781312 514 10810269960606056447 0 0 17 6 0 0 0
/proc/16093/statm: 69644 5558 354 364 0 5562 0
[pid=16095] ppid=16093 vsize=454884 CPUtime=0.81 cores=0-7
/proc/16095/stat : 16095 (TNM) R 16093 16095 16095 0 -1 4202496 407 0 0 0 81 0 0 0 21 0 1 0 649136457 465801216 143 33554432000 134512640 135008748 4291034496 18446744073709551615 134527054 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16095/statm: 113721 143 46 122 0 112621 0
[pid=16096] ppid=16087 vsize=289304 CPUtime=0 cores=0-7
/proc/16096/stat : 16096 (python) R 16087 16087 15650 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 649136460 296247296 5684 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118595531 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/16096/statm: 72326 5684 348 364 0 8241 0
[pid=16098] ppid=16096 vsize=1760 CPUtime=1.21 cores=0-7
/proc/16098/stat : 16098 (march_hi) R 16096 16098 16098 0 -1 4202496 531 0 0 0 121 0 0 0 25 0 1 0 649136460 1802240 268 33554432000 4194304 4955518 140735781045568 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16098/statm: 440 268 104 186 0 253 0
[pid=16099] ppid=16087 vsize=299560 CPUtime=0 cores=0-7
/proc/16099/stat : 16099 (python) S 16087 16087 15650 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 649136463 306749440 5688 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 10752951045060526337 0 0 17 3 0 0 0
/proc/16099/statm: 74890 5688 348 364 0 10802 0
[pid=16101] ppid=16099 vsize=1760 CPUtime=1.17 cores=0-7
/proc/16101/stat : 16101 (march_hi) R 16099 16101 16101 0 -1 4202496 531 0 0 0 117 0 0 0 25 0 1 0 649136463 1802240 267 33554432000 4194304 4955518 140737297534096 18446744073709551615 4298080 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16101/statm: 440 267 104 186 0 253 0
[pid=16102] ppid=16087 vsize=375352 CPUtime=0 cores=0-7
/proc/16102/stat : 16102 (python) S 16087 16087 15650 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 1 0 649136466 384360448 5865 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 15221828095225856258 0 0 17 7 0 0 0
/proc/16102/statm: 93838 5865 348 364 0 29747 0
[pid=16104] ppid=16102 vsize=1760 CPUtime=1.12 cores=0-7
/proc/16104/stat : 16104 (march_hi) R 16102 16104 16104 0 -1 4202496 519 0 0 0 112 0 0 0 25 0 1 0 649136466 1802240 266 33554432000 4194304 4955518 140735938372576 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16104/statm: 440 266 104 186 0 253 0
[pid=16105] ppid=16087 vsize=385608 CPUtime=0 cores=0-7
/proc/16105/stat : 16105 (python) S 16087 16087 15650 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 649136469 394862592 5810 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 5607368452500062467 0 0 17 1 0 0 0
/proc/16105/statm: 96402 5810 348 364 0 32308 0
[pid=16107] ppid=16105 vsize=1760 CPUtime=1.11 cores=0-7
/proc/16107/stat : 16107 (march_hi) R 16105 16107 16107 0 -1 4202496 526 0 0 0 111 0 0 0 25 0 1 0 649136469 1802240 267 33554432000 4194304 4955518 140736725109296 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16107/statm: 440 267 104 186 0 253 0
[pid=16108] ppid=16087 vsize=395864 CPUtime=0 cores=0-7
/proc/16108/stat : 16108 (python) S 16087 16087 15650 0 -1 4202560 732 0 0 0 0 0 0 0 21 0 1 0 649136472 405364736 5846 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 14857556869286723583 0 0 17 4 0 0 0
/proc/16108/statm: 98966 5846 348 364 0 34869 0
[pid=16110] ppid=16108 vsize=1017800 CPUtime=0.42 cores=0-7
/proc/16110/stat : 16110 (gnovelty+2) R 16108 16110 16110 0 -1 4202496 416 0 0 0 42 0 0 0 25 0 1 0 649136472 1042227200 158 33554432000 134512640 135663704 4288409248 18446744073709551615 134546070 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16110/statm: 254450 158 113 282 0 254166 0
[pid=16111] ppid=16087 vsize=406120 CPUtime=0 cores=0-7
/proc/16111/stat : 16111 (python) S 16087 16087 15650 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 649136475 415866880 5867 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 15141291067514519810 0 0 17 6 0 0 0
/proc/16111/statm: 101530 5867 348 364 0 37430 0
[pid=16113] ppid=16111 vsize=1760 CPUtime=1.04 cores=0-7
/proc/16113/stat : 16113 (march_hi) R 16111 16113 16113 0 -1 4202496 525 0 0 0 104 0 0 0 25 0 1 0 649136476 1802240 265 33554432000 4194304 4955518 140734473399552 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16113/statm: 440 265 104 186 0 253 0
[pid=16114] ppid=16087 vsize=416376 CPUtime=0 cores=0-7
/proc/16114/stat : 16114 (python) S 16087 16087 15650 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 649136479 426369024 5862 33554432000 4194304 5683644 140735093652272 18446744073709551615 255106788934 0 0 16781312 514 9256792796587589890 0 0 17 2 0 0 0
/proc/16114/statm: 104094 5862 355 364 0 39991 0
[pid=16116] ppid=16114 vsize=1760 CPUtime=1.01 cores=0-7
/proc/16116/stat : 16116 (march_hi) R 16114 16116 16116 0 -1 4202496 532 0 0 0 101 0 0 0 24 0 1 0 649136479 1802240 266 33554432000 4194304 4955518 140736509196256 18446744073709551615 4310284 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16116/statm: 440 266 104 186 0 253 0
[pid=16087/tid=16094] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16094/stat : 16094 (python) S 16085 16087 15650 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 649136457 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 6 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16097/stat : 16097 (python) S 16085 16087 15650 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 649136460 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 6 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16100/stat : 16100 (python) S 16085 16087 15650 0 -1 4202560 22 938 0 0 0 0 0 0 18 0 9 0 649136463 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 3 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16103/stat : 16103 (python) S 16085 16087 15650 0 -1 4202560 72 938 0 0 0 0 0 0 19 0 9 0 649136466 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16106/stat : 16106 (python) S 16085 16087 15650 0 -1 4202560 33 938 0 0 0 0 0 0 21 0 9 0 649136469 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16109] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16109/stat : 16109 (python) S 16085 16087 15650 0 -1 4202560 30 938 0 0 0 0 0 0 23 0 9 0 649136472 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16112] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16112/stat : 16112 (python) S 16085 16087 15650 0 -1 4202560 32 938 0 0 0 0 0 0 20 0 9 0 649136476 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 4 0 0 0
[pid=16087/tid=16115] ppid=16085 vsize=426620 CPUtime=0 cores=0-7
/proc/16087/task/16115/stat : 16115 (python) S 16085 16087 15650 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 9 0 649136479 436858880 7399 33554432000 4194304 5683644 140735093652272 18446744073709551615 255118592433 0 0 16781312 2 18446604453952236224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 4756624

Child status: 0
Real time (s): 2.0352
CPU time (s): 8.78866
CPU user time (s): 8.59669
CPU system time (s): 0.19197
CPU usage (%): 431.834
Max. virtual memory (cumulated for all children) (KiB): 4756624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.59669
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31308
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= 4813
involuntary context switches= 1559

runsolver used 0.017997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 19:33:22
IDJOB=3385482
IDBENCH=82747
IDSOLVER=1870
FILE ID=node144/3385482-1305567202
RUNJOBID= node144-1305564961-15664
PBS_JOBID= 13350106
Free space on /tmp= 73268 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385482-1305567202/watcher-3385482-1305567202 -o /tmp/evaluation-result-3385482-1305567202/solver-3385482-1305567202 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385482-1305567202.cnf -seed 1889413889 -budget 40000 -cores 8

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

MD5SUM BENCH= 00f21cbc78a2d739f741e391ca987da6
RANDOM SEED=1889413889

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.850
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.850
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.82
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14433344 kB
Buffers:        328412 kB
Cached:        4130364 kB
SwapCached:          0 kB
Active:       15289164 kB
Inactive:      2848432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14433344 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31888 kB
Writeback:           0 kB
AnonPages:    13679352 kB
Mapped:          37404 kB
Slab:           247296 kB
PageTables:      60816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 136754436 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= 73236 MiB
End job on node144 at 2011-05-16 19:33:25