Trace number 3321687

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-industrialUNSAT 17.0124 11.653

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bc57sensorsp1-tseitin.cnf
MD5SUM836009cfc8c47eab51e5c571abae9348
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.587909
Satisfiable
(Un)Satisfiability was proved
Number of variables63327
Number of clauses174791
Sum of the clauses size407843
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2116526
Number of clauses of size 358263
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3321687-1304348995.cnf
0.35/0.67	c INFO: computing task features
0.83/1.15	c INFO: computed variable-clause graph statistics
0.83/1.17	c INFO: computed clause balance statistics
3.62/3.91	c INFO: computed variable balance statistics
5.52/5.89	c INFO: computed small-clause counts
5.62/5.90	c INFO: computed Horn-clause counts
10.32/10.68	c INFO: computed variable graph statistics
10.32/10.68	c INFO: collected features for HOME/instance-3321687-1304348995.cnf in 9.99 s
10.42/10.70	c INFO: running lingeling-276@0 for 97 with 39989 remaining (b = 0.37)
10.42/10.73	c INFO: running cryptominisat-2.9.0@0 for 485 with 39989 remaining (b = 0.34)
10.42/10.76	c INFO: running lingeling-276@0 for 1261 with 39989 remaining (b = 0.49)
10.42/10.79	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39989 remaining (b = 0.55)
10.52/10.82	c INFO: running lingeling-276@0 for 1261 with 39989 remaining (b = 0.42)
10.52/10.85	c INFO: running SApperloT@0 for 97 with 39989 remaining (b = 0.03)
10.52/10.89	c INFO: running precosat-570@0 for 291 with 39989 remaining (b = 0.17)
10.62/10.92	c INFO: running lingeling-276@0 for 1261 with 39989 remaining (b = 0.31)
16.75/11.62	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3321687-1304348995/watcher-3321687-1304348995 -o /tmp/evaluation-result-3321687-1304348995/solver-3321687-1304348995 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321687-1304348995.cnf -seed 1234206532 -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: 5.04 3.79 5.25 1/251 8805
/proc/meminfo: memFree=17634180/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=15384 CPUtime=0 cores=0-7
/proc/8805/stat : 8805 (python) S 8803 8805 8402 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 1 0 546498236 15753216 696 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/8805/statm: 3846 696 334 364 0 333 0

[startup+0.109364 s]
/proc/loadavg: 5.04 3.79 5.25 1/251 8805
/proc/meminfo: memFree=17634180/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=94212 CPUtime=0.05 cores=0-7
/proc/8805/stat : 8805 (python) S 8803 8805 8402 0 -1 4202496 2779 0 0 0 4 1 0 0 17 0 1 0 546498236 96473088 2483 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/8805/statm: 23553 2483 765 364 0 1685 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94212

[startup+0.200348 s]
/proc/loadavg: 5.04 3.79 5.25 1/251 8805
/proc/meminfo: memFree=17634180/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=124236 CPUtime=0.11 cores=0-7
/proc/8805/stat : 8805 (python) S 8803 8805 8402 0 -1 4202496 4265 0 1 0 8 3 0 0 17 0 1 0 546498236 127217664 3872 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/8805/statm: 31059 3872 996 364 0 2870 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124236

[startup+0.300364 s]
/proc/loadavg: 5.04 3.79 5.25 1/251 8805
/proc/meminfo: memFree=17634180/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=135752 CPUtime=0.19 cores=0-7
/proc/8805/stat : 8805 (python) S 8803 8805 8402 0 -1 4202496 5965 936 1 0 14 5 0 0 18 0 1 0 546498236 139010048 4150 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/8805/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700341 s]
/proc/loadavg: 5.04 3.79 5.25 1/251 8805
/proc/meminfo: memFree=17634180/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=283060 CPUtime=0.42 cores=0-7
/proc/8805/stat : 8805 (python) R 8803 8805 8402 0 -1 4202496 10408 936 1 0 31 11 0 0 16 0 1 0 546498236 289853440 8087 33554432000 4194304 5683644 140736309213744 18446744073709551615 251813936574 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8805/statm: 70765 8087 1761 364 0 6689 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 283060

[startup+1.5002 s]
/proc/loadavg: 5.04 3.79 5.25 2/252 8810
/proc/meminfo: memFree=17588976/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=311016 CPUtime=1.22 cores=0-7
/proc/8805/stat : 8805 (python) R 8803 8805 8402 0 -1 4202496 23042 936 1 0 110 12 0 0 17 0 1 0 546498236 318480384 15138 33554432000 4194304 5683644 140736309213744 18446744073709551615 4570757 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8805/statm: 77754 15138 1826 364 0 13678 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 311016

[startup+3.10094 s]
/proc/loadavg: 5.04 3.79 5.25 2/252 8810
/proc/meminfo: memFree=17580172/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=311016 CPUtime=2.82 cores=0-7
/proc/8805/stat : 8805 (python) R 8803 8805 8402 0 -1 4202496 23042 936 1 0 270 12 0 0 20 0 1 0 546498236 318480384 15138 33554432000 4194304 5683644 140736309213744 18446744073709551615 4303288 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8805/statm: 77754 15138 1826 364 0 13678 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 311016

[startup+6.30032 s]
/proc/loadavg: 4.72 3.74 5.23 2/252 8810
/proc/meminfo: memFree=17580804/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=312380 CPUtime=6.02 cores=0-7
/proc/8805/stat : 8805 (python) R 8803 8805 8402 0 -1 4202496 23390 936 1 0 590 12 0 0 25 0 1 0 546498236 319877120 15486 33554432000 4194304 5683644 140736309213744 18446744073709551615 47833776068748 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8805/statm: 78095 15486 1833 364 0 14019 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 312380

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

[startup+6.40031 s]
/proc/loadavg: 4.72 3.74 5.23 2/252 8810
/proc/meminfo: memFree=17580804/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=312380 CPUtime=6.12 cores=0-7
/proc/8805/stat : 8805 (python) R 8803 8805 8402 0 -1 4202496 23390 936 1 0 600 12 0 0 25 0 1 0 546498236 319877120 15486 33554432000 4194304 5683644 140736309213744 18446744073709551615 47833776068748 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8805/statm: 78095 15486 1833 364 0 14019 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 312380

[startup+9.60084 s]
/proc/loadavg: 4.42 3.70 5.21 2/252 8810
/proc/meminfo: memFree=17580192/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=312380 CPUtime=9.32 cores=0-7
/proc/8805/stat : 8805 (python) R 8803 8805 8402 0 -1 4202496 23390 936 1 0 920 12 0 0 25 0 1 0 546498236 319877120 15486 33554432000 4194304 5683644 140736309213744 18446744073709551615 47833776068736 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8805/statm: 78095 15486 1833 364 0 14019 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 312380

[startup+10.4006 s]
/proc/loadavg: 4.42 3.70 5.21 2/252 8810
/proc/meminfo: memFree=17580192/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=312380 CPUtime=10.12 cores=0-7
/proc/8805/stat : 8805 (python) R 8803 8805 8402 0 -1 4202496 23390 936 1 0 1000 12 0 0 25 0 1 0 546498236 319877120 15486 33554432000 4194304 5683644 140736309213744 18446744073709551615 47833776068736 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8805/statm: 78095 15486 1833 364 0 14019 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 312380

[startup+11.2015 s]
/proc/loadavg: 4.42 3.70 5.21 10/276 8835
/proc/meminfo: memFree=17435168/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=457296 CPUtime=10.64 cores=0-7
/proc/8805/stat : 8805 (python) S 8803 8805 8402 0 -1 4202496 28939 936 1 0 1049 15 0 0 25 0 9 0 546498236 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8805/statm: 114324 15012 1889 364 0 50221 0
[pid=8812] ppid=8805 vsize=309724 CPUtime=0 cores=0-7
/proc/8812/stat : 8812 (python) S 8805 8805 8402 0 -1 4202560 717 0 0 0 0 0 0 0 25 0 1 0 546499307 317157376 13329 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260239 0 0 16781312 514 2710873685245296639 0 0 17 1 0 0 0
/proc/8812/statm: 77431 13329 346 364 0 13349 0
[pid=8814] ppid=8812 vsize=15004 CPUtime=0.48 cores=0-7
/proc/8814/stat : 8814 (lingeling) R 8812 8814 8814 0 -1 4202496 3308 0 0 0 48 0 0 0 25 0 1 0 546499307 15364096 2899 33554432000 4194304 4352236 140734106052976 18446744073709551615 4234279 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8814/statm: 3751 2899 113 39 0 2831 0
[pid=8815] ppid=8805 vsize=319980 CPUtime=0 cores=0-7
/proc/8815/stat : 8815 (python) S 8805 8805 8402 0 -1 4202560 744 0 0 0 0 0 0 0 25 0 1 0 546499310 327659520 13334 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 3785486597332369668 0 0 17 0 0 0 0
/proc/8815/statm: 79995 13334 347 364 0 15910 0
[pid=8817] ppid=8815 vsize=55172 CPUtime=0.45 cores=0-7
/proc/8817/stat : 8817 (cryptominisat-2) R 8815 8817 8817 0 -1 4202496 8269 0 0 0 44 1 0 0 25 0 1 0 546499310 56496128 6889 33554432000 4194304 4677096 140735407525056 18446744073709551615 4320291 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8817/statm: 13793 6889 354 118 0 8752 0
[pid=8818] ppid=8805 vsize=330236 CPUtime=0 cores=0-7
/proc/8818/stat : 8818 (python) S 8805 8805 8402 0 -1 4202560 725 0 0 0 0 0 0 0 25 0 1 0 546499313 338161664 13334 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 13865979625085075455 0 0 17 1 0 0 0
/proc/8818/statm: 82559 13334 343 364 0 18471 0
[pid=8820] ppid=8818 vsize=14852 CPUtime=0.41 cores=0-7
/proc/8820/stat : 8820 (lingeling) R 8818 8820 8820 0 -1 4202496 3271 0 0 0 41 0 0 0 25 0 1 0 546499313 15208448 2859 33554432000 4194304 4352236 140735626563488 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/8820/statm: 3713 2859 112 39 0 2793 0
[pid=8821] ppid=8805 vsize=340492 CPUtime=0 cores=0-7
/proc/8821/stat : 8821 (python) S 8805 8805 8402 0 -1 4202560 759 0 0 0 0 0 0 0 25 0 1 0 546499316 348663808 13342 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 5602136327635042564 0 0 17 1 0 0 0
/proc/8821/statm: 85123 13342 347 364 0 21032 0
[pid=8823] ppid=8821 vsize=55168 CPUtime=0.39 cores=0-7
/proc/8823/stat : 8823 (cryptominisat-2) R 8821 8823 8823 0 -1 4202496 8267 0 0 0 38 1 0 0 25 0 1 0 546499316 56492032 6889 33554432000 4194304 4677096 140735845820304 18446744073709551615 4317683 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8823/statm: 13792 6889 354 118 0 8751 0
[pid=8824] ppid=8805 vsize=416284 CPUtime=0 cores=0-7
/proc/8824/stat : 8824 (python) S 8805 8805 8402 0 -1 4202560 703 0 0 0 0 0 0 0 25 0 1 0 546499319 426274816 13460 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 13865971928503681023 0 0 17 1 0 0 0
/proc/8824/statm: 104071 13460 344 364 0 39977 0
[pid=8826] ppid=8824 vsize=12348 CPUtime=0.35 cores=0-7
/proc/8826/stat : 8826 (lingeling) R 8824 8826 8826 0 -1 4202496 2587 0 0 0 35 0 0 0 25 0 1 0 546499319 12644352 2248 33554432000 4194304 4352236 140736809011760 18446744073709551615 4234291 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8826/statm: 3087 2248 110 39 0 2167 0
[pid=8827] ppid=8805 vsize=426540 CPUtime=0 cores=0-7
/proc/8827/stat : 8827 (python) S 8805 8805 8402 0 -1 4202560 713 0 0 0 0 0 0 0 25 0 1 0 546499322 436776960 13447 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 4954922216832630783 0 0 17 2 0 0 0
/proc/8827/statm: 106635 13447 344 364 0 42538 0
[pid=8829] ppid=8827 vsize=10512 CPUtime=0.32 cores=0-7
/proc/8829/stat : 8829 (SApperloT-base) R 8827 8829 8829 0 -1 4202496 2501 0 0 0 32 0 0 0 25 0 1 0 546499323 10764288 2210 33554432000 134512640 135674940 4290039664 18446744073709551615 134564368 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8829/statm: 2628 2210 99 284 0 2342 0
[pid=8830] ppid=8805 vsize=436796 CPUtime=0 cores=0-7
/proc/8830/stat : 8830 (python) S 8805 8805 8402 0 -1 4202560 717 0 0 0 0 0 0 0 25 0 1 0 546499325 447279104 13447 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 14209256226247671807 0 0 17 1 0 0 0
/proc/8830/statm: 109199 13447 344 364 0 45099 0
[pid=8832] ppid=8830 vsize=32744 CPUtime=0.27 cores=0-7
/proc/8832/stat : 8832 (precosat) R 8830 8832 8832 0 -1 4202496 8245 0 0 0 26 1 0 0 25 0 1 0 546499328 33529856 7984 33554432000 4194304 4890832 140736624207488 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8832/statm: 8186 7984 72 171 0 8013 0
[pid=8833] ppid=8805 vsize=447052 CPUtime=0 cores=0-7
/proc/8833/stat : 8833 (python) S 8805 8805 8402 0 -1 4202560 760 0 0 0 0 0 0 0 25 0 1 0 546499328 457781248 13469 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 14209252377956974591 0 0 17 1 0 0 0
/proc/8833/statm: 111763 13469 350 364 0 47660 0
[pid=8835] ppid=8833 vsize=12424 CPUtime=0.24 cores=0-7
/proc/8835/stat : 8835 (lingeling) R 8833 8835 8835 0 -1 4202496 2629 0 0 0 24 0 0 0 25 0 1 0 546499331 12722176 2283 33554432000 4194304 4352236 140734568540944 18446744073709551615 4234072 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8835/statm: 3106 2283 110 39 0 2186 0
[pid=8805/tid=8813] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8813/stat : 8813 (python) S 8803 8805 8402 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 546499307 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8816] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8816/stat : 8816 (python) S 8803 8805 8402 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 9 0 546499310 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 6 0 0 0
[pid=8805/tid=8819] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8819/stat : 8819 (python) S 8803 8805 8402 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 9 0 546499313 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8822] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8822/stat : 8822 (python) S 8803 8805 8402 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 546499316 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 5 0 0 0
[pid=8805/tid=8825] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8825/stat : 8825 (python) S 8803 8805 8402 0 -1 4202560 75 936 0 0 0 0 0 0 25 0 9 0 546499319 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8828] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8828/stat : 8828 (python) S 8803 8805 8402 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 546499322 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 2 0 0 0
[pid=8805/tid=8831] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8831/stat : 8831 (python) S 8803 8805 8402 0 -1 4202560 36 936 0 0 0 0 0 0 25 0 9 0 546499325 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8834] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8834/stat : 8834 (python) S 8803 8805 8402 0 -1 4202560 34 936 0 0 0 0 0 0 25 0 9 0 546499329 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 3692624

[startup+11.6014 s]
/proc/loadavg: 4.42 3.70 5.21 10/276 8835
/proc/meminfo: memFree=17435168/32950928 swapFree=67111448/67111528
[pid=8805] ppid=8803 vsize=457296 CPUtime=10.64 cores=0-7
/proc/8805/stat : 8805 (python) S 8803 8805 8402 0 -1 4202496 28939 936 1 0 1049 15 0 0 25 0 9 0 546498236 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8805/statm: 114324 15012 1889 364 0 50221 0
[pid=8812] ppid=8805 vsize=309724 CPUtime=0 cores=0-7
/proc/8812/stat : 8812 (python) S 8805 8805 8402 0 -1 4202560 717 0 0 0 0 0 0 0 25 0 1 0 546499307 317157376 13329 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260239 0 0 16781312 514 2710873685245296639 0 0 17 1 0 0 0
/proc/8812/statm: 77431 13329 346 364 0 13349 0
[pid=8814] ppid=8812 vsize=14284 CPUtime=0.88 cores=0-7
/proc/8814/stat : 8814 (lingeling) R 8812 8814 8814 0 -1 4202496 5889 0 0 0 87 1 0 0 25 0 1 0 546499307 14626816 2727 33554432000 4194304 4352236 140734106052976 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8814/statm: 3571 2727 121 39 0 2651 0
[pid=8815] ppid=8805 vsize=319980 CPUtime=0 cores=0-7
/proc/8815/stat : 8815 (python) S 8805 8805 8402 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 546499310 327659520 13334 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 3785486597332369668 0 0 17 0 0 0 0
/proc/8815/statm: 79995 13334 347 364 0 15910 0
[pid=8817] ppid=8815 vsize=58308 CPUtime=0.85 cores=0-7
/proc/8817/stat : 8817 (cryptominisat-2) R 8815 8817 8817 0 -1 4202496 9054 0 0 0 84 1 0 0 25 0 1 0 546499310 59707392 7674 33554432000 4194304 4677096 140735407525056 18446744073709551615 4310525 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8817/statm: 14577 7678 363 118 0 9536 0
[pid=8818] ppid=8805 vsize=330236 CPUtime=0 cores=0-7
/proc/8818/stat : 8818 (python) S 8805 8805 8402 0 -1 4202560 725 0 0 0 0 0 0 0 25 0 1 0 546499313 338161664 13334 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 13865979625085075455 0 0 17 1 0 0 0
/proc/8818/statm: 82559 13334 343 364 0 18471 0
[pid=8820] ppid=8818 vsize=14284 CPUtime=0.82 cores=0-7
/proc/8820/stat : 8820 (lingeling) R 8818 8820 8820 0 -1 4202496 5607 0 0 0 81 1 0 0 25 0 1 0 546499313 14626816 2726 33554432000 4194304 4352236 140735626563488 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/8820/statm: 3571 2726 121 39 0 2651 0
[pid=8821] ppid=8805 vsize=340492 CPUtime=0 cores=0-7
/proc/8821/stat : 8821 (python) S 8805 8805 8402 0 -1 4202560 759 0 0 0 0 0 0 0 18 0 1 0 546499316 348663808 13342 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 4859062944832389380 0 0 17 1 0 0 0
/proc/8821/statm: 85123 13342 347 364 0 21032 0
[pid=8823] ppid=8821 vsize=55696 CPUtime=0.79 cores=0-7
/proc/8823/stat : 8823 (cryptominisat-2) R 8821 8823 8823 0 -1 4202496 8436 0 0 0 78 1 0 0 25 0 1 0 546499316 57032704 7058 33554432000 4194304 4677096 140735845820304 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8823/statm: 13924 7058 362 118 0 8883 0
[pid=8824] ppid=8805 vsize=416284 CPUtime=0 cores=0-7
/proc/8824/stat : 8824 (python) S 8805 8805 8402 0 -1 4202560 703 0 0 0 0 0 0 0 25 0 1 0 546499319 426274816 13460 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 13865971928503681023 0 0 17 1 0 0 0
/proc/8824/statm: 104071 13460 344 364 0 39977 0
[pid=8826] ppid=8824 vsize=14632 CPUtime=0.74 cores=0-7
/proc/8826/stat : 8826 (lingeling) R 8824 8826 8826 0 -1 4202496 5991 0 0 0 74 0 0 0 25 0 1 0 546499319 14983168 2813 33554432000 4194304 4352236 140736809011760 18446744073709551615 4311570 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8826/statm: 3658 2813 120 39 0 2738 0
[pid=8827] ppid=8805 vsize=426540 CPUtime=0.01 cores=0-7
/proc/8827/stat : 8827 (python) R 8805 8805 8402 0 -1 4202560 732 0 0 0 1 0 0 0 19 0 1 0 546499322 436776960 13451 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/8827/statm: 106635 13451 348 364 0 42538 0
[pid=8829] ppid=8827 vsize=0 CPUtime=0.71 cores=0-7
/proc/8829/stat : 8829 (SApperloT-base) R 8827 8829 8829 0 -1 4202500 2583 0 0 0 71 0 0 0 25 0 1 0 546499323 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8829/statm: 0 0 0 0 0 0 0
[pid=8830] ppid=8805 vsize=436796 CPUtime=0 cores=0-7
/proc/8830/stat : 8830 (python) S 8805 8805 8402 0 -1 4202560 717 0 0 0 0 0 0 0 25 0 1 0 546499325 447279104 13447 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 14209256226247671807 0 0 17 1 0 0 0
/proc/8830/statm: 109199 13447 344 364 0 45099 0
[pid=8832] ppid=8830 vsize=41112 CPUtime=0.67 cores=0-7
/proc/8832/stat : 8832 (precosat) R 8830 8832 8832 0 -1 4202496 11057 0 0 0 66 1 0 0 25 0 1 0 546499328 42098688 9805 33554432000 4194304 4890832 140736624207488 18446744073709551615 4246455 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8832/statm: 10278 9805 80 171 0 10105 0
[pid=8833] ppid=8805 vsize=447052 CPUtime=0 cores=0-7
/proc/8833/stat : 8833 (python) S 8805 8805 8402 0 -1 4202560 760 0 0 0 0 0 0 0 25 0 1 0 546499328 457781248 13469 33554432000 4194304 5683644 140736309213744 18446744073709551615 251814260294 0 0 16781312 514 14209252377956974591 0 0 17 1 0 0 0
/proc/8833/statm: 111763 13469 350 364 0 47660 0
[pid=8835] ppid=8833 vsize=14576 CPUtime=0.64 cores=0-7
/proc/8835/stat : 8835 (lingeling) R 8833 8835 8835 0 -1 4202496 5946 0 0 0 63 1 0 0 25 0 1 0 546499331 14925824 2797 33554432000 4194304 4352236 140734568540944 18446744073709551615 4257285 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8835/statm: 3644 2797 118 39 0 2724 0
[pid=8805/tid=8813] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8813/stat : 8813 (python) S 8803 8805 8402 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 546499307 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8816] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8816/stat : 8816 (python) S 8803 8805 8402 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 9 0 546499310 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 6 0 0 0
[pid=8805/tid=8819] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8819/stat : 8819 (python) S 8803 8805 8402 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 9 0 546499313 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8822] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8822/stat : 8822 (python) S 8803 8805 8402 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 546499316 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 5 0 0 0
[pid=8805/tid=8825] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8825/stat : 8825 (python) S 8803 8805 8402 0 -1 4202560 75 936 0 0 0 0 0 0 25 0 9 0 546499319 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8828] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8828/stat : 8828 (python) S 8803 8805 8402 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 546499322 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 2 0 0 0
[pid=8805/tid=8831] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8831/stat : 8831 (python) S 8803 8805 8402 0 -1 4202560 36 936 0 0 0 0 0 0 25 0 9 0 546499325 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 0 0 0 0
[pid=8805/tid=8834] ppid=8803 vsize=457296 CPUtime=0 cores=0-7
/proc/8805/task/8834/stat : 8834 (python) S 8803 8805 8402 0 -1 4202560 34 936 0 0 0 0 0 0 25 0 9 0 546499329 468271104 15012 33554432000 4194304 5683644 140736309213744 18446744073709551615 251826063793 0 0 16781312 2 18446604453979355328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.75
Current children cumulated vsize (KiB) 3697292

Child status: 0
Real time (s): 11.653
CPU time (s): 17.0124
CPU user time (s): 16.7025
CPU system time (s): 0.309952
CPU usage (%): 145.991
Max. virtual memory (cumulated for all children) (KiB): 3698276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7025
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99193
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= 3362
involuntary context switches= 116

runsolver used 0.024996 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 17:09:55
IDJOB=3321687
IDBENCH=82476
IDSOLVER=1710
FILE ID=node126/3321687-1304348995
RUNJOBID= node126-1304348078-8416
PBS_JOBID= 13178661
Free space on /tmp= 73652 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bc57sensorsp1-tseitin.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-3321687-1304348995/watcher-3321687-1304348995 -o /tmp/evaluation-result-3321687-1304348995/solver-3321687-1304348995 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321687-1304348995.cnf -seed 1234206532 -budget 40000 -cores 8

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

MD5SUM BENCH= 836009cfc8c47eab51e5c571abae9348
RANDOM SEED=1234206532

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:      17634212 kB
Buffers:        339192 kB
Cached:        1999040 kB
SwapCached:         76 kB
Active:       13083152 kB
Inactive:      1868092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17634212 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           34556 kB
Writeback:           0 kB
AnonPages:    12613556 kB
Mapped:          22352 kB
Slab:           262548 kB
PageTables:      38360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35614048 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= 73620 MiB
End job on node126 at 2011-05-02 17:10:07