Trace number 3380812

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) 2502.98 936.694

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.665
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

Solver Data

0.38/1.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/1.46	c INFO: solving HOME/instance-3380812-1305492974.cnf
0.38/1.46	c INFO: computing task features
16.16/17.22	c INFO: computed variable-clause graph statistics
16.56/17.67	c INFO: computed clause balance statistics
70.18/71.31	c INFO: computed variable balance statistics
108.46/109.59	c INFO: computed small-clause counts
111.37/112.41	c INFO: computed Horn-clause counts
710.77/711.80	c INFO: computed variable graph statistics
710.77/711.81	c INFO: collected features for HOME/instance-3380812-1305492974.cnf in 709.91 s
710.77/711.84	c INFO: running cryptominisat-2.9.0@0 for 582 with 4289 remaining (b = 0.39)
710.77/711.86	c INFO: running lingeling-276@0 for 582 with 4289 remaining (b = 0.35)
710.77/711.89	c INFO: running cryptominisat-2.9.0@0 for 1164 with 4289 remaining (b = 0.48)
710.87/711.92	c INFO: running lingeling-276@0 for 388 with 4289 remaining (b = 0.23)
710.87/711.95	c INFO: running precosat-570@0 for 388 with 4289 remaining (b = 0.18)
710.87/711.98	c INFO: running lingeling-276@0 for 388 with 4289 remaining (b = 0.15)
710.97/712.01	c INFO: running lingeling-276@0 for 97 with 4289 remaining (b = 0.07)
710.97/712.04	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4289 remaining (b = 0.48)
1512.58/812.45	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4189 remaining (b = 0.39)

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-3380812-1305492974/watcher-3380812-1305492974 -o /tmp/evaluation-result-3380812-1305492974/solver-3380812-1305492974 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380812-1305492974.cnf -seed 479063510 -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.61 7.71 7.77 2/465 13190
/proc/meminfo: memFree=29482432/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=16244 CPUtime=0 cores=0-7
/proc/13190/stat : 13190 (python) S 13188 13190 12906 0 -1 4202496 1000 0 0 0 0 0 0 0 17 0 1 0 660896314 16633856 873 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/13190/statm: 4061 873 371 364 0 548 0

[startup+0.102433 s]
/proc/loadavg: 7.61 7.71 7.77 2/465 13190
/proc/meminfo: memFree=29482432/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=91832 CPUtime=0.07 cores=0-7
/proc/13190/stat : 13190 (python) S 13188 13190 12906 0 -1 4202496 2678 0 0 0 5 2 0 0 17 0 1 0 660896314 94035968 2394 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/13190/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 91832

[startup+0.20034 s]
/proc/loadavg: 7.61 7.71 7.77 2/465 13190
/proc/meminfo: memFree=29482432/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=121644 CPUtime=0.11 cores=0-7
/proc/13190/stat : 13190 (python) D 13188 13190 12906 0 -1 4202496 4102 0 1 0 8 3 0 0 17 0 1 0 660896314 124563456 3728 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814245943 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/13190/statm: 30411 3728 986 364 0 2741 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 121644

[startup+1.16218 s]
/proc/loadavg: 7.61 7.71 7.77 2/465 13190
/proc/meminfo: memFree=29482432/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=135752 CPUtime=0.23 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 5964 934 1 0 17 6 0 0 18 0 1 0 660896314 139010048 4150 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814236165 0 2147483391 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135752

[startup+1.20017 s]
/proc/loadavg: 7.61 7.71 7.77 2/465 13190
/proc/meminfo: memFree=29482432/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=135752 CPUtime=0.24 cores=0-7
/proc/13190/stat : 13190 (python) S 13188 13190 12906 0 -1 4202496 5965 934 1 0 18 6 0 0 18 0 1 0 660896314 139010048 4150 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 77
/proc/13190/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135752

[startup+1.50012 s]
/proc/loadavg: 7.61 7.71 7.77 2/465 13190
/proc/meminfo: memFree=29482432/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=352344 CPUtime=0.46 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 25259 934 1 0 33 13 0 0 17 0 1 0 660896314 360800256 22938 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814240000 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 88086 22956 1758 364 0 24010 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 352344

[startup+3.11585 s]
/proc/loadavg: 7.61 7.71 7.77 2/466 13195
/proc/meminfo: memFree=29285520/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=465136 CPUtime=2.08 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 55262 934 1 0 189 19 0 0 19 0 1 0 660896314 476299264 52941 33554432000 4194304 5683644 140737271731920 18446744073709551615 4942032 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 116284 52942 1761 364 0 52208 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 465136
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 7.08 7.60 7.74 2/466 13195
/proc/meminfo: memFree=29061328/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=684564 CPUtime=5.28 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 109625 934 1 0 501 27 0 0 25 0 1 0 660896314 700993536 107304 33554432000 4194304 5683644 140737271731920 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 171141 107305 1761 364 0 107065 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 684564

[startup+12.7003 s]
/proc/loadavg: 6.60 7.49 7.70 2/466 13195
/proc/meminfo: memFree=28720820/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=1069464 CPUtime=11.66 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 296957 934 1 0 1119 47 0 0 25 0 1 0 660896314 1095131136 204738 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997883482 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 267366 204738 1814 364 0 203290 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 1069464

[startup+25.5011 s]
/proc/loadavg: 5.35 7.17 7.59 2/466 13196
/proc/meminfo: memFree=28823376/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=918328 CPUtime=24.46 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 327134 934 1 0 2395 51 0 0 25 0 1 0 660896314 940367872 166998 33554432000 4194304 5683644 140737271731920 18446744073709551615 4603233 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 229582 166998 1826 364 0 165506 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 918328

[startup+51.1009 s]
/proc/loadavg: 3.87 6.68 7.42 2/466 13196
/proc/meminfo: memFree=28823124/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=918328 CPUtime=50.06 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 327134 934 1 0 4955 51 0 0 25 0 1 0 660896314 940367872 166998 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997715082 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 229582 166998 1826 364 0 165506 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 918328

[startup+102.3 s]
/proc/loadavg: 2.24 5.80 7.08 2/466 13198
/proc/meminfo: memFree=28822492/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=918328 CPUtime=101.26 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 327135 934 1 0 10075 51 0 0 25 0 1 0 660896314 940367872 166999 33554432000 4194304 5683644 140737271731920 18446744073709551615 47285000345902 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 229582 166999 1827 364 0 165506 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 918328

[startup+162.3 s]
/proc/loadavg: 1.45 4.92 6.70 2/466 13199
/proc/meminfo: memFree=28792080/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=161.26 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 16072 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997470348 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 948556

[startup+222.301 s]
/proc/loadavg: 1.27 4.24 6.35 2/466 13201
/proc/meminfo: memFree=28793540/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=221.27 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 22073 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 948556

[startup+282.301 s]
/proc/loadavg: 1.15 3.66 6.01 2/466 13202
/proc/meminfo: memFree=28793648/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=281.27 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 28073 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997470348 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 281.27
Current children cumulated vsize (KiB) 948556

[startup+342.301 s]
/proc/loadavg: 1.05 3.17 5.70 2/466 13213
/proc/meminfo: memFree=28794304/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=341.27 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 34073 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997470336 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 341.27
Current children cumulated vsize (KiB) 948556

[startup+402.301 s]
/proc/loadavg: 1.02 2.78 5.40 2/466 13215
/proc/meminfo: memFree=28794396/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=401.28 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 40074 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997470348 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 401.28
Current children cumulated vsize (KiB) 948556

[startup+462.301 s]
/proc/loadavg: 1.00 2.45 5.12 2/466 13216
/proc/meminfo: memFree=28794376/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=461.27 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 46073 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997470336 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 461.27
Current children cumulated vsize (KiB) 948556

[startup+522.317 s]
/proc/loadavg: 1.00 2.18 4.86 2/466 13221
/proc/meminfo: memFree=28794608/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=521.29 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 52075 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997470348 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 521.29
Current children cumulated vsize (KiB) 948556

[startup+582.301 s]
/proc/loadavg: 1.00 1.97 4.62 2/466 13222
/proc/meminfo: memFree=28794720/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=948556 CPUtime=581.27 cores=0-7
/proc/13190/stat : 13190 (python) R 13188 13190 12906 0 -1 4202496 357336 934 1 0 58073 54 0 0 25 0 1 0 660896314 971321344 174562 33554432000 4194304 5683644 140737271731920 18446744073709551615 47284997470348 0 0 16781312 2 0 0 0 17 6 0 0 77
/proc/13190/statm: 237139 174562 1833 364 0 173063 0
Current children cumulated CPU time (s) 581.27
Current children cumulated vsize (KiB) 948556


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

/proc/13230/statm: 187100 104228 371 364 0 123015 0
[pid=13232] ppid=13230 vsize=177364 CPUtime=224.73 cores=0-7
/proc/13232/stat : 13232 (lingeling) R 13230 13232 13232 0 -1 4202496 120947 0 0 0 22454 19 0 0 25 0 1 0 660967503 181620736 43510 33554432000 4194304 4352236 140736932483616 18446744073709551615 4207623 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13232/statm: 44341 43510 129 39 0 43421 0
[pid=13233] ppid=13190 vsize=758656 CPUtime=1.26 cores=0-7
/proc/13233/stat : 13233 (python) S 13190 13190 12906 0 -1 4202560 1041 0 0 0 69 57 0 0 15 0 1 0 660967504 776863744 104361 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 12853884669275373827 0 0 17 5 0 0 0
/proc/13233/statm: 189664 104361 372 364 0 125576 0
[pid=13235] ppid=13233 vsize=6720524 CPUtime=223.48 cores=0-7
/proc/13235/stat : 13235 (cryptominisat-2) R 13233 13235 13235 0 -1 4202496 11077944 0 0 0 20499 1849 0 0 25 0 1 0 660967505 6881816576 1623379 33554432000 4194304 4677096 140737097876576 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13235/statm: 1680131 1623384 390 118 0 1675090 0
[pid=13236] ppid=13190 vsize=768912 CPUtime=0.81 cores=0-7
/proc/13236/stat : 13236 (python) S 13190 13190 12906 0 -1 4202560 802 0 0 0 43 38 0 0 18 0 1 0 660967507 787365888 104291 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 7093380519341031684 0 0 17 6 0 0 0
/proc/13236/statm: 192228 104291 371 364 0 128137 0
[pid=13238] ppid=13236 vsize=164976 CPUtime=223.86 cores=0-7
/proc/13238/stat : 13238 (lingeling) R 13236 13238 13238 0 -1 4202496 117877 0 0 0 22368 18 0 0 25 0 1 0 660967508 168935424 40414 33554432000 4194304 4352236 140733205152672 18446744073709551615 4319064 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13238/statm: 41244 40414 129 39 0 40324 0
[pid=13239] ppid=13190 vsize=779168 CPUtime=0.83 cores=0-7
/proc/13239/stat : 13239 (python) S 13190 13190 12906 0 -1 4202560 809 0 0 0 40 43 0 0 18 0 1 0 660967510 797868032 104295 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 7093380519341031681 0 0 17 1 0 0 0
/proc/13239/statm: 194792 104295 371 364 0 130698 0
[pid=13241] ppid=13239 vsize=722260 CPUtime=223.82 cores=0-7
/proc/13241/stat : 13241 (precosat) R 13239 13241 13241 0 -1 4202496 320464 0 0 0 22341 41 0 0 25 0 1 0 660967512 739594240 173306 33554432000 4194304 4890832 140736785689696 18446744073709551615 4442674 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/13241/statm: 180565 173306 86 171 0 180392 0
[pid=13242] ppid=13190 vsize=789424 CPUtime=0.83 cores=0-7
/proc/13242/stat : 13242 (python) S 13190 13190 12906 0 -1 4202560 823 0 0 0 39 44 0 0 18 0 1 0 660967513 808370176 104230 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 7093380519341031682 0 0 17 1 0 0 0
/proc/13242/statm: 197356 104230 371 364 0 133259 0
[pid=13244] ppid=13242 vsize=185908 CPUtime=219.4 cores=0-7
/proc/13244/stat : 13244 (lingeling) R 13242 13244 13244 0 -1 4202496 123091 0 0 0 21919 21 0 0 25 0 1 0 660967514 190369792 45647 33554432000 4194304 4352236 140735308798304 18446744073709551615 4280969 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/13244/statm: 46477 45647 129 39 0 45557 0
[pid=13245] ppid=13190 vsize=799680 CPUtime=0.37 cores=0-7
/proc/13245/stat : 13245 (python) S 13190 13190 12906 0 -1 4202560 1002 0 0 0 17 20 0 0 19 0 2 0 660967516 818872320 104270 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13245/statm: 199920 104270 399 364 0 135820 0
[pid=13249] ppid=13245 vsize=164192 CPUtime=100.33 cores=0-7
/proc/13249/stat : 13249 (lingeling) T 13245 13249 13249 0 -1 4202496 99800 0 0 0 10018 15 0 0 25 0 1 0 660967520 168132608 40219 33554432000 4194304 4352236 140733264748256 18446744073709551615 4208580 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/13249/statm: 41048 40219 129 39 0 40128 0
[pid=13245/tid=13254] ppid=13190 vsize=799680 CPUtime=0 cores=0-7
/proc/13245/task/13254/stat : 13254 (python) S 13190 13190 12906 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 2 0 660977557 818872320 104270 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 514 18446604451965703232 0 0 -1 4 0 0 0
[pid=13247] ppid=13190 vsize=809936 CPUtime=1.24 cores=0-7
/proc/13247/stat : 13247 (python) S 13190 13190 12906 0 -1 4202560 1073 0 0 0 69 55 0 0 15 0 1 0 660967519 829374464 104410 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 593775865712574721 0 0 17 1 0 0 0
/proc/13247/statm: 202484 104410 378 364 0 138381 0
[pid=13250] ppid=13247 vsize=6139056 CPUtime=221.21 cores=0-7
/proc/13250/stat : 13250 (cryptominisat-2) R 13247 13250 13250 0 -1 4202496 9601378 0 0 0 20501 1620 0 0 25 0 1 0 660967522 6286393344 1483297 33554432000 4194304 4677096 140734143810768 18446744073709551615 4293862 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13250/statm: 1534764 1483297 390 118 0 1529723 0
[pid=13255] ppid=13190 vsize=820192 CPUtime=0.64 cores=0-7
/proc/13255/stat : 13255 (python) S 13190 13190 12906 0 -1 4202560 1129 0 0 0 37 27 0 0 15 0 1 0 660977559 839876608 104404 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 1183721028619043075 0 0 17 4 0 0 0
/proc/13255/statm: 205048 104404 372 364 0 140942 0
[pid=13257] ppid=13255 vsize=3327180 CPUtime=123.48 cores=0-7
/proc/13257/stat : 13257 (cryptominisat-2) R 13255 13257 13257 0 -1 4202496 4233988 0 0 0 11738 610 0 0 25 0 1 0 660977561 3407032320 780776 33554432000 4194304 4677096 140735776418192 18446744073709551615 4564320 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13257/statm: 831795 780776 390 118 0 826754 0
[pid=13190/tid=13228] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13228/stat : 13228 (python) S 13188 13190 12906 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 10 0 660967500 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13231] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13231/stat : 13231 (python) S 13188 13190 12906 0 -1 4202560 55 934 0 0 0 0 0 0 25 0 10 0 660967502 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 2 0 0 0
[pid=13190/tid=13234] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13234/stat : 13234 (python) S 13188 13190 12906 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 10 0 660967505 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13237] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13237/stat : 13237 (python) S 13188 13190 12906 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 10 0 660967508 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13240] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13240/stat : 13240 (python) S 13188 13190 12906 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 10 0 660967511 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13243] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13243/stat : 13243 (python) S 13188 13190 12906 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 10 0 660967514 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 7 0 0 0
[pid=13190/tid=13246] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13246/stat : 13246 (python) S 13188 13190 12906 0 -1 4202560 45 934 0 0 0 0 0 0 23 0 10 0 660967517 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 4 0 0 0
[pid=13190/tid=13248] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13248/stat : 13248 (python) S 13188 13190 12906 0 -1 4202560 22 934 0 0 0 0 0 0 24 0 10 0 660967520 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 4 0 0 0
[pid=13190/tid=13256] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13256/stat : 13256 (python) S 13188 13190 12906 0 -1 4202560 35 934 0 0 0 0 0 0 19 0 10 0 660977561 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2502.98
Current children cumulated vsize (KiB) 31758348

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

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

[startup+936.602 s]
/proc/loadavg: 7.95 5.09 5.00 9/494 13260
/proc/meminfo: memFree=5877420/32950928 swapFree=41934240/67111528
[pid=13190] ppid=13188 vsize=830436 CPUtime=711.06 cores=0-7
/proc/13190/stat : 13190 (python) S 13188 13190 12906 0 -1 4202496 363096 934 1 0 71040 66 0 0 19 0 10 0 660896314 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 77
/proc/13190/statm: 207609 105804 1892 364 0 143503 0
[pid=13227] ppid=13190 vsize=672608 CPUtime=1.26 cores=0-7
/proc/13227/stat : 13227 (python) S 13190 13190 12906 0 -1 4202560 1254 0 0 0 73 53 0 0 15 0 1 0 660967499 688750592 104118 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260239 0 0 16781312 514 14742269501701587207 0 0 17 3 0 0 0
/proc/13227/statm: 168152 104118 382 364 0 104070 0
[pid=13229] ppid=13227 vsize=6379476 CPUtime=223.55 cores=0-7
/proc/13229/stat : 13229 (cryptominisat-2) R 13227 13229 13229 0 -1 4202496 10361275 0 0 0 20565 1790 0 0 25 0 1 0 660967500 6532583424 1549421 33554432000 4194304 4677096 140734405846416 18446744073709551615 4365942 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13229/statm: 1594869 1549421 390 118 0 1589828 0
[pid=13230] ppid=13190 vsize=748400 CPUtime=0.82 cores=0-7
/proc/13230/stat : 13230 (python) S 13190 13190 12906 0 -1 4202560 786 0 0 0 42 40 0 0 18 0 1 0 660967501 766361600 104228 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 7093380519341031682 0 0 17 0 0 0 0
/proc/13230/statm: 187100 104228 371 364 0 123015 0
[pid=13232] ppid=13230 vsize=177364 CPUtime=224.73 cores=0-7
/proc/13232/stat : 13232 (lingeling) R 13230 13232 13232 0 -1 4202496 120947 0 0 0 22454 19 0 0 25 0 1 0 660967503 181620736 43510 33554432000 4194304 4352236 140736932483616 18446744073709551615 4207623 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13232/statm: 44341 43510 129 39 0 43421 0
[pid=13233] ppid=13190 vsize=758656 CPUtime=1.26 cores=0-7
/proc/13233/stat : 13233 (python) S 13190 13190 12906 0 -1 4202560 1041 0 0 0 69 57 0 0 15 0 1 0 660967504 776863744 104361 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 12853884669275373827 0 0 17 5 0 0 0
/proc/13233/statm: 189664 104361 372 364 0 125576 0
[pid=13235] ppid=13233 vsize=6720524 CPUtime=223.48 cores=0-7
/proc/13235/stat : 13235 (cryptominisat-2) R 13233 13235 13235 0 -1 4202496 11077944 0 0 0 20499 1849 0 0 25 0 1 0 660967505 6881816576 1623379 33554432000 4194304 4677096 140737097876576 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13235/statm: 1680131 1623384 390 118 0 1675090 0
[pid=13236] ppid=13190 vsize=768912 CPUtime=0.81 cores=0-7
/proc/13236/stat : 13236 (python) S 13190 13190 12906 0 -1 4202560 802 0 0 0 43 38 0 0 18 0 1 0 660967507 787365888 104291 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 7093380519341031684 0 0 17 6 0 0 0
/proc/13236/statm: 192228 104291 371 364 0 128137 0
[pid=13238] ppid=13236 vsize=164976 CPUtime=223.86 cores=0-7
/proc/13238/stat : 13238 (lingeling) R 13236 13238 13238 0 -1 4202496 117877 0 0 0 22368 18 0 0 25 0 1 0 660967508 168935424 40414 33554432000 4194304 4352236 140733205152672 18446744073709551615 4319064 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13238/statm: 41244 40414 129 39 0 40324 0
[pid=13239] ppid=13190 vsize=779168 CPUtime=0.83 cores=0-7
/proc/13239/stat : 13239 (python) S 13190 13190 12906 0 -1 4202560 809 0 0 0 40 43 0 0 18 0 1 0 660967510 797868032 104295 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 7093380519341031681 0 0 17 1 0 0 0
/proc/13239/statm: 194792 104295 371 364 0 130698 0
[pid=13241] ppid=13239 vsize=722260 CPUtime=223.82 cores=0-7
/proc/13241/stat : 13241 (precosat) R 13239 13241 13241 0 -1 4202496 320464 0 0 0 22341 41 0 0 25 0 1 0 660967512 739594240 173306 33554432000 4194304 4890832 140736785689696 18446744073709551615 4442674 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/13241/statm: 180565 173306 86 171 0 180392 0
[pid=13242] ppid=13190 vsize=789424 CPUtime=0.83 cores=0-7
/proc/13242/stat : 13242 (python) S 13190 13190 12906 0 -1 4202560 823 0 0 0 39 44 0 0 18 0 1 0 660967513 808370176 104230 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 7093380519341031682 0 0 17 1 0 0 0
/proc/13242/statm: 197356 104230 371 364 0 133259 0
[pid=13244] ppid=13242 vsize=185908 CPUtime=219.4 cores=0-7
/proc/13244/stat : 13244 (lingeling) R 13242 13244 13244 0 -1 4202496 123091 0 0 0 21919 21 0 0 25 0 1 0 660967514 190369792 45647 33554432000 4194304 4352236 140735308798304 18446744073709551615 4280969 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/13244/statm: 46477 45647 129 39 0 45557 0
[pid=13245] ppid=13190 vsize=799680 CPUtime=0.37 cores=0-7
/proc/13245/stat : 13245 (python) S 13190 13190 12906 0 -1 4202560 1002 0 0 0 17 20 0 0 19 0 2 0 660967516 818872320 104270 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13245/statm: 199920 104270 399 364 0 135820 0
[pid=13249] ppid=13245 vsize=164192 CPUtime=100.33 cores=0-7
/proc/13249/stat : 13249 (lingeling) T 13245 13249 13249 0 -1 4202496 99800 0 0 0 10018 15 0 0 25 0 1 0 660967520 168132608 40219 33554432000 4194304 4352236 140733264748256 18446744073709551615 4208580 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/13249/statm: 41048 40219 129 39 0 40128 0
[pid=13245/tid=13254] ppid=13190 vsize=799680 CPUtime=0 cores=0-7
/proc/13245/task/13254/stat : 13254 (python) S 13190 13190 12906 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 2 0 660977557 818872320 104270 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 514 18446604451965703232 0 0 -1 4 0 0 0
[pid=13247] ppid=13190 vsize=809936 CPUtime=1.24 cores=0-7
/proc/13247/stat : 13247 (python) S 13190 13190 12906 0 -1 4202560 1073 0 0 0 69 55 0 0 15 0 1 0 660967519 829374464 104410 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 593775865712574721 0 0 17 1 0 0 0
/proc/13247/statm: 202484 104410 378 364 0 138381 0
[pid=13250] ppid=13247 vsize=6139056 CPUtime=221.21 cores=0-7
/proc/13250/stat : 13250 (cryptominisat-2) R 13247 13250 13250 0 -1 4202496 9601378 0 0 0 20501 1620 0 0 25 0 1 0 660967522 6286393344 1483297 33554432000 4194304 4677096 140734143810768 18446744073709551615 4293862 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13250/statm: 1534764 1483297 390 118 0 1529723 0
[pid=13255] ppid=13190 vsize=820192 CPUtime=0.64 cores=0-7
/proc/13255/stat : 13255 (python) S 13190 13190 12906 0 -1 4202560 1129 0 0 0 37 27 0 0 15 0 1 0 660977559 839876608 104404 33554432000 4194304 5683644 140737271731920 18446744073709551615 251814260294 0 0 16781312 514 1183721028619043075 0 0 17 4 0 0 0
/proc/13255/statm: 205048 104404 372 364 0 140942 0
[pid=13257] ppid=13255 vsize=3327180 CPUtime=123.48 cores=0-7
/proc/13257/stat : 13257 (cryptominisat-2) R 13255 13257 13257 0 -1 4202496 4233988 0 0 0 11738 610 0 0 25 0 1 0 660977561 3407032320 780776 33554432000 4194304 4677096 140735776418192 18446744073709551615 4564320 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13257/statm: 831795 780776 390 118 0 826754 0
[pid=13190/tid=13228] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13228/stat : 13228 (python) S 13188 13190 12906 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 10 0 660967500 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13231] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13231/stat : 13231 (python) S 13188 13190 12906 0 -1 4202560 55 934 0 0 0 0 0 0 25 0 10 0 660967502 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 2 0 0 0
[pid=13190/tid=13234] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13234/stat : 13234 (python) S 13188 13190 12906 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 10 0 660967505 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13237] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13237/stat : 13237 (python) S 13188 13190 12906 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 10 0 660967508 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13240] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13240/stat : 13240 (python) S 13188 13190 12906 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 10 0 660967511 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 0 0 0 0
[pid=13190/tid=13243] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13243/stat : 13243 (python) S 13188 13190 12906 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 10 0 660967514 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 7 0 0 0
[pid=13190/tid=13246] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13246/stat : 13246 (python) S 13188 13190 12906 0 -1 4202560 45 934 0 0 0 0 0 0 23 0 10 0 660967517 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 4 0 0 0
[pid=13190/tid=13248] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13248/stat : 13248 (python) S 13188 13190 12906 0 -1 4202560 22 934 0 0 0 0 0 0 24 0 10 0 660967520 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 4 0 0 0
[pid=13190/tid=13256] ppid=13188 vsize=830436 CPUtime=0 cores=0-7
/proc/13190/task/13256/stat : 13256 (python) S 13188 13190 12906 0 -1 4202560 35 934 0 0 0 0 0 0 19 0 10 0 660977561 850366464 105804 33554432000 4194304 5683644 140737271731920 18446744073709551615 251826063793 0 0 16781312 2 18446604451594163456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2502.98
Current children cumulated vsize (KiB) 31758348

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13190 and gives
#  childrusage.ru_utime.tv_sec=710
#  childrusage.ru_utime.tv_usec=408001
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=684895
# CPU time returned by wait4() is 711.093
# while last known CPU time is 2502.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 936.694
CPU time (s): 2502.98
CPU user time (s): 2438.72
CPU system time (s): 64.26
CPU usage (%): 267.214
Max. virtual memory (cumulated for all children) (KiB): 31758348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.408
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364037
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= 3081
involuntary context switches= 1135

runsolver used 4.35834 second user time and 10.5314 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 22:56:16
IDJOB=3380812
IDBENCH=82411
IDSOLVER=1864
FILE ID=node126/3380812-1305492974
RUNJOBID= node126-1305487557-12920
PBS_JOBID= 13325392
Free space on /tmp= 73240 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.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-3380812-1305492974/watcher-3380812-1305492974 -o /tmp/evaluation-result-3380812-1305492974/solver-3380812-1305492974 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380812-1305492974.cnf -seed 479063510 -budget 40000 -cores 8

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=479063510

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29482836 kB
Buffers:        195020 kB
Cached:        1962360 kB
SwapCached:      49688 kB
Active:         891380 kB
Inactive:      2301536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29482836 kB
SwapTotal:    67111528 kB
SwapFree:     41934240 kB
Dirty:          105960 kB
Writeback:           0 kB
AnonPages:      998984 kB
Mapped:          17144 kB
Slab:           115408 kB
PageTables:      86948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133789744 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= 73208 MiB
End job on node126 at 2011-05-15 23:11:55