Trace number 3321559

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-industrial? (MO) 3387.05 1453.93

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark510.889
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3321559-1304346198.cnf
0.35/0.67	c INFO: computing task features
23.43/23.79	c INFO: computed variable-clause graph statistics
24.03/24.39	c INFO: computed clause balance statistics
93.91/94.29	c INFO: computed variable balance statistics
143.42/143.73	c INFO: computed small-clause counts
148.42/148.78	c INFO: computed Horn-clause counts
1176.53/1176.80	c INFO: computed variable graph statistics
1176.53/1176.82	c INFO: collected features for HOME/instance-3321559-1304346198.cnf in 1174.83 s
1176.53/1176.85	c INFO: running cryptominisat-2.9.0@0 for 582 with 38823 remaining (b = 0.40)
1176.53/1176.89	c INFO: running cryptominisat-2.9.0@0 for 1261 with 38823 remaining (b = 0.56)
1176.65/1176.93	c INFO: running lingeling-276@0 for 388 with 38823 remaining (b = 0.31)
1176.65/1176.98	c INFO: running lingeling-276@0 for 97 with 38823 remaining (b = 0.13)
1176.86/1177.02	c INFO: running cryptominisat-2.9.0@0 for 1940 with 38823 remaining (b = 0.56)
1176.86/1177.06	c INFO: running glucose@0 for 5821 with 38823 remaining (b = 0.75)
1177.04/1177.10	c INFO: running glucose@0 for 5821 with 38823 remaining (b = 0.74)
1177.04/1177.15	c INFO: running glucose@0 for 5821 with 38823 remaining (b = 0.73)
1977.20/1277.22	c INFO: running lingeling-276@0 for 1261 with 38723 remaining (b = 0.33)

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: 935)

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-3321559-1304346198/watcher-3321559-1304346198 -o /tmp/evaluation-result-3321559-1304346198/solver-3321559-1304346198 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321559-1304346198.cnf -seed 1372659943 -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.60 7.99 8.03 1/248 13923
/proc/meminfo: memFree=26288828/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=15388 CPUtime=0 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 819 0 0 0 0 0 0 0 21 0 1 0 624850807 15757312 704 33554432000 4194304 5683644 140734714494800 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 3846 705 334 364 0 333 0

[startup+0.0670449 s]
/proc/loadavg: 7.60 7.99 8.03 1/248 13923
/proc/meminfo: memFree=26288828/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=34240 CPUtime=0.04 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1523 0 0 0 3 1 0 0 21 0 1 0 624850807 35061760 1359 33554432000 4194304 5683644 140734714494800 18446744073709551615 4870096 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 8560 1359 448 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34240

[startup+0.101026 s]
/proc/loadavg: 7.60 7.99 8.03 1/248 13923
/proc/meminfo: memFree=26288828/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=87704 CPUtime=0.06 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 2639 0 0 0 4 2 0 0 17 0 1 0 624850807 89808896 2354 33554432000 4194304 5683644 140734714494800 18446744073709551615 224280002183 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300988 s]
/proc/loadavg: 7.60 7.99 8.03 1/248 13923
/proc/meminfo: memFree=26288828/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=135752 CPUtime=0.18 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 5963 931 1 0 13 5 0 0 18 0 1 0 624850807 139010048 4151 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284921861 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700929 s]
/proc/loadavg: 7.60 7.99 8.03 1/248 13923
/proc/meminfo: memFree=26288828/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=375764 CPUtime=0.43 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 23476 931 1 0 29 14 0 0 17 0 1 0 624850807 384782336 21158 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284925696 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 93941 21181 1758 364 0 29865 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 375764

[startup+1.50081 s]
/proc/loadavg: 7.60 7.99 8.03 2/249 13928
/proc/meminfo: memFree=26151800/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=429640 CPUtime=1.23 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 46685 931 1 0 105 18 0 0 18 0 1 0 624850807 439951360 44366 33554432000 4194304 5683644 140734714494800 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 107410 44367 1761 364 0 43334 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 429640

[startup+3.10052 s]
/proc/loadavg: 7.07 7.87 7.99 2/249 13928
/proc/meminfo: memFree=26077848/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=538180 CPUtime=2.83 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 73462 931 1 0 261 22 0 0 21 0 1 0 624850807 551096320 71143 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284622270 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 134545 71144 1761 364 0 70469 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 538180

[startup+6.301 s]
/proc/loadavg: 7.07 7.87 7.99 2/249 13928
/proc/meminfo: memFree=25857768/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=752568 CPUtime=6.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 126886 931 1 0 573 29 0 0 25 0 1 0 624850807 770629632 124567 33554432000 4194304 5683644 140734714494800 18446744073709551615 4602656 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 188142 124568 1761 364 0 124066 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 752568

[startup+12.7009 s]
/proc/loadavg: 6.14 7.65 7.91 2/249 13928
/proc/meminfo: memFree=25448320/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1174444 CPUtime=12.42 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 227003 931 1 0 1201 41 0 0 25 0 1 0 624850807 1202630656 224684 33554432000 4194304 5683644 140734714494800 18446744073709551615 4458866 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 293611 224684 1761 364 0 229535 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1174444

[startup+25.5008 s]
/proc/loadavg: 5.35 7.43 7.84 2/249 13928
/proc/meminfo: memFree=25434204/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=25.22 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 762933 931 1 0 2424 98 0 0 25 0 1 0 624850807 1141473280 216065 33554432000 4194304 5683644 140734714494800 18446744073709551615 4602976 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13923/statm: 278680 216065 1826 364 0 214604 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1114720

[startup+51.1005 s]
/proc/loadavg: 3.86 6.91 7.66 2/249 13928
/proc/meminfo: memFree=25434020/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=50.81 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 762933 931 1 0 4983 98 0 0 25 0 1 0 624850807 1141473280 216065 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065854841021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216065 1826 364 0 214604 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1114720

[startup+102.309 s]
/proc/loadavg: 2.14 5.92 7.27 2/249 13930
/proc/meminfo: memFree=25434028/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=102.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 762934 931 1 0 10104 98 0 0 25 0 1 0 624850807 1141473280 216066 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847738944 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216066 1827 364 0 214604 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1114720

[startup+162.301 s]
/proc/loadavg: 1.45 5.09 6.91 2/249 13932
/proc/meminfo: memFree=25433976/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=162.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 16061 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065880107868 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1114720

[startup+222.301 s]
/proc/loadavg: 1.20 4.30 6.51 2/249 13934
/proc/meminfo: memFree=25433944/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=222.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 22061 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847429260 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 1114720

[startup+282.301 s]
/proc/loadavg: 1.08 3.74 6.19 2/249 13934
/proc/meminfo: memFree=25434156/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=282.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 28061 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847429248 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 1114720

[startup+342.301 s]
/proc/loadavg: 1.02 3.20 5.84 2/249 13936
/proc/meminfo: memFree=25434112/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=342.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 34061 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847429260 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 1114720

[startup+402.301 s]
/proc/loadavg: 1.01 2.83 5.56 2/249 13938
/proc/meminfo: memFree=25434196/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=402.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 40061 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847429260 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 1114720

[startup+462.301 s]
/proc/loadavg: 1.00 2.47 5.25 2/249 13940
/proc/meminfo: memFree=25434280/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=462.02 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 46061 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847429260 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 1114720

[startup+522.301 s]
/proc/loadavg: 1.00 2.22 5.00 2/249 13942
/proc/meminfo: memFree=25434372/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=522.03 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 52062 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847429260 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 1114720

[startup+582.301 s]
/proc/loadavg: 1.00 1.98 4.72 2/249 13942
/proc/meminfo: memFree=25434448/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=1114720 CPUtime=582.03 cores=0-7
/proc/13923/stat : 13923 (python) R 13921 13923 13108 0 -1 4202496 1110175 931 1 0 58062 141 0 0 25 0 1 0 624850807 1141473280 216072 33554432000 4194304 5683644 140734714494800 18446744073709551615 47065847429260 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13923/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1114720

[startup+642.301 s]

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

/proc/meminfo: memFree=6511716/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=900588 CPUtime=1176.92 cores=0-7
/proc/13923/stat : 13923 (python) S 13921 13923 13108 0 -1 4202496 1116257 931 1 0 117538 154 0 0 18 0 9 0 624850807 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13923/statm: 225147 125851 1890 364 0 161044 0
[pid=13962] ppid=13923 vsize=753016 CPUtime=0.67 cores=0-7
/proc/13962/stat : 13962 (python) S 13923 13923 13108 0 -1 4202560 1239 0 0 0 39 28 0 0 15 0 1 0 624968493 771088384 124184 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945935 0 0 16781312 514 4605458388862599428 0 0 17 3 0 0 0
/proc/13962/statm: 188254 124184 377 364 0 124172 0
[pid=13964] ppid=13962 vsize=7282132 CPUtime=245.11 cores=0-7
/proc/13964/stat : 13964 (cryptominisat-2) R 13962 13964 13964 0 -1 4202496 10973412 0 0 0 23162 1349 0 0 25 0 1 0 624968494 7456903168 1753221 33554432000 4194304 4677096 140733899000944 18446744073709551615 4564272 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13964/statm: 1820533 1753221 390 118 0 1815492 0
[pid=13965] ppid=13923 vsize=763272 CPUtime=0.76 cores=0-7
/proc/13965/stat : 13965 (python) S 13923 13923 13108 0 -1 4202560 1210 0 0 0 49 27 0 0 15 0 1 0 624968497 781590528 124182 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 16915436641814806785 0 0 17 4 0 0 0
/proc/13965/statm: 190818 124182 371 364 0 126733 0
[pid=13967] ppid=13965 vsize=6914216 CPUtime=244.59 cores=0-7
/proc/13967/stat : 13967 (cryptominisat-2) R 13965 13967 13967 0 -1 4202496 10512299 0 0 0 23123 1336 0 0 25 0 1 0 624968498 7080157184 1665825 33554432000 4194304 4677096 140733246098064 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13967/statm: 1728554 1665827 390 118 0 1723513 0
[pid=13968] ppid=13923 vsize=773528 CPUtime=0.47 cores=0-7
/proc/13968/stat : 13968 (python) S 13923 13923 13108 0 -1 4202560 998 0 0 0 23 24 0 0 18 0 1 0 624968501 792092672 124185 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906051 0 0 17 1 0 0 0
/proc/13968/statm: 193382 124185 370 364 0 129294 0
[pid=13970] ppid=13968 vsize=186456 CPUtime=245.33 cores=0-7
/proc/13970/stat : 13970 (lingeling) R 13968 13970 13970 0 -1 4202496 109260 0 0 0 24515 18 0 0 25 0 1 0 624968503 190930944 45784 33554432000 4194304 4352236 140733523868496 18446744073709551615 4233977 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/13970/statm: 46614 45784 129 39 0 45694 0
[pid=13971] ppid=13923 vsize=783784 CPUtime=0.47 cores=0-7
/proc/13971/stat : 13971 (python) S 13923 13923 13108 0 -1 4202560 1169 0 0 0 27 20 0 0 18 0 2 0 624968506 802594816 124219 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13971/statm: 195946 124219 399 364 0 131855 0
[pid=13973] ppid=13971 vsize=193400 CPUtime=244.7 cores=0-7
/proc/13973/stat : 13973 (lingeling) R 13971 13973 13973 0 -1 4202496 109290 0 0 0 24452 18 0 0 25 0 1 0 624968507 198041600 47520 33554432000 4194304 4352236 140737355454624 18446744073709551615 4281284 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13973/statm: 48350 47520 129 39 0 47430 0
[pid=13971/tid=13990] ppid=13923 vsize=783784 CPUtime=0 cores=0-7
/proc/13971/task/13990/stat : 13990 (python) S 13923 13923 13108 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 624978526 802594816 124219 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 514 18446604444668596352 0 0 -1 0 0 0 0
[pid=13974] ppid=13923 vsize=794040 CPUtime=0.59 cores=0-7
/proc/13974/stat : 13974 (python) S 13923 13923 13108 0 -1 4202560 1200 0 0 0 33 26 0 0 15 0 1 0 624968510 813096960 124194 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6913878653331800322 0 0 17 6 0 0 0
/proc/13974/statm: 198510 124194 371 364 0 134416 0
[pid=13976] ppid=13974 vsize=4076788 CPUtime=245.06 cores=0-7
/proc/13976/stat : 13976 (cryptominisat-2) R 13974 13976 13976 0 -1 4202496 4495936 0 0 0 23919 587 0 0 25 0 1 0 624968511 4174630912 948191 33554432000 4194304 4677096 140735370920512 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/13976/statm: 1019197 948193 390 118 0 1014156 0
[pid=13977] ppid=13923 vsize=804296 CPUtime=0.47 cores=0-7
/proc/13977/stat : 13977 (python) S 13923 13923 13108 0 -1 4202560 996 0 0 0 23 24 0 0 18 0 1 0 624968514 823599104 124197 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906052 0 0 17 1 0 0 0
/proc/13977/statm: 201074 124197 370 364 0 136977 0
[pid=13979] ppid=13977 vsize=508812 CPUtime=241.45 cores=0-7
/proc/13979/stat : 13979 (glucose_static) R 13977 13979 13979 0 -1 4202496 122696 0 0 0 24117 28 0 0 25 0 1 0 624968515 521023488 122352 33554432000 134512640 135217611 4293866496 18446744073709551615 134526177 0 0 16781312 8388611 0 0 0 17 7 0 0 0
/proc/13979/statm: 127203 122352 78 173 0 127028 0
[pid=13980] ppid=13923 vsize=880088 CPUtime=0.47 cores=0-7
/proc/13980/stat : 13980 (python) S 13923 13923 13108 0 -1 4202560 809 0 0 0 22 25 0 0 18 0 1 0 624968518 901210112 124319 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906050 0 0 17 7 0 0 0
/proc/13980/statm: 220022 124319 371 364 0 155922 0
[pid=13982] ppid=13980 vsize=508816 CPUtime=243.44 cores=0-7
/proc/13982/stat : 13982 (glucose_static) R 13980 13982 13982 0 -1 4202496 122684 0 0 0 24320 24 0 0 25 0 1 0 624968521 521027584 122353 33554432000 134512640 135217611 4286630656 18446744073709551615 134532731 0 0 16781312 8388611 0 0 0 17 1 0 0 0
/proc/13982/statm: 127204 122353 78 173 0 127029 0
[pid=13983] ppid=13923 vsize=890344 CPUtime=0.46 cores=0-7
/proc/13983/stat : 13983 (python) S 13923 13923 13108 0 -1 4202560 863 0 0 0 25 21 0 0 18 0 1 0 624968523 911712256 124320 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906049 0 0 17 0 0 0 0
/proc/13983/statm: 222586 124320 377 364 0 158483 0
[pid=13985] ppid=13983 vsize=508820 CPUtime=244.68 cores=0-7
/proc/13985/stat : 13985 (glucose_static) R 13983 13985 13985 0 -1 4202496 122691 0 0 0 24443 25 0 0 25 0 1 0 624968524 521031680 122353 33554432000 134512640 135217611 4286577040 18446744073709551615 134527899 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/13985/statm: 127205 122353 78 173 0 127030 0
[pid=13923/tid=13963] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13963/stat : 13963 (python) S 13921 13923 13108 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 9 0 624968494 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 0 0 0 0
[pid=13923/tid=13966] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13966/stat : 13966 (python) S 13921 13923 13108 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 9 0 624968498 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 6 0 0 0
[pid=13923/tid=13969] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13969/stat : 13969 (python) S 13921 13923 13108 0 -1 4202560 24 931 0 0 0 0 0 0 21 0 9 0 624968503 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 2 0 0 0
[pid=13923/tid=13972] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13972/stat : 13972 (python) S 13921 13923 13108 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 624968507 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 2 0 0 0
[pid=13923/tid=13975] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13975/stat : 13975 (python) S 13921 13923 13108 0 -1 4202560 22 931 0 0 0 0 0 0 19 0 9 0 624968511 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 6 0 0 0
[pid=13923/tid=13978] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13978/stat : 13978 (python) S 13921 13923 13108 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 624968515 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 7 0 0 0
[pid=13923/tid=13981] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13981/stat : 13981 (python) S 13921 13923 13108 0 -1 4202560 57 931 0 0 0 0 0 0 19 0 9 0 624968520 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 1 0 0 0
[pid=13923/tid=13984] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13984/stat : 13984 (python) S 13921 13923 13108 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 9 0 624968524 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3135.64
Current children cumulated vsize (KiB) 27522396



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1453.8 s]
/proc/loadavg: 8.06 5.33 4.26 9/274 13994
/proc/meminfo: memFree=2216868/32951124 swapFree=67103364/67111528
[pid=13923] ppid=13921 vsize=900588 CPUtime=1176.92 cores=0-7
/proc/13923/stat : 13923 (python) S 13921 13923 13108 0 -1 4202496 1116257 931 1 0 117538 154 0 0 18 0 9 0 624850807 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13923/statm: 225147 125851 1890 364 0 161044 0
[pid=13962] ppid=13923 vsize=753016 CPUtime=0.78 cores=0-7
/proc/13962/stat : 13962 (python) S 13923 13923 13108 0 -1 4202560 1254 0 0 0 45 33 0 0 15 0 1 0 624968493 771088384 124184 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945935 0 0 16781312 514 4605458388862599428 0 0 17 3 0 0 0
/proc/13962/statm: 188254 124184 377 364 0 124172 0
[pid=13964] ppid=13962 vsize=8820284 CPUtime=276.49 cores=0-7
/proc/13964/stat : 13964 (cryptominisat-2) R 13962 13964 13964 0 -1 4202496 14038124 0 0 0 25874 1775 0 0 25 0 1 0 624968494 9031970816 2137761 33554432000 4194304 4677096 140733899000944 18446744073709551615 4563726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13964/statm: 2205071 2137761 390 118 0 2200030 0
[pid=13965] ppid=13923 vsize=763272 CPUtime=0.86 cores=0-7
/proc/13965/stat : 13965 (python) S 13923 13923 13108 0 -1 4202560 1223 0 0 0 56 30 0 0 15 0 1 0 624968497 781590528 124182 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 16915436641814806785 0 0 17 4 0 0 0
/proc/13965/statm: 190818 124182 371 364 0 126733 0
[pid=13967] ppid=13965 vsize=8322536 CPUtime=275.98 cores=0-7
/proc/13967/stat : 13967 (cryptominisat-2) R 13965 13967 13967 0 -1 4202496 13209676 0 0 0 25727 1871 0 0 25 0 1 0 624968498 8522276864 2006649 33554432000 4194304 4677096 140733246098064 18446744073709551615 224284623317 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13967/statm: 2080634 2006655 390 118 0 2075593 0
[pid=13968] ppid=13923 vsize=773528 CPUtime=0.53 cores=0-7
/proc/13968/stat : 13968 (python) S 13923 13923 13108 0 -1 4202560 998 0 0 0 26 27 0 0 18 0 1 0 624968501 792092672 124185 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906051 0 0 17 1 0 0 0
/proc/13968/statm: 193382 124185 370 364 0 129294 0
[pid=13970] ppid=13968 vsize=193496 CPUtime=276.84 cores=0-7
/proc/13970/stat : 13970 (lingeling) R 13968 13970 13970 0 -1 4202496 127408 0 0 0 27663 21 0 0 25 0 1 0 624968503 198139904 47544 33554432000 4194304 4352236 140733523868496 18446744073709551615 4207915 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/13970/statm: 48374 47544 129 39 0 47454 0
[pid=13971] ppid=13923 vsize=783784 CPUtime=0.52 cores=0-7
/proc/13971/stat : 13971 (python) S 13923 13923 13108 0 -1 4202560 1169 0 0 0 30 22 0 0 18 0 2 0 624968506 802594816 124219 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13971/statm: 195946 124219 399 364 0 131855 0
[pid=13973] ppid=13971 vsize=199568 CPUtime=276.09 cores=0-7
/proc/13973/stat : 13973 (lingeling) R 13971 13973 13973 0 -1 4202496 128939 0 0 0 27587 22 0 0 25 0 1 0 624968507 204357632 49062 33554432000 4194304 4352236 140737355454624 18446744073709551615 4270224 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13973/statm: 49892 49062 129 39 0 48972 0
[pid=13971/tid=13990] ppid=13923 vsize=783784 CPUtime=0 cores=0-7
/proc/13971/task/13990/stat : 13990 (python) S 13923 13923 13108 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 624978526 802594816 124219 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 514 18446604444668596352 0 0 -1 0 0 0 0
[pid=13974] ppid=13923 vsize=794040 CPUtime=0.69 cores=0-7
/proc/13974/stat : 13974 (python) S 13923 13923 13108 0 -1 4202560 1212 0 0 0 38 31 0 0 15 0 1 0 624968510 813096960 124194 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6913878653331800322 0 0 17 6 0 0 0
/proc/13974/statm: 198510 124194 371 364 0 134416 0
[pid=13976] ppid=13974 vsize=5353068 CPUtime=276.46 cores=0-7
/proc/13976/stat : 13976 (cryptominisat-2) R 13974 13976 13976 0 -1 4202496 6781827 0 0 0 26600 1046 0 0 25 0 1 0 624968511 5481541632 1268055 33554432000 4194304 4677096 140735370920512 18446744073709551615 4564336 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/13976/statm: 1338267 1268055 390 118 0 1333226 0
[pid=13977] ppid=13923 vsize=804296 CPUtime=0.53 cores=0-7
/proc/13977/stat : 13977 (python) S 13923 13923 13108 0 -1 4202560 996 0 0 0 26 27 0 0 18 0 1 0 624968514 823599104 124197 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906052 0 0 17 1 0 0 0
/proc/13977/statm: 201074 124197 370 364 0 136977 0
[pid=13979] ppid=13977 vsize=508812 CPUtime=272.31 cores=0-7
/proc/13979/stat : 13979 (glucose_static) R 13977 13979 13979 0 -1 4202496 122696 0 0 0 27203 28 0 0 25 0 1 0 624968515 521023488 122352 33554432000 134512640 135217611 4293866496 18446744073709551615 134527905 0 0 16781312 8388611 0 0 0 17 7 0 0 0
/proc/13979/statm: 127203 122352 78 173 0 127028 0
[pid=13980] ppid=13923 vsize=880088 CPUtime=0.52 cores=0-7
/proc/13980/stat : 13980 (python) S 13923 13923 13108 0 -1 4202560 809 0 0 0 24 28 0 0 18 0 1 0 624968518 901210112 124319 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906050 0 0 17 7 0 0 0
/proc/13980/statm: 220022 124319 371 364 0 155922 0
[pid=13982] ppid=13980 vsize=508816 CPUtime=274.82 cores=0-7
/proc/13982/stat : 13982 (glucose_static) R 13980 13982 13982 0 -1 4202496 122684 0 0 0 27458 24 0 0 25 0 1 0 624968521 521027584 122353 33554432000 134512640 135217611 4286630656 18446744073709551615 134527899 0 0 16781312 8388611 0 0 0 17 1 0 0 0
/proc/13982/statm: 127204 122353 78 173 0 127029 0
[pid=13983] ppid=13923 vsize=890344 CPUtime=0.52 cores=0-7
/proc/13983/stat : 13983 (python) S 13923 13923 13108 0 -1 4202560 863 0 0 0 29 23 0 0 18 0 1 0 624968523 911712256 124320 33554432000 4194304 5683644 140734714494800 18446744073709551615 224284945990 0 0 16781312 514 6635068888511906049 0 0 17 0 0 0 0
/proc/13983/statm: 222586 124320 377 364 0 158483 0
[pid=13985] ppid=13983 vsize=508820 CPUtime=276.19 cores=0-7
/proc/13985/stat : 13985 (glucose_static) R 13983 13985 13985 0 -1 4202496 122691 0 0 0 27594 25 0 0 25 0 1 0 624968524 521031680 122353 33554432000 134512640 135217611 4286577040 18446744073709551615 134532883 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/13985/statm: 127205 122353 78 173 0 127030 0
[pid=13923/tid=13963] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13963/stat : 13963 (python) S 13921 13923 13108 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 9 0 624968494 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 0 0 0 0
[pid=13923/tid=13966] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13966/stat : 13966 (python) S 13921 13923 13108 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 9 0 624968498 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 6 0 0 0
[pid=13923/tid=13969] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13969/stat : 13969 (python) S 13921 13923 13108 0 -1 4202560 24 931 0 0 0 0 0 0 21 0 9 0 624968503 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 2 0 0 0
[pid=13923/tid=13972] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13972/stat : 13972 (python) S 13921 13923 13108 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 624968507 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 2 0 0 0
[pid=13923/tid=13975] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13975/stat : 13975 (python) S 13921 13923 13108 0 -1 4202560 22 931 0 0 0 0 0 0 19 0 9 0 624968511 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 6 0 0 0
[pid=13923/tid=13978] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13978/stat : 13978 (python) S 13921 13923 13108 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 624968515 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 7 0 0 0
[pid=13923/tid=13981] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13981/stat : 13981 (python) S 13921 13923 13108 0 -1 4202560 57 931 0 0 0 0 0 0 19 0 9 0 624968520 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 1 0 0 0
[pid=13923/tid=13984] ppid=13921 vsize=900588 CPUtime=0 cores=0-7
/proc/13923/task/13984/stat : 13984 (python) S 13921 13923 13108 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 9 0 624968524 922202112 125851 33554432000 4194304 5683644 140734714494800 18446744073709551615 224296749489 0 0 16781312 2 18446604447019112320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3387.05
Current children cumulated vsize (KiB) 31758356

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 13923 and gives
#  childrusage.ru_utime.tv_sec=1175
#  childrusage.ru_utime.tv_usec=385314
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=616754
# CPU time returned by wait4() is 1177
# while last known CPU time is 3387.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1453.93
CPU time (s): 3387.05
CPU user time (s): 3335.18
CPU system time (s): 51.87
CPU usage (%): 232.958
Max. virtual memory (cumulated for all children) (KiB): 31758356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1175.39
system time used= 1.61675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1117193
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= 3027
involuntary context switches= 1915

runsolver used 3.87341 second user time and 8.61769 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-02 16:23:21
IDJOB=3321559
IDBENCH=82367
IDSOLVER=1710
FILE ID=node118/3321559-1304346198
RUNJOBID= node118-1304335528-13122
PBS_JOBID= 13178014
Free space on /tmp= 73204 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-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-3321559-1304346198/watcher-3321559-1304346198 -o /tmp/evaluation-result-3321559-1304346198/solver-3321559-1304346198 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321559-1304346198.cnf -seed 1372659943 -budget 40000 -cores 8

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=1372659943

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.75
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26289108 kB
Buffers:        504732 kB
Cached:        2382024 kB
SwapCached:       2908 kB
Active:        3871968 kB
Inactive:      2408500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26289108 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:          129460 kB
Writeback:           0 kB
AnonPages:     3392452 kB
Mapped:          22092 kB
Slab:           299040 kB
PageTables:      17852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23652576 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= 73176 MiB
End job on node118 at 2011-05-02 16:47:37