Trace number 3385633

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 10.4784 2.08014

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
MD5SUM9e24719e5efd9c5e96f374a33a1fed5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.54776
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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3385633-1305571304.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.31/0.49	c INFO: computed variable balance statistics
0.40/0.51	c INFO: computed small-clause counts
0.40/0.51	c INFO: computed Horn-clause counts
0.40/0.51	c INFO: computed variable graph statistics
0.40/0.51	c INFO: collected features for HOME/instance-3385633-1305571304.cnf in 0.05 s
0.40/0.54	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.40/0.57	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.43)
0.50/0.60	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.26)
0.50/0.63	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.30)
0.50/0.67	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.09)
0.60/0.70	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.60/0.73	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.21)
0.60/0.77	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.23)
9.97/2.05	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-3385633-1305571304/watcher-3385633-1305571304 -o /tmp/evaluation-result-3385633-1305571304/solver-3385633-1305571304 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385633-1305571304.cnf -seed 1214991014 -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: 8.49 9.01 9.05 2/321 19213
/proc/meminfo: memFree=25451532/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=15904 CPUtime=0 cores=0-7
/proc/19213/stat : 19213 (python) R 19211 19213 18357 0 -1 4202496 957 0 0 0 0 0 0 0 17 0 1 0 747361040 16285696 833 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020393984 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19213/statm: 3976 833 357 364 0 463 0

[startup+0.039017 s]
/proc/loadavg: 8.49 9.01 9.05 2/321 19213
/proc/meminfo: memFree=25451532/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=18880 CPUtime=0.02 cores=0-7
/proc/19213/stat : 19213 (python) R 19211 19213 18357 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 747361040 19333120 1140 33554432000 4194304 5683644 140733811719680 18446744073709551615 4848818 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19213/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.101005 s]
/proc/loadavg: 8.49 9.01 9.05 2/321 19213
/proc/meminfo: memFree=25451532/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=104228 CPUtime=0.06 cores=0-7
/proc/19213/stat : 19213 (python) R 19211 19213 18357 0 -1 4202496 3083 0 0 0 4 2 0 0 17 0 1 0 747361040 106729472 2764 33554432000 4194304 5683644 140733811719680 18446744073709551615 4990092 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19213/statm: 26057 2764 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300969 s]
/proc/loadavg: 8.49 9.01 9.05 2/321 19213
/proc/meminfo: memFree=25451532/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=194416 CPUtime=0.23 cores=0-7
/proc/19213/stat : 19213 (python) R 19211 19213 18357 0 -1 4202496 6897 932 1 0 17 6 0 0 17 0 1 0 747361040 199081984 4949 33554432000 4194304 5683644 140733811719680 18446744073709551615 260015476246 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19213/statm: 48604 4952 1427 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 194416

[startup+0.700858 s]
/proc/loadavg: 8.49 9.01 9.05 2/321 19213
/proc/meminfo: memFree=25451532/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=330416 CPUtime=0.6 cores=0-7
/proc/19213/stat : 19213 (python) R 19211 19213 18357 0 -1 4202496 13586 932 1 0 50 10 0 0 18 0 6 0 747361040 338345984 7242 33554432000 4194304 5683644 140733811719680 18446744073709551615 260023804597 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19213/statm: 82604 7242 1882 364 0 18510 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 330416

[startup+1.50171 s]
/proc/loadavg: 8.49 9.01 9.05 10/346 19242
/proc/meminfo: memFree=25392944/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=361184 CPUtime=0.67 cores=0-7
/proc/19213/stat : 19213 (python) S 19211 19213 18357 0 -1 4202496 15721 932 1 0 56 11 0 0 24 0 9 0 747361040 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19213/statm: 90296 7278 1889 364 0 26193 0
[pid=19219] ppid=19213 vsize=278476 CPUtime=0 cores=0-7
/proc/19219/stat : 19219 (python) S 19213 19213 18357 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 747361094 285159424 5544 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416015 0 0 16781312 514 3070981060650074111 0 0 17 0 0 0 0
/proc/19219/statm: 69619 5544 347 364 0 5537 0
[pid=19221] ppid=19219 vsize=454888 CPUtime=0.94 cores=0-7
/proc/19221/stat : 19221 (TNM) R 19219 19221 19221 0 -1 4202496 406 0 0 0 94 0 0 0 21 0 1 0 747361095 465805312 144 33554432000 134512640 135008748 4290811424 18446744073709551615 134528483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19221/statm: 113722 144 46 122 0 112622 0
[pid=19222] ppid=19213 vsize=289268 CPUtime=0 cores=0-7
/proc/19222/stat : 19222 (python) S 19213 19213 18357 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 747361097 296210432 5675 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 3658946003114885377 0 0 17 4 0 0 0
/proc/19222/statm: 72317 5675 348 364 0 8232 0
[pid=19224] ppid=19222 vsize=1756 CPUtime=0.91 cores=0-7
/proc/19224/stat : 19224 (march_hi) R 19222 19224 19224 0 -1 4202496 530 0 0 0 91 0 0 0 23 0 1 0 747361098 1798144 267 33554432000 4194304 4955518 140735529006992 18446744073709551615 4235355 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19224/statm: 439 267 104 186 0 252 0
[pid=19225] ppid=19213 vsize=299052 CPUtime=0 cores=0-7
/proc/19225/stat : 19225 (python) S 19213 19213 18357 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 747361100 306229248 5576 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 3631150349164708100 0 0 17 2 0 0 0
/proc/19225/statm: 74763 5576 348 364 0 10675 0
[pid=19227] ppid=19225 vsize=1756 CPUtime=0.88 cores=0-7
/proc/19227/stat : 19227 (march_hi) R 19225 19227 19227 0 -1 4202496 529 0 0 0 88 0 0 0 23 0 1 0 747361101 1798144 266 33554432000 4194304 4955518 140736767003632 18446744073709551615 4229944 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19227/statm: 439 266 104 186 0 252 0
[pid=19228] ppid=19213 vsize=309916 CPUtime=0 cores=0-7
/proc/19228/stat : 19228 (python) S 19213 19213 18357 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 747361103 317353984 5700 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 4567696761518260483 0 0 17 4 0 0 0
/proc/19228/statm: 77479 5700 348 364 0 13388 0
[pid=19230] ppid=19228 vsize=1756 CPUtime=0.79 cores=0-7
/proc/19230/stat : 19230 (march_hi) R 19228 19230 19230 0 -1 4202496 528 0 0 0 79 0 0 0 25 0 1 0 747361104 1798144 265 33554432000 4194304 4955518 140733979012048 18446744073709551615 4227044 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19230/statm: 439 265 104 186 0 252 0
[pid=19231] ppid=19213 vsize=320172 CPUtime=0 cores=0-7
/proc/19231/stat : 19231 (python) S 19213 19213 18357 0 -1 4202560 771 0 0 0 0 0 0 0 16 0 1 0 747361107 327856128 5704 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 206730180549378308 0 0 17 6 0 0 0
/proc/19231/statm: 80043 5704 348 364 0 15949 0
[pid=19233] ppid=19231 vsize=1756 CPUtime=0.82 cores=0-7
/proc/19233/stat : 19233 (march_hi) R 19231 19233 19233 0 -1 4202496 534 0 0 0 82 0 0 0 25 0 1 0 747361107 1798144 266 33554432000 4194304 4955518 140733265577376 18446744073709551615 4263706 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19233/statm: 439 266 104 186 0 252 0
[pid=19234] ppid=19213 vsize=330428 CPUtime=0 cores=0-7
/proc/19234/stat : 19234 (python) S 19213 19213 18357 0 -1 4202560 760 0 0 0 0 0 0 0 19 0 1 0 747361110 338358272 5708 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 10801022792938553343 0 0 17 0 0 0 0
/proc/19234/statm: 82607 5708 348 364 0 18510 0
[pid=19236] ppid=19234 vsize=1017800 CPUtime=0.52 cores=0-7
/proc/19236/stat : 19236 (gnovelty+2) R 19234 19236 19236 0 -1 4202496 425 0 0 0 52 0 0 0 22 0 1 0 747361110 1042227200 158 33554432000 134512640 135663704 4287167008 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19236/statm: 254450 158 113 282 0 254166 0
[pid=19237] ppid=19213 vsize=340684 CPUtime=0 cores=0-7
/proc/19237/stat : 19237 (python) S 19213 19213 18357 0 -1 4202560 792 0 0 0 0 0 0 0 15 0 1 0 747361113 348860416 5729 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 17369997563603681539 0 0 17 6 0 0 0
/proc/19237/statm: 85171 5729 348 364 0 21071 0
[pid=19239] ppid=19237 vsize=1756 CPUtime=0.71 cores=0-7
/proc/19239/stat : 19239 (march_hi) R 19237 19239 19239 0 -1 4202496 533 0 0 0 71 0 0 0 25 0 1 0 747361116 1798144 266 33554432000 4194304 4955518 140736971814880 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19239/statm: 439 266 104 186 0 252 0
[pid=19240] ppid=19213 vsize=350940 CPUtime=0 cores=0-7
/proc/19240/stat : 19240 (python) S 19213 19213 18357 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 747361117 359362560 5739 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 15633757927548879106 0 0 17 6 0 0 0
/proc/19240/statm: 87735 5739 354 364 0 23632 0
[pid=19242] ppid=19240 vsize=1756 CPUtime=0.26 cores=0-7
/proc/19242/stat : 19242 (march_hi) R 19240 19242 19242 0 -1 4202496 527 0 0 0 26 0 0 0 25 0 1 0 747361117 1798144 256 33554432000 4194304 4955518 140733416970800 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19242/statm: 439 256 104 186 0 252 0
[pid=19213/tid=19220] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19220/stat : 19220 (python) S 19211 19213 18357 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 747361094 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19223/stat : 19223 (python) S 19211 19213 18357 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 747361097 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19226/stat : 19226 (python) S 19211 19213 18357 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 747361100 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 2 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19229/stat : 19229 (python) S 19211 19213 18357 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 747361104 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19232/stat : 19232 (python) S 19211 19213 18357 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 747361107 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19235] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19235/stat : 19235 (python) S 19211 19213 18357 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 747361110 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 0 0 0 0
[pid=19213/tid=19238] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19238/stat : 19238 (python) S 19211 19213 18357 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 747361114 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 6 0 0 0
[pid=19213/tid=19241] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19241/stat : 19241 (python) S 19211 19213 18357 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 9 0 747361117 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 4363344

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

[startup+1.90164 s]
/proc/loadavg: 8.49 9.01 9.05 10/346 19242
/proc/meminfo: memFree=25392944/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=361184 CPUtime=0.67 cores=0-7
/proc/19213/stat : 19213 (python) S 19211 19213 18357 0 -1 4202496 15721 932 1 0 56 11 0 0 24 0 9 0 747361040 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19213/statm: 90296 7278 1889 364 0 26193 0
[pid=19219] ppid=19213 vsize=278476 CPUtime=0 cores=0-7
/proc/19219/stat : 19219 (python) S 19213 19213 18357 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 747361094 285159424 5551 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416015 0 0 16781312 514 3070981060650074111 0 0 17 0 0 0 0
/proc/19219/statm: 69619 5551 354 364 0 5537 0
[pid=19221] ppid=19219 vsize=454888 CPUtime=1.34 cores=0-7
/proc/19221/stat : 19221 (TNM) R 19219 19221 19221 0 -1 4202496 406 0 0 0 134 0 0 0 23 0 1 0 747361095 465805312 144 33554432000 134512640 135008748 4290811424 18446744073709551615 134527896 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19221/statm: 113722 144 46 122 0 112622 0
[pid=19222] ppid=19213 vsize=289268 CPUtime=0 cores=0-7
/proc/19222/stat : 19222 (python) S 19213 19213 18357 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 747361097 296210432 5675 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 3658946003114885377 0 0 17 4 0 0 0
/proc/19222/statm: 72317 5675 348 364 0 8232 0
[pid=19224] ppid=19222 vsize=1756 CPUtime=1.3 cores=0-7
/proc/19224/stat : 19224 (march_hi) R 19222 19224 19224 0 -1 4202496 537 0 0 0 130 0 0 0 25 0 1 0 747361098 1798144 274 33554432000 4194304 4955518 140735529006992 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19224/statm: 439 274 104 186 0 252 0
[pid=19225] ppid=19213 vsize=299052 CPUtime=0 cores=0-7
/proc/19225/stat : 19225 (python) S 19213 19213 18357 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 747361100 306229248 5576 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 3631150349164708100 0 0 17 2 0 0 0
/proc/19225/statm: 74763 5576 348 364 0 10675 0
[pid=19227] ppid=19225 vsize=1756 CPUtime=1.28 cores=0-7
/proc/19227/stat : 19227 (march_hi) R 19225 19227 19227 0 -1 4202496 536 0 0 0 128 0 0 0 25 0 1 0 747361101 1798144 273 33554432000 4194304 4955518 140736767003632 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19227/statm: 439 273 104 186 0 252 0
[pid=19228] ppid=19213 vsize=309916 CPUtime=0 cores=0-7
/proc/19228/stat : 19228 (python) S 19213 19213 18357 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 747361103 317353984 5700 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 4567696761518260483 0 0 17 4 0 0 0
/proc/19228/statm: 77479 5700 348 364 0 13388 0
[pid=19230] ppid=19228 vsize=1756 CPUtime=1.19 cores=0-7
/proc/19230/stat : 19230 (march_hi) R 19228 19230 19230 0 -1 4202496 535 0 0 0 119 0 0 0 25 0 1 0 747361104 1798144 272 33554432000 4194304 4955518 140733979012048 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19230/statm: 439 272 104 186 0 252 0
[pid=19231] ppid=19213 vsize=320172 CPUtime=0 cores=0-7
/proc/19231/stat : 19231 (python) S 19213 19213 18357 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 747361107 327856128 5704 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 206730180549378308 0 0 17 6 0 0 0
/proc/19231/statm: 80043 5704 348 364 0 15949 0
[pid=19233] ppid=19231 vsize=1756 CPUtime=1.21 cores=0-7
/proc/19233/stat : 19233 (march_hi) R 19231 19233 19233 0 -1 4202496 541 0 0 0 121 0 0 0 25 0 1 0 747361107 1798144 273 33554432000 4194304 4955518 140733265577376 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19233/statm: 439 273 104 186 0 252 0
[pid=19234] ppid=19213 vsize=330428 CPUtime=0 cores=0-7
/proc/19234/stat : 19234 (python) S 19213 19213 18357 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 747361110 338358272 5708 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 10801022792938520834 0 0 17 0 0 0 0
/proc/19234/statm: 82607 5708 348 364 0 18510 0
[pid=19236] ppid=19234 vsize=1017800 CPUtime=0.72 cores=0-7
/proc/19236/stat : 19236 (gnovelty+2) R 19234 19236 19236 0 -1 4202496 425 0 0 0 72 0 0 0 22 0 1 0 747361110 1042227200 158 33554432000 134512640 135663704 4287167008 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19236/statm: 254450 158 113 282 0 254166 0
[pid=19237] ppid=19213 vsize=340684 CPUtime=0 cores=0-7
/proc/19237/stat : 19237 (python) S 19213 19213 18357 0 -1 4202560 794 0 0 0 0 0 0 0 15 0 1 0 747361113 348860416 5729 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 11487917393624137987 0 0 17 6 0 0 0
/proc/19237/statm: 85171 5729 348 364 0 21071 0
[pid=19239] ppid=19237 vsize=1756 CPUtime=1.11 cores=0-7
/proc/19239/stat : 19239 (march_hi) R 19237 19239 19239 0 -1 4202496 540 0 0 0 111 0 0 0 25 0 1 0 747361116 1798144 273 33554432000 4194304 4955518 140736971814880 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19239/statm: 439 273 104 186 0 252 0
[pid=19240] ppid=19213 vsize=350940 CPUtime=0 cores=0-7
/proc/19240/stat : 19240 (python) S 19213 19213 18357 0 -1 4202560 814 0 0 0 0 0 0 0 15 0 1 0 747361117 359362560 5739 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 15633757927548879106 0 0 17 6 0 0 0
/proc/19240/statm: 87735 5739 354 364 0 23632 0
[pid=19242] ppid=19240 vsize=1756 CPUtime=0.46 cores=0-7
/proc/19242/stat : 19242 (march_hi) R 19240 19242 19242 0 -1 4202496 531 0 0 0 46 0 0 0 25 0 1 0 747361117 1798144 260 33554432000 4194304 4955518 140733416970800 18446744073709551615 4209684 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19242/statm: 439 260 104 186 0 252 0
[pid=19213/tid=19220] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19220/stat : 19220 (python) S 19211 19213 18357 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 747361094 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19223/stat : 19223 (python) S 19211 19213 18357 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 747361097 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19226/stat : 19226 (python) S 19211 19213 18357 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 747361100 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 2 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19229/stat : 19229 (python) S 19211 19213 18357 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 747361104 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19232/stat : 19232 (python) S 19211 19213 18357 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 747361107 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19235] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19235/stat : 19235 (python) S 19211 19213 18357 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 747361110 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 0 0 0 0
[pid=19213/tid=19238] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19238/stat : 19238 (python) S 19211 19213 18357 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 747361114 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 6 0 0 0
[pid=19213/tid=19241] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19241/stat : 19241 (python) S 19211 19213 18357 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 9 0 747361117 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 4363344

[startup+2.00162 s]
/proc/loadavg: 8.49 9.01 9.05 10/346 19242
/proc/meminfo: memFree=25392944/32951124 swapFree=67083432/67111528
[pid=19213] ppid=19211 vsize=361184 CPUtime=0.67 cores=0-7
/proc/19213/stat : 19213 (python) S 19211 19213 18357 0 -1 4202496 15721 932 1 0 56 11 0 0 24 0 9 0 747361040 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19213/statm: 90296 7278 1889 364 0 26193 0
[pid=19219] ppid=19213 vsize=278476 CPUtime=0 cores=0-7
/proc/19219/stat : 19219 (python) S 19213 19213 18357 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 747361094 285159424 5551 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416015 0 0 16781312 514 3070981060650074111 0 0 17 0 0 0 0
/proc/19219/statm: 69619 5551 354 364 0 5537 0
[pid=19221] ppid=19219 vsize=454888 CPUtime=1.44 cores=0-7
/proc/19221/stat : 19221 (TNM) R 19219 19221 19221 0 -1 4202496 406 0 0 0 144 0 0 0 23 0 1 0 747361095 465805312 144 33554432000 134512640 135008748 4290811424 18446744073709551615 134529468 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19221/statm: 113722 144 46 122 0 112622 0
[pid=19222] ppid=19213 vsize=289268 CPUtime=0 cores=0-7
/proc/19222/stat : 19222 (python) S 19213 19213 18357 0 -1 4202560 760 0 0 0 0 0 0 0 16 0 1 0 747361097 296210432 5675 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 5607386070455910657 0 0 17 4 0 0 0
/proc/19222/statm: 72317 5675 348 364 0 8232 0
[pid=19224] ppid=19222 vsize=1756 CPUtime=1.4 cores=0-7
/proc/19224/stat : 19224 (march_hi) R 19222 19224 19224 0 -1 4202496 538 0 0 0 140 0 0 0 25 0 1 0 747361098 1798144 275 33554432000 4194304 4955518 140735529006992 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19224/statm: 439 275 104 186 0 252 0
[pid=19225] ppid=19213 vsize=299052 CPUtime=0 cores=0-7
/proc/19225/stat : 19225 (python) S 19213 19213 18357 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 747361100 306229248 5576 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 3631150349164708100 0 0 17 2 0 0 0
/proc/19225/statm: 74763 5576 348 364 0 10675 0
[pid=19227] ppid=19225 vsize=1756 CPUtime=1.38 cores=0-7
/proc/19227/stat : 19227 (march_hi) R 19225 19227 19227 0 -1 4202496 537 0 0 0 138 0 0 0 25 0 1 0 747361101 1798144 274 33554432000 4194304 4955518 140736767003632 18446744073709551615 4209708 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19227/statm: 439 274 104 186 0 252 0
[pid=19228] ppid=19213 vsize=309916 CPUtime=0 cores=0-7
/proc/19228/stat : 19228 (python) S 19213 19213 18357 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 747361103 317353984 5700 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 4567696761518260483 0 0 17 4 0 0 0
/proc/19228/statm: 77479 5700 348 364 0 13388 0
[pid=19230] ppid=19228 vsize=1756 CPUtime=1.29 cores=0-7
/proc/19230/stat : 19230 (march_hi) R 19228 19230 19230 0 -1 4202496 536 0 0 0 129 0 0 0 25 0 1 0 747361104 1798144 273 33554432000 4194304 4955518 140733979012048 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19230/statm: 439 273 104 186 0 252 0
[pid=19231] ppid=19213 vsize=320172 CPUtime=0 cores=0-7
/proc/19231/stat : 19231 (python) S 19213 19213 18357 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 747361107 327856128 5704 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 17370001411894411263 0 0 17 6 0 0 0
/proc/19231/statm: 80043 5704 348 364 0 15949 0
[pid=19233] ppid=19231 vsize=1756 CPUtime=1.31 cores=0-7
/proc/19233/stat : 19233 (march_hi) R 19231 19233 19233 0 -1 4202496 542 0 0 0 131 0 0 0 25 0 1 0 747361107 1798144 274 33554432000 4194304 4955518 140733265577376 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19233/statm: 439 274 104 186 0 252 0
[pid=19234] ppid=19213 vsize=330428 CPUtime=0 cores=0-7
/proc/19234/stat : 19234 (python) S 19213 19213 18357 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 747361110 338358272 5708 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 10801022792938520834 0 0 17 0 0 0 0
/proc/19234/statm: 82607 5708 348 364 0 18510 0
[pid=19236] ppid=19234 vsize=1017800 CPUtime=0.76 cores=0-7
/proc/19236/stat : 19236 (gnovelty+2) R 19234 19236 19236 0 -1 4202496 425 0 0 0 76 0 0 0 22 0 1 0 747361110 1042227200 158 33554432000 134512640 135663704 4287167008 18446744073709551615 135007680 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19236/statm: 254450 158 113 282 0 254166 0
[pid=19237] ppid=19213 vsize=340684 CPUtime=0 cores=0-7
/proc/19237/stat : 19237 (python) S 19213 19213 18357 0 -1 4202560 799 0 0 0 0 0 0 0 15 0 1 0 747361113 348860416 5729 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 5607386070455910659 0 0 17 6 0 0 0
/proc/19237/statm: 85171 5729 348 364 0 21071 0
[pid=19239] ppid=19237 vsize=1756 CPUtime=1.21 cores=0-7
/proc/19239/stat : 19239 (march_hi) R 19237 19239 19239 0 -1 4202496 540 0 0 0 121 0 0 0 25 0 1 0 747361116 1798144 273 33554432000 4194304 4955518 140736971814880 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19239/statm: 439 273 104 186 0 252 0
[pid=19240] ppid=19213 vsize=350940 CPUtime=0 cores=0-7
/proc/19240/stat : 19240 (python) S 19213 19213 18357 0 -1 4202560 814 0 0 0 0 0 0 0 15 0 1 0 747361117 359362560 5739 33554432000 4194304 5683644 140733811719680 18446744073709551615 260020416070 0 0 16781312 514 15633757927548879106 0 0 17 6 0 0 0
/proc/19240/statm: 87735 5739 354 364 0 23632 0
[pid=19242] ppid=19240 vsize=1756 CPUtime=0.51 cores=0-7
/proc/19242/stat : 19242 (march_hi) R 19240 19242 19242 0 -1 4202496 535 0 0 0 51 0 0 0 25 0 1 0 747361117 1798144 264 33554432000 4194304 4955518 140733416970800 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19242/statm: 439 264 104 186 0 252 0
[pid=19213/tid=19220] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19220/stat : 19220 (python) S 19211 19213 18357 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 747361094 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19223/stat : 19223 (python) S 19211 19213 18357 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 747361097 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19226/stat : 19226 (python) S 19211 19213 18357 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 747361100 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 2 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19229/stat : 19229 (python) S 19211 19213 18357 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 747361104 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19232/stat : 19232 (python) S 19211 19213 18357 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 747361107 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 4 0 0 0
[pid=19213/tid=19235] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19235/stat : 19235 (python) S 19211 19213 18357 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 747361110 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 0 0 0 0
[pid=19213/tid=19238] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19238/stat : 19238 (python) S 19211 19213 18357 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 747361114 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 6 0 0 0
[pid=19213/tid=19241] ppid=19211 vsize=361184 CPUtime=0 cores=0-7
/proc/19213/task/19241/stat : 19241 (python) S 19211 19213 18357 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 9 0 747361117 369852416 7278 33554432000 4194304 5683644 140733811719680 18446744073709551615 260032219569 0 0 16781312 2 18446604453907800448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 4363344

Child status: 0
Real time (s): 2.08014
CPU time (s): 10.4784
CPU user time (s): 10.3164
CPU system time (s): 0.161975
CPU usage (%): 503.735
Max. virtual memory (cumulated for all children) (KiB): 4363344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3164
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31984
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= 2537
involuntary context switches= 1115

runsolver used 0.008998 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-16 20:41:44
IDJOB=3385633
IDBENCH=82898
IDSOLVER=1870
FILE ID=node110/3385633-1305571304
RUNJOBID= node110-1305564966-18371
PBS_JOBID= 13350140
Free space on /tmp= 73508 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1223020224-097.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-3385633-1305571304/watcher-3385633-1305571304 -o /tmp/evaluation-result-3385633-1305571304/solver-3385633-1305571304 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385633-1305571304.cnf -seed 1214991014 -budget 40000 -cores 8

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

MD5SUM BENCH= 9e24719e5efd9c5e96f374a33a1fed5d
RANDOM SEED=1214991014

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.830
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.76
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.830
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.830
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.830
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:      25451944 kB
Buffers:        285604 kB
Cached:        3251548 kB
SwapCached:       1416 kB
Active:        4003724 kB
Inactive:      3162704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25451944 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           32324 kB
Writeback:           0 kB
AnonPages:     3628320 kB
Mapped:          28116 kB
Slab:           238016 kB
PageTables:      27808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75914772 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= 73476 MiB
End job on node110 at 2011-05-16 20:41:47