Trace number 3377869

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1300.43 1300.05

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1015.28
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

0.39/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.65	c INFO: solving HOME/instance-3377869-1305457346.cnf
0.39/0.65	c INFO: computing task features
6.38/6.67	c INFO: computed variable-clause graph statistics
6.58/6.89	c INFO: computed clause balance statistics
31.38/31.65	c INFO: computed variable balance statistics
49.98/50.20	c INFO: computed small-clause counts
50.58/50.87	c INFO: computed Horn-clause counts
285.89/286.11	c INFO: computed variable graph statistics
285.89/286.11	c INFO: collected features for HOME/instance-3377869-1305457346.cnf in 285.32 s
285.89/286.12	c INFO: running lingeling-276@0 for 194 with 2114 remaining (b = 0.83)
480.68/480.58	c INFO: running lingeling-276@0 for 97 with 1920 remaining (b = 0.67)
580.98/580.84	c INFO: running cryptominisat-2.9.0@0 for 1820 with 1820 remaining (b = 0.65)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3377869-1305457346/watcher-3377869-1305457346 -o /tmp/evaluation-result-3377869-1305457346/solver-3377869-1305457346 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377869-1305457346.cnf -seed 1275953254 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.45 3.90 3.87 4/296 17168
/proc/meminfo: memFree=20968008/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=15380 CPUtime=0 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 810 0 0 0 0 0 0 0 17 0 1 0 657332991 15749120 696 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/17168/statm: 3845 696 334 364 0 332 0

[startup+0.029655 s]
/proc/loadavg: 3.45 3.90 3.87 4/296 17168
/proc/meminfo: memFree=20968008/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=16392 CPUtime=0.01 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 1114 0 0 0 1 0 0 0 17 0 1 0 657332991 16785408 983 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/17168/statm: 4098 983 408 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100654 s]
/proc/loadavg: 3.45 3.90 3.87 4/296 17168
/proc/meminfo: memFree=20968008/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=38900 CPUtime=0.05 cores=0,2
/proc/17168/stat : 17168 (python) D 17166 17168 17096 0 -1 4202496 1663 0 0 0 3 2 0 0 17 0 1 0 657332991 39833600 1490 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17168/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38900

[startup+0.300559 s]
/proc/loadavg: 3.45 3.90 3.87 4/296 17168
/proc/meminfo: memFree=20968008/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=128856 CPUtime=0.18 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 5604 933 1 0 12 6 0 0 18 0 1 0 657332991 131948544 4019 33554432000 4194304 5683644 140735909908928 18446744073709551615 232330968711 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/17168/statm: 32214 4019 1011 364 0 2993 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 128856

[startup+0.700511 s]
/proc/loadavg: 3.45 3.90 3.87 4/296 17168
/proc/meminfo: memFree=20968008/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=307904 CPUtime=0.47 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 16629 933 1 0 31 16 0 0 17 0 1 0 657332991 315293696 14300 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247199466492 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17168/statm: 76976 14300 1761 364 0 12900 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 307904

[startup+1.50038 s]
/proc/loadavg: 3.33 3.87 3.86 5/297 17173
/proc/meminfo: memFree=20737452/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=359412 CPUtime=1.28 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 29119 933 1 0 110 18 0 0 18 0 1 0 657332991 368037888 26790 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247199476503 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 89853 26791 1761 364 0 25777 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 359412

[startup+3.26208 s]
/proc/loadavg: 3.33 3.87 3.86 5/297 17173
/proc/meminfo: memFree=20737452/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=467660 CPUtime=3.03 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 56309 933 1 0 282 21 0 0 21 0 1 0 657332991 478883840 53980 33554432000 4194304 5683644 140735909908928 18446744073709551615 4571323 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 116915 53981 1761 364 0 52839 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 467660

[startup+6.30053 s]
/proc/loadavg: 3.79 3.95 3.88 5/297 17173
/proc/meminfo: memFree=20126528/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=6.08 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117908 933 1 0 579 29 0 0 25 0 1 0 657332991 590733312 81596 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335589131 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81596 1815 364 0 80146 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 576888

[startup+12.7004 s]
/proc/loadavg: 3.81 3.95 3.88 5/300 17176
/proc/meminfo: memFree=20130188/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=12.48 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117920 933 1 0 1219 29 0 0 25 0 1 0 657332991 590733312 81607 33554432000 4194304 5683644 140735909908928 18446744073709551615 5005930 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81607 1826 364 0 80146 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 576888

[startup+25.5011 s]
/proc/loadavg: 3.76 3.94 3.88 5/300 17212
/proc/meminfo: memFree=20212352/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=25.28 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117920 933 1 0 2499 29 0 0 25 0 1 0 657332991 590733312 81607 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247031392539 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81607 1826 364 0 80146 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 576888

[startup+51.1106 s]
/proc/loadavg: 3.91 3.96 3.89 5/303 17215
/proc/meminfo: memFree=20171236/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=50.89 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117927 933 1 0 5060 29 0 0 25 0 1 0 657332991 590733312 81614 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247028615296 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 576888

[startup+102.3 s]
/proc/loadavg: 4.11 4.01 3.91 5/303 17217
/proc/meminfo: memFree=20153996/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=102.08 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117927 933 1 0 10179 29 0 0 25 0 1 0 657332991 590733312 81614 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247028615308 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 576888

[startup+162.301 s]
/proc/loadavg: 4.08 4.02 3.91 5/306 17224
/proc/meminfo: memFree=20086092/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=162.08 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117927 933 1 0 16179 29 0 0 25 0 1 0 657332991 590733312 81614 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247028615296 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 576888

[startup+222.3 s]
/proc/loadavg: 4.03 4.01 3.91 5/306 17226
/proc/meminfo: memFree=20103676/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=222.08 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117927 933 1 0 22179 29 0 0 25 0 1 0 657332991 590733312 81614 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247028615308 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 576888

[startup+282.301 s]
/proc/loadavg: 4.07 4.02 3.92 5/306 17227
/proc/meminfo: memFree=20094220/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=576888 CPUtime=282.09 cores=0,2
/proc/17168/stat : 17168 (python) R 17166 17168 17096 0 -1 4202496 117927 933 1 0 28180 29 0 0 25 0 1 0 657332991 590733312 81614 33554432000 4194304 5683644 140735909908928 18446744073709551615 47247028615296 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17168/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 576888

[startup+342.301 s]
/proc/loadavg: 4.09 4.04 3.93 5/309 17232
/proc/meminfo: memFree=20006732/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=564452 CPUtime=285.92 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 118223 933 1 0 28562 30 0 0 25 0 2 0 657332991 577998848 75984 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17168/statm: 141113 75984 1875 364 0 77031 0
[pid=17229] ppid=17168 vsize=554208 CPUtime=0.12 cores=0,2
/proc/17229/stat : 17229 (python) S 17168 17168 17096 0 -1 4202560 913 0 0 0 7 5 0 0 18 0 1 0 657361603 567508992 74481 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335912463 0 0 16781312 514 10039086519362224388 0 0 17 2 0 0 0
/proc/17229/statm: 138552 74481 376 364 0 74470 0
[pid=17231] ppid=17229 vsize=94900 CPUtime=56.14 cores=0,2
/proc/17231/stat : 17231 (lingeling) R 17229 17231 17231 0 -1 4202496 57567 0 0 0 5607 7 0 0 25 0 1 0 657361605 97177600 20847 33554432000 4194304 4352236 140734895788016 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17231/statm: 23725 20847 129 39 0 22805 0
[pid=17168/tid=17230] ppid=17166 vsize=564452 CPUtime=0 cores=0,2
/proc/17168/task/17230/stat : 17230 (python) S 17166 17168 17096 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 657361604 577998848 75984 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1213560

[startup+402.301 s]
/proc/loadavg: 4.03 4.03 3.93 5/309 17234
/proc/meminfo: memFree=20021184/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=564452 CPUtime=285.92 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 118223 933 1 0 28562 30 0 0 25 0 2 0 657332991 577998848 75984 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17168/statm: 141113 75984 1875 364 0 77031 0
[pid=17229] ppid=17168 vsize=554208 CPUtime=0.25 cores=0,2
/proc/17229/stat : 17229 (python) S 17168 17168 17096 0 -1 4202560 938 0 0 0 13 12 0 0 18 0 1 0 657361603 567508992 74481 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335912463 0 0 16781312 514 10039086519362224388 0 0 17 2 0 0 0
/proc/17229/statm: 138552 74481 376 364 0 74470 0
[pid=17231] ppid=17229 vsize=97692 CPUtime=116.14 cores=0,2
/proc/17231/stat : 17231 (lingeling) R 17229 17231 17231 0 -1 4202496 58318 0 0 0 11607 7 0 0 25 0 1 0 657361605 100036608 21545 33554432000 4194304 4352236 140734895788016 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17231/statm: 24423 21545 129 39 0 23503 0
[pid=17168/tid=17230] ppid=17166 vsize=564452 CPUtime=0 cores=0,2
/proc/17168/task/17230/stat : 17230 (python) S 17166 17168 17096 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 657361604 577998848 75984 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1216352

[startup+462.301 s]
/proc/loadavg: 4.13 4.06 3.94 5/313 17239
/proc/meminfo: memFree=19923288/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=564452 CPUtime=285.92 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 118223 933 1 0 28562 30 0 0 25 0 2 0 657332991 577998848 75984 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17168/statm: 141113 75984 1875 364 0 77031 0
[pid=17229] ppid=17168 vsize=554208 CPUtime=0.38 cores=0,2
/proc/17229/stat : 17229 (python) S 17168 17168 17096 0 -1 4202560 955 0 0 0 20 18 0 0 18 0 1 0 657361603 567508992 74481 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335912463 0 0 16781312 514 10039086519362224388 0 0 17 2 0 0 0
/proc/17229/statm: 138552 74481 376 364 0 74470 0
[pid=17231] ppid=17229 vsize=94168 CPUtime=176.15 cores=0,2
/proc/17231/stat : 17231 (lingeling) R 17229 17231 17231 0 -1 4202496 61010 0 0 0 17607 8 0 0 25 0 1 0 657361605 96428032 22711 33554432000 4194304 4352236 140734895788016 18446744073709551615 4328406 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17231/statm: 23542 22711 129 39 0 22622 0

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

[startup+1122.3 s]
/proc/loadavg: 4.13 4.09 4.01 5/341 17285
/proc/meminfo: memFree=15537624/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=584964 CPUtime=285.96 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 119823 933 1 0 28564 32 0 0 19 0 4 0 657332991 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17168/statm: 146241 75997 1880 364 0 82153 0
[pid=17229] ppid=17168 vsize=564452 CPUtime=0.43 cores=0,2
/proc/17229/stat : 17229 (python) S 17168 17168 17096 0 -1 4202560 1192 0 0 0 23 20 0 0 19 0 2 0 657361603 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17229/statm: 141113 74524 414 364 0 77031 0
[pid=17231] ppid=17229 vsize=94168 CPUtime=194.42 cores=0,2
/proc/17231/stat : 17231 (lingeling) T 17229 17231 17231 0 -1 4202496 61010 0 0 0 19434 8 0 0 25 0 1 0 657361605 96428032 22711 33554432000 4194304 4352236 140734895788016 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17231/statm: 23542 22711 129 39 0 22622 0
[pid=17229/tid=17241] ppid=17168 vsize=564452 CPUtime=0 cores=0,2
/proc/17229/task/17241/stat : 17241 (python) S 17168 17168 17096 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 657381048 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604451363438656 0 0 -1 2 0 0 0
[pid=17242] ppid=17168 vsize=564464 CPUtime=0.24 cores=0,2
/proc/17242/stat : 17242 (python) S 17168 17168 17096 0 -1 4202560 1099 0 0 0 12 12 0 0 19 0 2 0 657381049 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17242/statm: 141116 74509 399 364 0 77031 0
[pid=17244] ppid=17242 vsize=97724 CPUtime=99.99 cores=0,2
/proc/17244/stat : 17244 (lingeling) T 17242 17244 17244 0 -1 4202496 58424 0 0 0 9990 9 0 0 25 0 1 0 657381050 100069376 21554 33554432000 4194304 4352236 140736496701264 18446744073709551615 4257285 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17244/statm: 24431 21554 129 39 0 23511 0
[pid=17242/tid=17251] ppid=17168 vsize=564464 CPUtime=0 cores=0,2
/proc/17242/task/17251/stat : 17251 (python) S 17168 17168 17096 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657391074 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604446493979584 0 0 -1 2 0 0 0
[pid=17252] ppid=17168 vsize=574720 CPUtime=1.41 cores=0,2
/proc/17252/stat : 17252 (python) S 17168 17168 17096 0 -1 4202560 1006 0 0 0 81 60 0 0 15 0 1 0 657391075 588513280 74483 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335912518 0 0 16781312 514 2741262812247458051 0 0 17 0 0 0 0
/proc/17252/statm: 143680 74483 370 364 0 79592 0
[pid=17254] ppid=17252 vsize=2235092 CPUtime=540.18 cores=0,2
/proc/17254/stat : 17254 (cryptominisat-2) R 17252 17254 17254 0 -1 4202496 477666 0 0 0 53940 78 0 0 25 0 1 0 657391076 2288734208 433267 33554432000 4194304 4677096 140736492194080 18446744073709551615 4462533 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17254/statm: 558773 433267 393 118 0 553732 0
[pid=17168/tid=17230] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17230/stat : 17230 (python) S 17166 17168 17096 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 657361604 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17243] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17243/stat : 17243 (python) S 17166 17168 17096 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 4 0 657381050 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17253] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17253/stat : 17253 (python) S 17166 17168 17096 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 4 0 657391076 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1122.63
Current children cumulated vsize (KiB) 4715584

[startup+1182.3 s]
/proc/loadavg: 4.05 4.07 4.00 5/341 17287
/proc/meminfo: memFree=15401184/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=584964 CPUtime=285.96 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 119823 933 1 0 28564 32 0 0 19 0 4 0 657332991 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17168/statm: 146241 75997 1880 364 0 82153 0
[pid=17229] ppid=17168 vsize=564452 CPUtime=0.43 cores=0,2
/proc/17229/stat : 17229 (python) S 17168 17168 17096 0 -1 4202560 1192 0 0 0 23 20 0 0 19 0 2 0 657361603 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17229/statm: 141113 74524 414 364 0 77031 0
[pid=17231] ppid=17229 vsize=94168 CPUtime=194.42 cores=0,2
/proc/17231/stat : 17231 (lingeling) T 17229 17231 17231 0 -1 4202496 61010 0 0 0 19434 8 0 0 25 0 1 0 657361605 96428032 22711 33554432000 4194304 4352236 140734895788016 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17231/statm: 23542 22711 129 39 0 22622 0
[pid=17229/tid=17241] ppid=17168 vsize=564452 CPUtime=0 cores=0,2
/proc/17229/task/17241/stat : 17241 (python) S 17168 17168 17096 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 657381048 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604451363438656 0 0 -1 2 0 0 0
[pid=17242] ppid=17168 vsize=564464 CPUtime=0.24 cores=0,2
/proc/17242/stat : 17242 (python) S 17168 17168 17096 0 -1 4202560 1099 0 0 0 12 12 0 0 19 0 2 0 657381049 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17242/statm: 141116 74509 399 364 0 77031 0
[pid=17244] ppid=17242 vsize=97724 CPUtime=99.99 cores=0,2
/proc/17244/stat : 17244 (lingeling) T 17242 17244 17244 0 -1 4202496 58424 0 0 0 9990 9 0 0 25 0 1 0 657381050 100069376 21554 33554432000 4194304 4352236 140736496701264 18446744073709551615 4257285 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17244/statm: 24431 21554 129 39 0 23511 0
[pid=17242/tid=17251] ppid=17168 vsize=564464 CPUtime=0 cores=0,2
/proc/17242/task/17251/stat : 17251 (python) S 17168 17168 17096 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657391074 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604446493979584 0 0 -1 2 0 0 0
[pid=17252] ppid=17168 vsize=574720 CPUtime=1.58 cores=0,2
/proc/17252/stat : 17252 (python) S 17168 17168 17096 0 -1 4202560 1007 0 0 0 91 67 0 0 15 0 1 0 657391075 588513280 74483 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335912518 0 0 16781312 514 10039086519362224387 0 0 17 0 0 0 0
/proc/17252/statm: 143680 74483 370 364 0 79592 0
[pid=17254] ppid=17252 vsize=2253468 CPUtime=600.04 cores=0,2
/proc/17254/stat : 17254 (cryptominisat-2) R 17252 17254 17254 0 -1 4202496 491174 0 0 0 59922 82 0 0 25 0 1 0 657391076 2307551232 438353 33554432000 4194304 4677096 140736492194080 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17254/statm: 563367 438353 393 118 0 558326 0
[pid=17168/tid=17230] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17230/stat : 17230 (python) S 17166 17168 17096 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 657361604 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17243] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17243/stat : 17243 (python) S 17166 17168 17096 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 4 0 657381050 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17253] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17253/stat : 17253 (python) S 17166 17168 17096 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 4 0 657391076 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.66
Current children cumulated vsize (KiB) 4733960

[startup+1242.3 s]
/proc/loadavg: 4.24 4.13 4.02 5/341 17289
/proc/meminfo: memFree=15350540/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=584964 CPUtime=285.96 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 119823 933 1 0 28564 32 0 0 19 0 4 0 657332991 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17168/statm: 146241 75997 1880 364 0 82153 0
[pid=17229] ppid=17168 vsize=564452 CPUtime=0.43 cores=0,2
/proc/17229/stat : 17229 (python) S 17168 17168 17096 0 -1 4202560 1192 0 0 0 23 20 0 0 19 0 2 0 657361603 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17229/statm: 141113 74524 414 364 0 77031 0
[pid=17231] ppid=17229 vsize=94168 CPUtime=194.42 cores=0,2
/proc/17231/stat : 17231 (lingeling) T 17229 17231 17231 0 -1 4202496 61010 0 0 0 19434 8 0 0 25 0 1 0 657361605 96428032 22711 33554432000 4194304 4352236 140734895788016 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17231/statm: 23542 22711 129 39 0 22622 0
[pid=17229/tid=17241] ppid=17168 vsize=564452 CPUtime=0 cores=0,2
/proc/17229/task/17241/stat : 17241 (python) S 17168 17168 17096 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 657381048 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604451363438656 0 0 -1 2 0 0 0
[pid=17242] ppid=17168 vsize=564464 CPUtime=0.24 cores=0,2
/proc/17242/stat : 17242 (python) S 17168 17168 17096 0 -1 4202560 1099 0 0 0 12 12 0 0 19 0 2 0 657381049 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17242/statm: 141116 74509 399 364 0 77031 0
[pid=17244] ppid=17242 vsize=97724 CPUtime=99.99 cores=0,2
/proc/17244/stat : 17244 (lingeling) T 17242 17244 17244 0 -1 4202496 58424 0 0 0 9990 9 0 0 25 0 1 0 657381050 100069376 21554 33554432000 4194304 4352236 140736496701264 18446744073709551615 4257285 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17244/statm: 24431 21554 129 39 0 23511 0
[pid=17242/tid=17251] ppid=17168 vsize=564464 CPUtime=0 cores=0,2
/proc/17242/task/17251/stat : 17251 (python) S 17168 17168 17096 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657391074 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604446493979584 0 0 -1 2 0 0 0
[pid=17252] ppid=17168 vsize=574720 CPUtime=1.73 cores=0,2
/proc/17252/stat : 17252 (python) S 17168 17168 17096 0 -1 4202560 1007 0 0 0 99 74 0 0 15 0 1 0 657391075 588513280 74483 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335912518 0 0 16781312 514 10039086519362224387 0 0 17 0 0 0 0
/proc/17252/statm: 143680 74483 370 364 0 79592 0
[pid=17254] ppid=17252 vsize=2278552 CPUtime=659.95 cores=0,2
/proc/17254/stat : 17254 (cryptominisat-2) R 17252 17254 17254 0 -1 4202496 501890 0 0 0 65909 86 0 0 25 0 1 0 657391076 2333237248 445775 33554432000 4194304 4677096 140736492194080 18446744073709551615 4317775 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17254/statm: 569638 445775 393 118 0 564597 0
[pid=17168/tid=17230] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17230/stat : 17230 (python) S 17166 17168 17096 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 657361604 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17243] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17243/stat : 17243 (python) S 17166 17168 17096 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 4 0 657381050 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17253] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17253/stat : 17253 (python) S 17166 17168 17096 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 4 0 657391076 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1242.72
Current children cumulated vsize (KiB) 4759044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.11 4.02 3/319 17293
/proc/meminfo: memFree=18289972/32951124 swapFree=66457188/67111528
[pid=17168] ppid=17166 vsize=584964 CPUtime=285.96 cores=0,2
/proc/17168/stat : 17168 (python) S 17166 17168 17096 0 -1 4202496 119823 933 1 0 28564 32 0 0 19 0 4 0 657332991 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17168/statm: 146241 75997 1880 364 0 82153 0
[pid=17229] ppid=17168 vsize=564452 CPUtime=0.43 cores=0,2
/proc/17229/stat : 17229 (python) S 17168 17168 17096 0 -1 4202560 1192 0 0 0 23 20 0 0 19 0 2 0 657361603 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17229/statm: 141113 74524 414 364 0 77031 0
[pid=17231] ppid=17229 vsize=94168 CPUtime=194.42 cores=0,2
/proc/17231/stat : 17231 (lingeling) T 17229 17231 17231 0 -1 4202496 61010 0 0 0 19434 8 0 0 25 0 1 0 657361605 96428032 22711 33554432000 4194304 4352236 140734895788016 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17231/statm: 23542 22711 129 39 0 22622 0
[pid=17229/tid=17241] ppid=17168 vsize=564452 CPUtime=0 cores=0,2
/proc/17229/task/17241/stat : 17241 (python) S 17168 17168 17096 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 657381048 577998848 74524 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604451363438656 0 0 -1 2 0 0 0
[pid=17242] ppid=17168 vsize=564464 CPUtime=0.24 cores=0,2
/proc/17242/stat : 17242 (python) S 17168 17168 17096 0 -1 4202560 1099 0 0 0 12 12 0 0 19 0 2 0 657381049 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17242/statm: 141116 74509 399 364 0 77031 0
[pid=17244] ppid=17242 vsize=97724 CPUtime=99.99 cores=0,2
/proc/17244/stat : 17244 (lingeling) T 17242 17244 17244 0 -1 4202496 58424 0 0 0 9990 9 0 0 25 0 1 0 657381050 100069376 21554 33554432000 4194304 4352236 140736496701264 18446744073709551615 4257285 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17244/statm: 24431 21554 129 39 0 23511 0
[pid=17242/tid=17251] ppid=17168 vsize=564464 CPUtime=0 cores=0,2
/proc/17242/task/17251/stat : 17251 (python) S 17168 17168 17096 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657391074 578011136 74509 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 514 18446604446493979584 0 0 -1 2 0 0 0
[pid=17252] ppid=17168 vsize=574720 CPUtime=1.88 cores=0,2
/proc/17252/stat : 17252 (python) S 17168 17168 17096 0 -1 4202560 1007 0 0 0 107 81 0 0 15 0 1 0 657391075 588513280 74483 33554432000 4194304 5683644 140735909908928 18446744073709551615 232335912518 0 0 16781312 514 10039086519362224387 0 0 17 0 0 0 0
/proc/17252/statm: 143680 74483 370 364 0 79592 0
[pid=17254] ppid=17252 vsize=2281608 CPUtime=717.51 cores=0,2
/proc/17254/stat : 17254 (cryptominisat-2) R 17252 17254 17254 0 -1 4202496 509750 0 0 0 71663 88 0 0 25 0 1 0 657391076 2336366592 445127 33554432000 4194304 4677096 140736492194080 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17254/statm: 570402 445127 393 118 0 565361 0
[pid=17168/tid=17230] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17230/stat : 17230 (python) S 17166 17168 17096 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 4 0 657361604 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17243] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17243/stat : 17243 (python) S 17166 17168 17096 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 4 0 657381050 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 0 0 0 0
[pid=17168/tid=17253] ppid=17166 vsize=584964 CPUtime=0 cores=0,2
/proc/17168/task/17253/stat : 17253 (python) S 17166 17168 17096 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 4 0 657391076 599003136 75997 33554432000 4194304 5683644 140735909908928 18446744073709551615 232347716017 0 0 16781312 2 18446604452326947008 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.43
Current children cumulated vsize (KiB) 4762100

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17168 and gives
#  childrusage.ru_utime.tv_sec=285
#  childrusage.ru_utime.tv_usec=644575
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=340948
# CPU time returned by wait4() is 285.986
# while last known CPU time is 1300.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 1300.43
CPU user time (s): 1297.93
CPU system time (s): 2.5
CPU usage (%): 100.029
Max. virtual memory (cumulated for all children) (KiB): 4781564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 285.645
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120756
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= 7838
involuntary context switches= 1206

runsolver used 4.04538 second user time and 8.48771 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 13:02:28
IDJOB=3377869
IDBENCH=84246
IDSOLVER=1858
FILE ID=node132/3377869-1305457346
RUNJOBID= node132-1305457346-17114
PBS_JOBID= 13324896
Free space on /tmp= 73208 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377869-1305457346/watcher-3377869-1305457346 -o /tmp/evaluation-result-3377869-1305457346/solver-3377869-1305457346 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377869-1305457346.cnf -seed 1275953254 -budget 2400

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1275953254

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.67
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20968684 kB
Buffers:        298768 kB
Cached:        6070752 kB
SwapCached:       6904 kB
Active:        5246792 kB
Inactive:      6416792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20968684 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:          197920 kB
Writeback:           0 kB
AnonPages:     5291064 kB
Mapped:          22692 kB
Slab:           228728 kB
PageTables:      25784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34850604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73280 MiB
End job on node132 at 2011-05-15 13:24:10