Trace number 3377875

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.99 1300.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

0.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.29/0.49	c INFO: solving HOME/instance-3377875-1305452584.cnf
0.29/0.49	c INFO: computing task features
5.28/5.43	c INFO: computed variable-clause graph statistics
5.39/5.59	c INFO: computed clause balance statistics
27.48/27.65	c INFO: computed variable balance statistics
44.38/44.57	c INFO: computed small-clause counts
44.88/45.05	c INFO: computed Horn-clause counts
152.69/152.85	c INFO: computed variable graph statistics
152.69/152.85	c INFO: collected features for HOME/instance-3377875-1305452584.cnf in 152.20 s
152.69/152.86	c INFO: running lingeling-276@0 for 291 with 2247 remaining (b = 0.29)
445.41/445.58	c INFO: running lingeling-276@291 for 291 with 1955 remaining (b = 0.20)
739.18/739.27	c INFO: running cryptominisat-2.9.0@0 for 1662 with 1662 remaining (b = 0.53)

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-3377875-1305452584/watcher-3377875-1305452584 -o /tmp/evaluation-result-3377875-1305452584/solver-3377875-1305452584 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377875-1305452584.cnf -seed 1938530363 -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.13 2.59 3.06 5/328 19008
/proc/meminfo: memFree=25926524/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=15184 CPUtime=0 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 711 0 0 0 0 0 0 0 21 0 1 0 389449793 15548416 603 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660660224 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 3797 603 319 364 0 284 0

[startup+0.0257271 s]
/proc/loadavg: 3.13 2.59 3.06 5/328 19008
/proc/meminfo: memFree=25926524/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=16396 CPUtime=0.01 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 1153 0 0 0 1 0 0 0 21 0 1 0 389449793 16789504 1019 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/19008/statm: 4100 1021 413 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100727 s]
/proc/loadavg: 3.13 2.59 3.06 5/328 19008
/proc/meminfo: memFree=25926524/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=101744 CPUtime=0.06 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 2930 0 0 0 5 1 0 0 17 0 1 0 389449793 104185856 2627 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660323013 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101744

[startup+0.300692 s]
/proc/loadavg: 3.13 2.59 3.06 5/328 19008
/proc/meminfo: memFree=25926524/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=154344 CPUtime=0.22 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 6362 932 1 0 17 5 0 0 17 0 1 0 389449793 158048256 4474 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660705415 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 38586 4474 1250 364 0 3214 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 154344

[startup+0.700619 s]
/proc/loadavg: 3.13 2.59 3.06 5/328 19008
/proc/meminfo: memFree=25926524/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=314988 CPUtime=0.58 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 18346 932 1 0 50 8 0 0 17 0 1 0 389449793 322547712 16014 33554432000 4194304 5683644 140735038236496 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 78747 16014 1761 364 0 14671 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 314988

[startup+1.50046 s]
/proc/loadavg: 3.20 2.61 3.06 5/329 19013
/proc/meminfo: memFree=25849000/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=367408 CPUtime=1.38 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 31061 932 1 0 128 10 0 0 18 0 1 0 389449793 376225792 28729 33554432000 4194304 5683644 140735038236496 18446744073709551615 4302592 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 91852 28729 1761 364 0 27776 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 367408

[startup+3.10021 s]
/proc/loadavg: 3.20 2.61 3.06 5/329 19013
/proc/meminfo: memFree=25780428/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=466060 CPUtime=2.98 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 55435 932 1 0 284 14 0 0 21 0 1 0 389449793 477245440 53103 33554432000 4194304 5683644 140735038236496 18446744073709551615 4602547 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 116515 53103 1761 364 0 52439 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 466060

[startup+6.30064 s]
/proc/loadavg: 3.20 2.61 3.06 5/329 19013
/proc/meminfo: memFree=25628528/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553668 CPUtime=6.18 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 109047 932 1 0 596 22 0 0 25 0 1 0 389449793 566956032 75802 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660321077 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 138417 75802 1826 364 0 74341 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 553668

[startup+12.7005 s]
/proc/loadavg: 3.32 2.65 3.07 5/329 19014
/proc/meminfo: memFree=25629040/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553668 CPUtime=12.58 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 109047 932 1 0 1236 22 0 0 25 0 1 0 389449793 566956032 75802 33554432000 4194304 5683644 140735038236496 18446744073709551615 4619968 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 138417 75802 1826 364 0 74341 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 553668

[startup+25.5003 s]
/proc/loadavg: 3.50 2.71 3.09 5/329 19014
/proc/meminfo: memFree=25629440/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553668 CPUtime=25.38 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 109047 932 1 0 2516 22 0 0 25 0 1 0 389449793 566956032 75802 33554432000 4194304 5683644 140735038236496 18446744073709551615 47672950967103 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 138417 75802 1826 364 0 74341 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 553668

[startup+51.1008 s]
/proc/loadavg: 3.67 2.82 3.11 5/332 19018
/proc/meminfo: memFree=25583720/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553668 CPUtime=50.98 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 109054 932 1 0 5076 22 0 0 25 0 1 0 389449793 566956032 75809 33554432000 4194304 5683644 140735038236496 18446744073709551615 47672948091008 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 138417 75809 1833 364 0 74341 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 553668

[startup+102.312 s]
/proc/loadavg: 3.87 3.01 3.16 5/338 19025
/proc/meminfo: memFree=25464684/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553668 CPUtime=102.19 cores=0,2
/proc/19008/stat : 19008 (python) R 19006 19008 17988 0 -1 4202496 109054 932 1 0 10196 23 0 0 25 0 1 0 389449793 566956032 75809 33554432000 4194304 5683644 140735038236496 18446744073709551615 47672948091020 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19008/statm: 138417 75809 1833 364 0 74341 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 553668

[startup+162.301 s]
/proc/loadavg: 4.00 3.20 3.21 5/341 19030
/proc/meminfo: memFree=25393524/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=543128 CPUtime=152.76 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 109338 932 1 0 15252 24 0 0 25 0 2 0 389449793 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19008/statm: 135782 70645 1867 364 0 71700 0
[pid=19027] ppid=19008 vsize=532884 CPUtime=0.01 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 389465080 545673216 69150 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682255 0 0 16781312 514 881694255439905028 0 0 17 0 0 0 0
/proc/19027/statm: 133221 69150 376 364 0 69139 0
[pid=19029] ppid=19027 vsize=54576 CPUtime=9.39 cores=0,2
/proc/19029/stat : 19029 (lingeling) R 19027 19029 19029 0 -1 4202496 32246 0 0 0 935 4 0 0 25 0 1 0 389465081 55885824 12814 33554432000 4194304 4352236 140736414405408 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19029/statm: 13644 12814 129 39 0 12724 0
[pid=19008/tid=19028] ppid=19006 vsize=543128 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 389465081 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 1130588

[startup+222.301 s]
/proc/loadavg: 4.00 3.35 3.26 5/341 19031
/proc/meminfo: memFree=25411228/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=543128 CPUtime=152.76 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 109338 932 1 0 15252 24 0 0 25 0 2 0 389449793 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19008/statm: 135782 70645 1867 364 0 71700 0
[pid=19027] ppid=19008 vsize=532884 CPUtime=0.17 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 933 0 0 0 10 7 0 0 18 0 1 0 389465080 545673216 69150 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682255 0 0 16781312 514 13121642134622929156 0 0 17 0 0 0 0
/proc/19027/statm: 133221 69150 376 364 0 69139 0
[pid=19029] ppid=19027 vsize=36208 CPUtime=69.24 cores=0,2
/proc/19029/stat : 19029 (lingeling) R 19027 19029 19029 0 -1 4202496 32273 0 0 0 6920 4 0 0 25 0 1 0 389465081 37076992 8222 33554432000 4194304 4352236 140736414405408 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19029/statm: 9052 8222 129 39 0 8132 0
[pid=19008/tid=19028] ppid=19006 vsize=543128 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 389465081 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 1112220

[startup+282.301 s]
/proc/loadavg: 4.00 3.46 3.30 5/341 19033
/proc/meminfo: memFree=25409848/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=543128 CPUtime=152.76 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 109338 932 1 0 15252 24 0 0 25 0 2 0 389449793 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19008/statm: 135782 70645 1867 364 0 71700 0
[pid=19027] ppid=19008 vsize=532884 CPUtime=0.32 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 954 0 0 0 19 13 0 0 18 0 1 0 389465080 545673216 69150 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682255 0 0 16781312 514 13121642134622929156 0 0 17 0 0 0 0
/proc/19027/statm: 133221 69150 376 364 0 69139 0
[pid=19029] ppid=19027 vsize=40292 CPUtime=129.09 cores=0,2
/proc/19029/stat : 19029 (lingeling) R 19027 19029 19029 0 -1 4202496 35356 0 0 0 12905 4 0 0 25 0 1 0 389465081 41259008 9243 33554432000 4194304 4352236 140736414405408 18446744073709551615 4276475 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19029/statm: 10073 9243 129 39 0 9153 0
[pid=19008/tid=19028] ppid=19006 vsize=543128 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 389465081 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1116304

[startup+342.301 s]
/proc/loadavg: 4.11 3.59 3.36 5/342 19035
/proc/meminfo: memFree=25408088/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=543128 CPUtime=152.76 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 109338 932 1 0 15252 24 0 0 25 0 2 0 389449793 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19008/statm: 135782 70645 1867 364 0 71700 0
[pid=19027] ppid=19008 vsize=532884 CPUtime=0.46 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 973 0 0 0 26 20 0 0 18 0 1 0 389465080 545673216 69150 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682255 0 0 16781312 514 13121642134622929156 0 0 17 0 0 0 0
/proc/19027/statm: 133221 69150 376 364 0 69139 0
[pid=19029] ppid=19027 vsize=40292 CPUtime=188.96 cores=0,2
/proc/19029/stat : 19029 (lingeling) R 19027 19029 19029 0 -1 4202496 38437 0 0 0 18891 5 0 0 25 0 1 0 389465081 41259008 9243 33554432000 4194304 4352236 140736414405408 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19029/statm: 10073 9243 129 39 0 9153 0
[pid=19008/tid=19028] ppid=19006 vsize=543128 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 389465081 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1116304

[startup+402.301 s]
/proc/loadavg: 4.04 3.66 3.39 5/344 19039
/proc/meminfo: memFree=25406320/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=543128 CPUtime=152.76 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 109338 932 1 0 15252 24 0 0 25 0 2 0 389449793 556163072 70645 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

[pid=19125] ppid=19008 vsize=543140 CPUtime=0.76 cores=0,2
/proc/19125/stat : 19125 (python) S 19008 19008 17988 0 -1 4202560 1020 0 0 0 41 35 0 0 15 0 1 0 389523721 556175360 69148 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682310 0 0 16781312 514 13121642134622929153 0 0 17 0 0 0 0
/proc/19125/statm: 135785 69148 370 364 0 71700 0
[pid=19127] ppid=19125 vsize=844716 CPUtime=262.53 cores=0,2
/proc/19127/stat : 19127 (cryptominisat-2) R 19125 19127 19127 0 -1 4202496 290204 0 0 0 26216 37 0 0 25 0 1 0 389523722 864989184 178836 33554432000 4194304 4677096 140733839248880 18446744073709551615 4319804 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19127/statm: 211179 178836 394 118 0 206138 0
[pid=19008/tid=19028] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 389465081 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
[pid=19008/tid=19126] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19126/stat : 19126 (python) S 19006 19008 17988 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 389523722 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1002.53
Current children cumulated vsize (KiB) 2538100

[startup+1062.3 s]
/proc/loadavg: 2.09 2.93 3.28 3/331 19179
/proc/meminfo: memFree=25376700/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553384 CPUtime=152.78 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 110211 932 1 0 15253 25 0 0 20 0 3 0 389449793 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19008/statm: 138346 70660 1878 364 0 74261 0
[pid=19027] ppid=19008 vsize=543128 CPUtime=1.46 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 1220 0 0 0 79 67 0 0 18 0 2 0 389465080 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19027/statm: 135782 69194 415 364 0 71700 0
[pid=19029] ppid=19027 vsize=53732 CPUtime=585 cores=0,2
/proc/19029/stat : 19029 (lingeling) T 19027 19029 19029 0 -1 4202496 54104 0 0 0 58493 7 0 0 25 0 1 0 389465081 55021568 12603 33554432000 4194304 4352236 140736414405408 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19029/statm: 13433 12603 129 39 0 12513 0
[pid=19027/tid=19041] ppid=19008 vsize=543128 CPUtime=0 cores=0,2
/proc/19027/task/19041/stat : 19041 (python) S 19008 19008 17988 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 389494351 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 514 18446604448823011392 0 0 -1 0 0 0 0
[pid=19125] ppid=19008 vsize=543140 CPUtime=0.91 cores=0,2
/proc/19125/stat : 19125 (python) S 19008 19008 17988 0 -1 4202560 1020 0 0 0 49 42 0 0 15 0 1 0 389523721 556175360 69148 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682310 0 0 16781312 514 12680570850412298497 0 0 17 2 0 0 0
/proc/19125/statm: 135785 69148 370 364 0 71700 0
[pid=19127] ppid=19125 vsize=845812 CPUtime=322.5 cores=0,2
/proc/19127/stat : 19127 (cryptominisat-2) R 19125 19127 19127 0 -1 4202496 290212 0 0 0 32213 37 0 0 25 0 1 0 389523722 866111488 178844 33554432000 4194304 4677096 140733839248880 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19127/statm: 211453 178844 394 118 0 206412 0
[pid=19008/tid=19028] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 389465081 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
[pid=19008/tid=19126] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19126/stat : 19126 (python) S 19006 19008 17988 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 389523722 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1062.65
Current children cumulated vsize (KiB) 2539196

[startup+1122.3 s]
/proc/loadavg: 2.07 2.77 3.20 3/335 19193
/proc/meminfo: memFree=24516088/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553384 CPUtime=152.78 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 110211 932 1 0 15253 25 0 0 20 0 3 0 389449793 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19008/statm: 138346 70660 1878 364 0 74261 0
[pid=19027] ppid=19008 vsize=543128 CPUtime=1.46 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 1220 0 0 0 79 67 0 0 18 0 2 0 389465080 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19027/statm: 135782 69194 415 364 0 71700 0
[pid=19029] ppid=19027 vsize=53732 CPUtime=585 cores=0,2
/proc/19029/stat : 19029 (lingeling) T 19027 19029 19029 0 -1 4202496 54104 0 0 0 58493 7 0 0 25 0 1 0 389465081 55021568 12603 33554432000 4194304 4352236 140736414405408 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19029/statm: 13433 12603 129 39 0 12513 0
[pid=19027/tid=19041] ppid=19008 vsize=543128 CPUtime=0 cores=0,2
/proc/19027/task/19041/stat : 19041 (python) S 19008 19008 17988 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 389494351 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 514 18446604448823011392 0 0 -1 0 0 0 0
[pid=19125] ppid=19008 vsize=543140 CPUtime=1.07 cores=0,2
/proc/19125/stat : 19125 (python) S 19008 19008 17988 0 -1 4202560 1027 0 0 0 59 48 0 0 15 0 1 0 389523721 556175360 69149 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682310 0 0 16781312 514 12680570850412298497 0 0 17 2 0 0 0
/proc/19125/statm: 135785 69149 371 364 0 71700 0
[pid=19127] ppid=19125 vsize=846152 CPUtime=382.5 cores=0,2
/proc/19127/stat : 19127 (cryptominisat-2) R 19125 19127 19127 0 -1 4202496 290213 0 0 0 38213 37 0 0 25 0 1 0 389523722 866459648 178845 33554432000 4194304 4677096 140733839248880 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19127/statm: 211538 178845 394 118 0 206497 0
[pid=19008/tid=19028] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 389465081 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
[pid=19008/tid=19126] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19126/stat : 19126 (python) S 19006 19008 17988 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 389523722 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1122.81
Current children cumulated vsize (KiB) 2539536

[startup+1182.3 s]
/proc/loadavg: 2.09 2.64 3.13 3/335 19195
/proc/meminfo: memFree=24216820/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553384 CPUtime=152.78 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 110211 932 1 0 15253 25 0 0 20 0 3 0 389449793 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19008/statm: 138346 70660 1878 364 0 74261 0
[pid=19027] ppid=19008 vsize=543128 CPUtime=1.46 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 1220 0 0 0 79 67 0 0 18 0 2 0 389465080 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19027/statm: 135782 69194 415 364 0 71700 0
[pid=19029] ppid=19027 vsize=53732 CPUtime=585 cores=0,2
/proc/19029/stat : 19029 (lingeling) T 19027 19029 19029 0 -1 4202496 54104 0 0 0 58493 7 0 0 25 0 1 0 389465081 55021568 12603 33554432000 4194304 4352236 140736414405408 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19029/statm: 13433 12603 129 39 0 12513 0
[pid=19027/tid=19041] ppid=19008 vsize=543128 CPUtime=0 cores=0,2
/proc/19027/task/19041/stat : 19041 (python) S 19008 19008 17988 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 389494351 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 514 18446604448823011392 0 0 -1 0 0 0 0
[pid=19125] ppid=19008 vsize=543140 CPUtime=1.23 cores=0,2
/proc/19125/stat : 19125 (python) S 19008 19008 17988 0 -1 4202560 1029 0 0 0 67 56 0 0 15 0 1 0 389523721 556175360 69149 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682310 0 0 16781312 514 12680570850412298497 0 0 17 2 0 0 0
/proc/19125/statm: 135785 69149 371 364 0 71700 0
[pid=19127] ppid=19125 vsize=851288 CPUtime=442.5 cores=0,2
/proc/19127/stat : 19127 (cryptominisat-2) R 19125 19127 19127 0 -1 4202496 291257 0 0 0 44212 38 0 0 25 0 1 0 389523722 871718912 179245 33554432000 4194304 4677096 140733839248880 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19127/statm: 212822 179245 394 118 0 207781 0
[pid=19008/tid=19028] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 389465081 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
[pid=19008/tid=19126] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19126/stat : 19126 (python) S 19006 19008 17988 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 389523722 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.97
Current children cumulated vsize (KiB) 2544672

[startup+1242.3 s]
/proc/loadavg: 2.03 2.52 3.05 3/335 19196
/proc/meminfo: memFree=24122136/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553384 CPUtime=152.78 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 110211 932 1 0 15253 25 0 0 20 0 3 0 389449793 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19008/statm: 138346 70660 1878 364 0 74261 0
[pid=19027] ppid=19008 vsize=543128 CPUtime=1.46 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 1220 0 0 0 79 67 0 0 18 0 2 0 389465080 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19027/statm: 135782 69194 415 364 0 71700 0
[pid=19029] ppid=19027 vsize=53732 CPUtime=585 cores=0,2
/proc/19029/stat : 19029 (lingeling) T 19027 19029 19029 0 -1 4202496 54104 0 0 0 58493 7 0 0 25 0 1 0 389465081 55021568 12603 33554432000 4194304 4352236 140736414405408 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19029/statm: 13433 12603 129 39 0 12513 0
[pid=19027/tid=19041] ppid=19008 vsize=543128 CPUtime=0 cores=0,2
/proc/19027/task/19041/stat : 19041 (python) S 19008 19008 17988 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 389494351 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 514 18446604448823011392 0 0 -1 0 0 0 0
[pid=19125] ppid=19008 vsize=543140 CPUtime=1.38 cores=0,2
/proc/19125/stat : 19125 (python) S 19008 19008 17988 0 -1 4202560 1029 0 0 0 76 62 0 0 15 0 1 0 389523721 556175360 69149 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682310 0 0 16781312 514 12680570850412298497 0 0 17 2 0 0 0
/proc/19125/statm: 135785 69149 371 364 0 71700 0
[pid=19127] ppid=19125 vsize=875272 CPUtime=502.5 cores=0,2
/proc/19127/stat : 19127 (cryptominisat-2) R 19125 19127 19127 0 -1 4202496 296508 0 0 0 50211 39 0 0 25 0 1 0 389523722 896278528 184496 33554432000 4194304 4677096 140733839248880 18446744073709551615 268660358649 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19127/statm: 218818 184496 394 118 0 213777 0
[pid=19008/tid=19028] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 389465081 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
[pid=19008/tid=19126] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19126/stat : 19126 (python) S 19006 19008 17988 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 389523722 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.12
Current children cumulated vsize (KiB) 2568656



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.43 2.99 3/335 19198
/proc/meminfo: memFree=24059708/32951124 swapFree=46575252/67111528
[pid=19008] ppid=19006 vsize=553384 CPUtime=152.78 cores=0,2
/proc/19008/stat : 19008 (python) S 19006 19008 17988 0 -1 4202496 110211 932 1 0 15253 25 0 0 20 0 3 0 389449793 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19008/statm: 138346 70660 1878 364 0 74261 0
[pid=19027] ppid=19008 vsize=543128 CPUtime=1.46 cores=0,2
/proc/19027/stat : 19027 (python) S 19008 19008 17988 0 -1 4202560 1220 0 0 0 79 67 0 0 18 0 2 0 389465080 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19027/statm: 135782 69194 415 364 0 71700 0
[pid=19029] ppid=19027 vsize=53732 CPUtime=585 cores=0,2
/proc/19029/stat : 19029 (lingeling) T 19027 19029 19029 0 -1 4202496 54104 0 0 0 58493 7 0 0 25 0 1 0 389465081 55021568 12603 33554432000 4194304 4352236 140736414405408 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19029/statm: 13433 12603 129 39 0 12513 0
[pid=19027/tid=19041] ppid=19008 vsize=543128 CPUtime=0 cores=0,2
/proc/19027/task/19041/stat : 19041 (python) S 19008 19008 17988 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 389494351 556163072 69194 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 514 18446604448823011392 0 0 -1 0 0 0 0
[pid=19125] ppid=19008 vsize=543140 CPUtime=1.54 cores=0,2
/proc/19125/stat : 19125 (python) S 19008 19008 17988 0 -1 4202560 1029 0 0 0 84 70 0 0 15 0 1 0 389523721 556175360 69149 33554432000 4194304 5683644 140735038236496 18446744073709551615 268660682310 0 0 16781312 514 13121642134622929153 0 0 17 2 0 0 0
/proc/19125/statm: 135785 69149 371 364 0 71700 0
[pid=19127] ppid=19125 vsize=875272 CPUtime=560.21 cores=0,2
/proc/19127/stat : 19127 (cryptominisat-2) R 19125 19127 19127 0 -1 4202496 297787 0 0 0 55981 40 0 0 25 0 1 0 389523722 896278528 185775 33554432000 4194304 4677096 140733839248880 18446744073709551615 4319592 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19127/statm: 218818 185775 394 118 0 213777 0
[pid=19008/tid=19028] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19028/stat : 19028 (python) S 19006 19008 17988 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 389465081 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 0 0 0 0
[pid=19008/tid=19126] ppid=19006 vsize=553384 CPUtime=0 cores=0,2
/proc/19008/task/19126/stat : 19126 (python) S 19006 19008 17988 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 389523722 566665216 70660 33554432000 4194304 5683644 140735038236496 18446744073709551615 268672485809 0 0 16781312 2 18446604453949871936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.99
Current children cumulated vsize (KiB) 2568656

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 19008 and gives
#  childrusage.ru_utime.tv_sec=152
#  childrusage.ru_utime.tv_usec=538810
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=270958
# CPU time returned by wait4() is 152.81
# while last known CPU time is 1300.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1300.99
CPU user time (s): 1298.9
CPU system time (s): 2.09
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 2620796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.539
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111143
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= 1002
involuntary context switches= 624

runsolver used 4.25035 second user time and 8.80866 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 11:43:05
IDJOB=3377875
IDBENCH=20365
IDSOLVER=1858
FILE ID=node107/3377875-1305452584
RUNJOBID= node107-1305452533-18918
PBS_JOBID= 13324866
Free space on /tmp= 73312 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.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-3377875-1305452584/watcher-3377875-1305452584 -o /tmp/evaluation-result-3377875-1305452584/solver-3377875-1305452584 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377875-1305452584.cnf -seed 1938530363 -budget 2400

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=1938530363

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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	: 5359.47
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.829
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.829
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:      25926928 kB
Buffers:        164816 kB
Cached:        1507564 kB
SwapCached:       9832 kB
Active:        6283952 kB
Inactive:       450660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25926928 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:          110676 kB
Writeback:           0 kB
AnonPages:     5059636 kB
Mapped:          25032 kB
Slab:           151580 kB
PageTables:      72492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65765960 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= 73392 MiB
End job on node107 at 2011-05-15 12:04:47