Trace number 3380788

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-industrial (fixed)? (MO) 2562.59 1026.83

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2556.24
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

0.40/1.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/1.51	c INFO: solving HOME/instance-3380788-1305492295.cnf
0.40/1.51	c INFO: computing task features
19.69/20.86	c INFO: computed variable-clause graph statistics
20.29/21.41	c INFO: computed clause balance statistics
82.79/83.96	c INFO: computed variable balance statistics
126.09/127.30	c INFO: computed small-clause counts
129.39/130.56	c INFO: computed Horn-clause counts
794.40/795.51	c INFO: computed variable graph statistics
794.40/795.52	c INFO: collected features for HOME/instance-3380788-1305492295.cnf in 793.12 s
794.40/795.55	c INFO: running cryptominisat-2.9.0@0 for 1261 with 4205 remaining (b = 0.61)
794.40/795.57	c INFO: running lingeling-276@0 for 485 with 4205 remaining (b = 0.37)
794.50/795.60	c INFO: running cryptominisat-2.9.0@0 for 485 with 4205 remaining (b = 0.28)
794.50/795.63	c INFO: running lingeling-276@0 for 291 with 4205 remaining (b = 0.21)
794.50/795.66	c INFO: running precosat-570@0 for 97 with 4205 remaining (b = 0.11)
794.50/795.69	c INFO: running lingeling-276@0 for 97 with 4205 remaining (b = 0.04)
794.60/795.73	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4205 remaining (b = 0.49)
794.60/795.76	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4205 remaining (b = 0.40)
1594.81/895.99	c INFO: running lingeling-276@0 for 1358 with 4105 remaining (b = 0.26)
1595.58/896.02	c INFO: running glucose@0 for 194 with 4105 remaining (b = 0.03)

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

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

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


[startup+0 s]
/proc/loadavg: 7.43 7.93 7.96 2/356 19615
/proc/meminfo: memFree=14657220/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=15780 CPUtime=0 cores=0-7
/proc/19615/stat : 19615 (python) S 19613 19615 19408 0 -1 4202496 902 0 0 0 0 0 0 0 17 0 1 0 116839225 16158720 784 33554432000 4194304 5683644 140734029296560 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19615/statm: 3945 784 346 364 0 432 0

[startup+0.0918329 s]
/proc/loadavg: 7.43 7.93 7.96 2/356 19615
/proc/meminfo: memFree=14657220/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=84528 CPUtime=0.05 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 2196 0 0 0 4 1 0 0 17 0 1 0 116839225 86556672 1947 33554432000 4194304 5683644 140734029296560 18446744073709551615 218875602833 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19615/statm: 21132 1947 570 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84528

[startup+1.0137 s]
/proc/loadavg: 7.43 7.93 7.96 2/356 19615
/proc/meminfo: memFree=14657220/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=131300 CPUtime=0.16 cores=0-7
/proc/19615/stat : 19615 (python) D 19613 19615 19408 0 -1 4202496 5698 936 1 0 12 4 0 0 19 0 1 0 116839225 134451200 4098 33554432000 4194304 5683644 140734029296560 18446744073709551615 218880570935 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/19615/statm: 32825 4098 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 131300

[startup+1.10067 s]
/proc/loadavg: 7.43 7.93 7.96 2/356 19615
/proc/meminfo: memFree=14657220/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=135752 CPUtime=0.17 cores=0-7
/proc/19615/stat : 19615 (python) S 19613 19615 19408 0 -1 4202496 5962 936 1 0 13 4 0 0 17 0 1 0 116839225 139010048 4150 33554432000 4194304 5683644 140734029296560 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 82
/proc/19615/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+1.20065 s]
/proc/loadavg: 7.43 7.93 7.96 2/356 19615
/proc/meminfo: memFree=14657220/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=135752 CPUtime=0.2 cores=0-7
/proc/19615/stat : 19615 (python) S 19613 19615 19408 0 -1 4202496 5963 936 1 0 14 6 0 0 17 0 1 0 116839225 139010048 4150 33554432000 4194304 5683644 140734029296560 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 82
/proc/19615/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+1.50062 s]
/proc/loadavg: 7.43 7.93 7.96 2/356 19615
/proc/meminfo: memFree=14657220/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=266248 CPUtime=0.4 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 8814 936 1 0 29 11 0 0 16 0 1 0 116839225 272637952 6586 33554432000 4194304 5683644 140734029296560 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 66562 6587 1690 364 0 5257 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 266248

[startup+3.11232 s]
/proc/loadavg: 7.43 7.93 7.96 2/357 19620
/proc/meminfo: memFree=14467148/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=455968 CPUtime=2 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 53203 936 1 0 182 18 0 0 18 0 1 0 116839225 466911232 50883 33554432000 4194304 5683644 140734029296560 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 0 0 0 82
/proc/19615/statm: 113992 50883 1761 364 0 49916 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 455968
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 6.91 7.82 7.92 2/357 19620
/proc/meminfo: memFree=14267508/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=651608 CPUtime=5.2 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 101446 936 1 0 495 25 0 0 25 0 1 0 116839225 667246592 99126 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286640907501 0 0 16781312 2 0 0 0 17 0 0 0 82
/proc/19615/statm: 162902 99126 1761 364 0 98826 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 651608

[startup+12.7006 s]
/proc/loadavg: 6.44 7.70 7.89 2/357 19620
/proc/meminfo: memFree=13963252/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=1002588 CPUtime=11.59 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 186612 936 1 0 1123 36 0 0 25 0 1 0 116839225 1026650112 184292 33554432000 4194304 5683644 140734029296560 18446744073709551615 4539214 0 0 16781312 2 0 0 0 17 0 0 0 82
/proc/19615/statm: 250647 184292 1761 364 0 186571 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 1002588

[startup+25.5004 s]
/proc/loadavg: 5.23 7.37 7.78 2/357 19620
/proc/meminfo: memFree=13925128/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=24.39 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 539301 936 1 0 2360 79 0 0 25 0 1 0 116839225 1013112832 184758 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286477468116 0 0 16781312 2 0 0 0 17 0 0 0 82
/proc/19615/statm: 247342 184758 1826 364 0 183266 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 989368

[startup+51.1009 s]
/proc/loadavg: 3.79 6.86 7.59 2/357 19621
/proc/meminfo: memFree=13925212/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=49.99 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 539301 936 1 0 4920 79 0 0 25 0 1 0 116839225 1013112832 184758 33554432000 4194304 5683644 140734029296560 18446744073709551615 4602421 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184758 1826 364 0 183266 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 989368

[startup+102.301 s]
/proc/loadavg: 2.29 5.97 7.25 2/357 19623
/proc/meminfo: memFree=13924820/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=101.19 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 539302 936 1 0 10040 79 0 0 25 0 1 0 116839225 1013112832 184759 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286472819414 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184759 1827 364 0 183266 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 989368

[startup+162.3 s]
/proc/loadavg: 1.47 5.06 6.86 2/357 19624
/proc/meminfo: memFree=13925068/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=161.19 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 16019 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056064 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 989368

[startup+222.301 s]
/proc/loadavg: 1.17 4.32 6.49 2/357 19626
/proc/meminfo: memFree=13925152/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=221.19 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 22019 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056064 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 989368

[startup+282.301 s]
/proc/loadavg: 1.06 3.71 6.14 2/357 19628
/proc/meminfo: memFree=13925012/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=281.19 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 28019 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056064 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 989368

[startup+342.301 s]
/proc/loadavg: 1.02 3.22 5.82 2/357 19629
/proc/meminfo: memFree=13925244/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=341.19 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 34019 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056076 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 989368

[startup+402.301 s]
/proc/loadavg: 1.01 2.81 5.51 2/357 19631
/proc/meminfo: memFree=13925356/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=401.21 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 40021 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056076 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 401.21
Current children cumulated vsize (KiB) 989368

[startup+462.301 s]
/proc/loadavg: 1.00 2.48 5.23 2/357 19632
/proc/meminfo: memFree=13925092/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=461.2 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 46020 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056064 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 461.2
Current children cumulated vsize (KiB) 989368

[startup+522.312 s]
/proc/loadavg: 1.00 2.21 4.96 2/357 19634
/proc/meminfo: memFree=13925948/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=521.21 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 52021 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056064 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 521.21
Current children cumulated vsize (KiB) 989368

[startup+582.301 s]
/proc/loadavg: 1.00 1.98 4.71 2/357 19636
/proc/meminfo: memFree=13926180/32950928 swapFree=67111364/67111528
[pid=19615] ppid=19613 vsize=989368 CPUtime=581.2 cores=0-7
/proc/19615/stat : 19615 (python) R 19613 19615 19408 0 -1 4202496 747958 936 1 0 58020 100 0 0 25 0 1 0 116839225 1013112832 184765 33554432000 4194304 5683644 140734029296560 18446744073709551615 47286470056064 0 0 16781312 2 0 0 0 17 2 0 0 82
/proc/19615/statm: 247342 184765 1833 364 0 183266 0
Current children cumulated CPU time (s) 581.2
Current children cumulated vsize (KiB) 989368


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

[pid=19615/tid=19655] ppid=19613 vsize=0 CPUtime=0.05 cores=0-7
/proc/19615/task/19655/stat : 19655 (python) D 19613 19615 19408 0 -1 4203588 24 936 0 0 0 5 0 0 18 0 2 0 116918792 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 801.51
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1026.5 s]
/proc/loadavg: 9.30 5.41 4.98 8/389 19690
/proc/meminfo: memFree=86352/32950928 swapFree=62497204/67111528
[pid=19615] ppid=19613 vsize=0 CPUtime=794.79 cores=0-7
/proc/19615/stat : 19615 (python) Z 19613 19615 19408 0 -1 4203548 755266 936 1 0 79360 119 0 0 18 0 2 0 116839225 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 82
/proc/19615/statm: 0 0 0 0 0 0 0
[pid=19642] ppid=19615 vsize=0 CPUtime=1.04 cores=0-7
/proc/19642/stat : 19642 (python) Z 19615 19615 19408 0 -1 4203612 1353 0 3 0 60 44 0 0 16 0 1 0 116918780 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 309
/proc/19642/statm: 0 0 0 0 0 0 0
[pid=19645] ppid=19615 vsize=0 CPUtime=0.66 cores=0-7
/proc/19645/stat : 19645 (python) Z 19615 19615 19408 0 -1 4203612 979 0 3 0 34 32 0 0 15 0 1 0 116918782 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 289
/proc/19645/statm: 0 0 0 0 0 0 0
[pid=19648] ppid=19615 vsize=0 CPUtime=1.08 cores=0-7
/proc/19648/stat : 19648 (python) Z 19615 19615 19408 0 -1 4203612 1268 0 2 0 62 46 0 0 15 0 1 0 116918785 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 234
/proc/19648/statm: 0 0 0 0 0 0 0
[pid=19650] ppid=1 vsize=0 CPUtime=215.89 cores=0-7
/proc/19650/stat : 19650 (cryptominisat-2) R 1 19650 19650 0 -1 4203524 8319790 0 0 0 20241 1348 0 0 19 0 1 0 116918787 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 1221
/proc/19650/statm: 0 0 0 0 0 0 0
[pid=19651] ppid=19615 vsize=0 CPUtime=0.67 cores=0-7
/proc/19651/stat : 19651 (python) Z 19615 19615 19408 0 -1 4203612 1008 0 7 0 32 35 0 0 15 0 1 0 116918788 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 488
/proc/19651/statm: 0 0 0 0 0 0 0
[pid=19654] ppid=19615 vsize=0 CPUtime=0.29 cores=0-7
/proc/19654/stat : 19654 (python) Z 19615 19615 19408 0 -1 4203612 1129 0 0 0 14 15 0 0 18 0 1 0 116918791 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19654/statm: 0 0 0 0 0 0 0
[pid=19656] ppid=1 vsize=612984 CPUtime=98.96 cores=0-7
/proc/19656/stat : 19656 (precosat) T 1 19656 19656 0 -1 4202496 275076 0 0 0 9858 38 0 0 25 0 1 0 116918793 627695616 147672 33554432000 4194304 4890832 140736397101840 18446744073709551615 4246427 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/19656/statm: 153246 147672 86 171 0 153073 0
[pid=19657] ppid=19615 vsize=0 CPUtime=0.28 cores=0-7
/proc/19657/stat : 19657 (python) Z 19615 19615 19408 0 -1 4203612 1136 0 0 0 14 14 0 0 18 0 1 0 116918794 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19657/statm: 0 0 0 0 0 0 0
[pid=19659] ppid=1 vsize=149420 CPUtime=99.35 cores=0-7
/proc/19659/stat : 19659 (lingeling) T 1 19659 19659 0 -1 4202496 69595 0 0 0 9921 14 0 0 25 0 1 0 116918796 153006080 36526 33554432000 4194304 4352236 140736675786336 18446744073709551615 4233914 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19659/statm: 37355 36526 129 39 0 36435 0
[pid=19660] ppid=19615 vsize=0 CPUtime=1.05 cores=0-7
/proc/19660/stat : 19660 (python) Z 19615 19615 19408 0 -1 4203612 1330 0 0 0 66 39 0 0 15 0 1 0 116918798 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 12
/proc/19660/statm: 0 0 0 0 0 0 0
[pid=19662] ppid=1 vsize=0 CPUtime=212.53 cores=0-7
/proc/19662/stat : 19662 (cryptominisat-2) R 1 19662 19662 0 -1 4203524 8835320 0 32 0 19987 1266 0 0 18 0 1 0 116918799 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1526
/proc/19662/statm: 0 0 0 0 0 0 0
[pid=19663] ppid=19615 vsize=0 CPUtime=0.87 cores=0-7
/proc/19663/stat : 19663 (python) Z 19615 19615 19408 0 -1 4203612 1406 0 0 0 52 35 0 0 15 0 1 0 116918801 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 25
/proc/19663/statm: 0 0 0 0 0 0 0
[pid=19665] ppid=1 vsize=0 CPUtime=211.57 cores=0-7
/proc/19665/stat : 19665 (cryptominisat-2) R 1 19665 19665 0 -1 4203524 7052586 0 0 0 19972 1185 0 0 18 0 1 0 116918802 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1521
/proc/19665/statm: 0 0 0 0 0 0 0
[pid=19670] ppid=19615 vsize=0 CPUtime=0.4 cores=0-7
/proc/19670/stat : 19670 (python) Z 19615 19615 19408 0 -1 4203612 982 0 1 0 20 20 0 0 15 0 1 0 116928824 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 177
/proc/19670/statm: 0 0 0 0 0 0 0
[pid=19674] ppid=19615 vsize=0 CPUtime=0.38 cores=0-7
/proc/19674/stat : 19674 (python) Z 19615 19615 19408 0 -1 4203612 836 0 0 0 19 19 0 0 16 0 1 0 116928827 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19674/statm: 0 0 0 0 0 0 0
[pid=19615/tid=19655] ppid=19613 vsize=0 CPUtime=0.05 cores=0-7
/proc/19615/task/19655/stat : 19655 (python) D 19613 19615 19408 0 -1 4203588 24 936 0 0 0 5 0 0 18 0 2 0 116918792 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1639.81
Current children cumulated vsize (KiB) 762404

[startup+1026.72 s]
/proc/loadavg: 9.30 5.41 4.98 2/371 19691
/proc/meminfo: memFree=20478984/32950928 swapFree=62959384/67111528
[pid=19615] ppid=19613 vsize=0 CPUtime=794.79 cores=0-7
/proc/19615/stat : 19615 (python) Z 19613 19615 19408 0 -1 4203548 755266 936 1 0 79360 119 0 0 18 0 2 0 116839225 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 82
/proc/19615/statm: 0 0 0 0 0 0 0
[pid=19642] ppid=19615 vsize=0 CPUtime=1.04 cores=0-7
/proc/19642/stat : 19642 (python) Z 19615 19615 19408 0 -1 4203612 1353 0 3 0 60 44 0 0 16 0 1 0 116918780 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 309
/proc/19642/statm: 0 0 0 0 0 0 0
[pid=19645] ppid=19615 vsize=0 CPUtime=0.66 cores=0-7
/proc/19645/stat : 19645 (python) Z 19615 19615 19408 0 -1 4203612 979 0 3 0 34 32 0 0 15 0 1 0 116918782 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 289
/proc/19645/statm: 0 0 0 0 0 0 0
[pid=19648] ppid=19615 vsize=0 CPUtime=1.08 cores=0-7
/proc/19648/stat : 19648 (python) Z 19615 19615 19408 0 -1 4203612 1268 0 2 0 62 46 0 0 15 0 1 0 116918785 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 234
/proc/19648/statm: 0 0 0 0 0 0 0
[pid=19651] ppid=19615 vsize=0 CPUtime=0.67 cores=0-7
/proc/19651/stat : 19651 (python) Z 19615 19615 19408 0 -1 4203612 1008 0 7 0 32 35 0 0 15 0 1 0 116918788 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 488
/proc/19651/statm: 0 0 0 0 0 0 0
[pid=19654] ppid=19615 vsize=0 CPUtime=0.29 cores=0-7
/proc/19654/stat : 19654 (python) Z 19615 19615 19408 0 -1 4203612 1129 0 0 0 14 15 0 0 18 0 1 0 116918791 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19654/statm: 0 0 0 0 0 0 0
[pid=19657] ppid=19615 vsize=0 CPUtime=0.28 cores=0-7
/proc/19657/stat : 19657 (python) Z 19615 19615 19408 0 -1 4203612 1136 0 0 0 14 14 0 0 18 0 1 0 116918794 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19657/statm: 0 0 0 0 0 0 0
[pid=19660] ppid=19615 vsize=0 CPUtime=1.05 cores=0-7
/proc/19660/stat : 19660 (python) Z 19615 19615 19408 0 -1 4203612 1330 0 0 0 66 39 0 0 15 0 1 0 116918798 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 12
/proc/19660/statm: 0 0 0 0 0 0 0
[pid=19663] ppid=19615 vsize=0 CPUtime=0.87 cores=0-7
/proc/19663/stat : 19663 (python) Z 19615 19615 19408 0 -1 4203612 1406 0 0 0 52 35 0 0 15 0 1 0 116918801 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 25
/proc/19663/statm: 0 0 0 0 0 0 0
[pid=19670] ppid=19615 vsize=0 CPUtime=0.4 cores=0-7
/proc/19670/stat : 19670 (python) Z 19615 19615 19408 0 -1 4203612 982 0 1 0 20 20 0 0 15 0 1 0 116928824 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 177
/proc/19670/statm: 0 0 0 0 0 0 0
[pid=19674] ppid=19615 vsize=0 CPUtime=0.38 cores=0-7
/proc/19674/stat : 19674 (python) Z 19615 19615 19408 0 -1 4203612 836 0 0 0 19 19 0 0 16 0 1 0 116928827 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19674/statm: 0 0 0 0 0 0 0
[pid=19615/tid=19655] ppid=19613 vsize=0 CPUtime=0.05 cores=0-7
/proc/19615/task/19655/stat : 19655 (python) D 19613 19615 19408 0 -1 4203588 24 936 0 0 0 5 0 0 18 0 2 0 116918792 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 801.51
Current children cumulated vsize (KiB) 0

[startup+1026.8 s]
/proc/loadavg: 9.30 5.41 4.98 2/371 19691
/proc/meminfo: memFree=20478984/32950928 swapFree=62959384/67111528
[pid=19615] ppid=19613 vsize=0 CPUtime=794.79 cores=0-7
/proc/19615/stat : 19615 (python) Z 19613 19615 19408 0 -1 4203548 755266 936 1 0 79360 119 0 0 18 0 2 0 116839225 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 82
/proc/19615/statm: 0 0 0 0 0 0 0
[pid=19642] ppid=19615 vsize=0 CPUtime=1.04 cores=0-7
/proc/19642/stat : 19642 (python) Z 19615 19615 19408 0 -1 4203612 1353 0 3 0 60 44 0 0 16 0 1 0 116918780 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 309
/proc/19642/statm: 0 0 0 0 0 0 0
[pid=19645] ppid=19615 vsize=0 CPUtime=0.66 cores=0-7
/proc/19645/stat : 19645 (python) Z 19615 19615 19408 0 -1 4203612 979 0 3 0 34 32 0 0 15 0 1 0 116918782 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 289
/proc/19645/statm: 0 0 0 0 0 0 0
[pid=19648] ppid=19615 vsize=0 CPUtime=1.08 cores=0-7
/proc/19648/stat : 19648 (python) Z 19615 19615 19408 0 -1 4203612 1268 0 2 0 62 46 0 0 15 0 1 0 116918785 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 234
/proc/19648/statm: 0 0 0 0 0 0 0
[pid=19651] ppid=19615 vsize=0 CPUtime=0.67 cores=0-7
/proc/19651/stat : 19651 (python) Z 19615 19615 19408 0 -1 4203612 1008 0 7 0 32 35 0 0 15 0 1 0 116918788 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 488
/proc/19651/statm: 0 0 0 0 0 0 0
[pid=19654] ppid=19615 vsize=0 CPUtime=0.29 cores=0-7
/proc/19654/stat : 19654 (python) Z 19615 19615 19408 0 -1 4203612 1129 0 0 0 14 15 0 0 18 0 1 0 116918791 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19654/statm: 0 0 0 0 0 0 0
[pid=19657] ppid=19615 vsize=0 CPUtime=0.28 cores=0-7
/proc/19657/stat : 19657 (python) Z 19615 19615 19408 0 -1 4203612 1136 0 0 0 14 14 0 0 18 0 1 0 116918794 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19657/statm: 0 0 0 0 0 0 0
[pid=19660] ppid=19615 vsize=0 CPUtime=1.05 cores=0-7
/proc/19660/stat : 19660 (python) Z 19615 19615 19408 0 -1 4203612 1330 0 0 0 66 39 0 0 15 0 1 0 116918798 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 12
/proc/19660/statm: 0 0 0 0 0 0 0
[pid=19663] ppid=19615 vsize=0 CPUtime=0.87 cores=0-7
/proc/19663/stat : 19663 (python) Z 19615 19615 19408 0 -1 4203612 1406 0 0 0 52 35 0 0 15 0 1 0 116918801 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 25
/proc/19663/statm: 0 0 0 0 0 0 0
[pid=19670] ppid=19615 vsize=0 CPUtime=0.4 cores=0-7
/proc/19670/stat : 19670 (python) Z 19615 19615 19408 0 -1 4203612 982 0 1 0 20 20 0 0 15 0 1 0 116928824 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 177
/proc/19670/statm: 0 0 0 0 0 0 0
[pid=19674] ppid=19615 vsize=0 CPUtime=0.38 cores=0-7
/proc/19674/stat : 19674 (python) Z 19615 19615 19408 0 -1 4203612 836 0 0 0 19 19 0 0 16 0 1 0 116928827 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19674/statm: 0 0 0 0 0 0 0
[pid=19615/tid=19655] ppid=19613 vsize=0 CPUtime=0.05 cores=0-7
/proc/19615/task/19655/stat : 19655 (python) D 19613 19615 19408 0 -1 4203588 24 936 0 0 0 5 0 0 18 0 2 0 116918792 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 801.51
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19615 and gives
#  childrusage.ru_utime.tv_sec=793
#  childrusage.ru_utime.tv_usec=609353
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=202817
# CPU time returned by wait4() is 794.812
# while last known CPU time is 801.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1761.08
#  lost CPU user time (s): 1709.87
#  lost CPU system time (s): 51.21

Real time (s): 1026.83
CPU time (s): 2562.59
CPU user time (s): 2507.2
CPU system time (s): 55.39
CPU usage (%): 249.564
Max. virtual memory (cumulated for all children) (KiB): 31840628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 793.609
system time used= 1.20282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 756202
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= 3095
involuntary context switches= 9004

runsolver used 3.63045 second user time and 8.85965 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 22:44:58
IDJOB=3380788
IDBENCH=82387
IDSOLVER=1864
FILE ID=node112/3380788-1305492295
RUNJOBID= node112-1305487284-19422
PBS_JOBID= 13325388
Free space on /tmp= 73452 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380788-1305492295/watcher-3380788-1305492295 -o /tmp/evaluation-result-3380788-1305492295/solver-3380788-1305492295 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380788-1305492295.cnf -seed 427471682 -budget 40000 -cores 8

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=427471682

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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	: 5180.45
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.847
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.847
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.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:      14657748 kB
Buffers:        316248 kB
Cached:        3198264 kB
SwapCached:          0 kB
Active:       16259504 kB
Inactive:      1771832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14657748 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          110444 kB
Writeback:           0 kB
AnonPages:    14516528 kB
Mapped:          28548 kB
Slab:           144552 kB
PageTables:      50784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 73797728 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= 73420 MiB
End job on node112 at 2011-05-15 23:02:06