Trace number 3317865

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 25.7761 12.0128

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3317865-1304271157.cnf
0.31/0.47	c INFO: computing task features
1.01/1.14	c INFO: computed variable-clause graph statistics
1.01/1.17	c INFO: computed clause balance statistics
4.00/4.18	c INFO: computed variable balance statistics
6.90/7.07	c INFO: computed small-clause counts
6.90/7.09	c INFO: computed Horn-clause counts
7.10/7.29	c INFO: computed variable graph statistics
7.10/7.29	c INFO: collected features for HOME/instance-3317865-1304271157.cnf in 6.80 s
7.20/7.31	c INFO: running lingeling-276@0 for 97 with 4793 remaining (b = 0.19)
7.20/7.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 4793 remaining (b = 0.23)
7.20/7.36	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.40)
7.20/7.39	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.34)
25.32/11.98	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-3317865-1304271157/watcher-3317865-1304271157 -o /tmp/evaluation-result-3317865-1304271157/solver-3317865-1304271157 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317865-1304271157.cnf -seed 556978555 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.68 7.97 7.18 6/210 21185
/proc/meminfo: memFree=22179400/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 617346442 15749120 694 33554432000 4194304 5683644 140734312990208 18446744073709551615 4857488 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 3845 695 334 364 0 332 0

[startup+0.0419679 s]
/proc/loadavg: 7.68 7.97 7.18 6/210 21185
/proc/meminfo: memFree=22179400/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=21104 CPUtime=0.02 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 1316 0 0 0 2 0 0 0 17 0 1 0 617346442 21610496 1166 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100978 s]
/proc/loadavg: 7.68 7.97 7.18 6/210 21185
/proc/meminfo: memFree=22179400/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=104224 CPUtime=0.07 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 3054 0 0 0 5 2 0 0 17 0 1 0 617346442 106725376 2737 33554432000 4194304 5683644 140734312990208 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 26055 2740 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300943 s]
/proc/loadavg: 7.68 7.97 7.18 6/210 21185
/proc/meminfo: memFree=22179400/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=182428 CPUtime=0.23 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 6752 937 1 0 16 7 0 0 17 0 1 0 617346442 186806272 4817 33554432000 4194304 5683644 140734312990208 18446744073709551615 251362623111 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 45607 4817 1340 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 182428

[startup+0.700864 s]
/proc/loadavg: 7.68 7.97 7.18 6/210 21185
/proc/meminfo: memFree=22179400/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=297288 CPUtime=0.6 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 13923 937 1 0 50 10 0 0 17 0 1 0 617346442 304422912 11604 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 74322 11604 1761 364 0 10246 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 297288

[startup+1.50071 s]
/proc/loadavg: 7.68 7.97 7.18 6/211 21190
/proc/meminfo: memFree=22119336/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=323188 CPUtime=1.4 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 28414 937 1 0 129 11 0 0 18 0 1 0 617346442 330944512 18182 33554432000 4194304 5683644 140734312990208 18446744073709551615 47373972698450 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 80797 18182 1826 364 0 16721 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 323188

[startup+3.1004 s]
/proc/loadavg: 7.68 7.97 7.18 6/211 21190
/proc/meminfo: memFree=22109540/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=323188 CPUtime=3 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 28414 937 1 0 289 11 0 0 21 0 1 0 617346442 330944512 18182 33554432000 4194304 5683644 140734312990208 18446744073709551615 47373969863736 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 80797 18182 1826 364 0 16721 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 323188

[startup+6.30081 s]
/proc/loadavg: 7.46 7.92 7.17 6/211 21190
/proc/meminfo: memFree=22106692/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=323188 CPUtime=6.2 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 28415 937 1 0 609 11 0 0 25 0 1 0 617346442 330944512 18183 33554432000 4194304 5683644 140734312990208 18446744073709551615 5114666 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21185/statm: 80797 18183 1827 364 0 16721 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 323188

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

[startup+9.50116 s]
/proc/loadavg: 7.51 7.92 7.17 9/223 21202
/proc/meminfo: memFree=22011680/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=362588 CPUtime=7.29 cores=1,3,5,7
/proc/21185/stat : 21185 (python) S 21183 21185 19964 0 -1 4202496 31683 937 1 0 717 12 0 0 22 0 5 0 617346442 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21185/statm: 90647 17844 1881 364 0 26556 0
[pid=21191] ppid=21185 vsize=321576 CPUtime=0 cores=1,3,5,7
/proc/21191/stat : 21191 (python) S 21185 21185 19964 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 617347174 329293824 16305 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566863 0 0 16781312 514 4553949567636177160 0 0 17 3 0 0 0
/proc/21191/statm: 80394 16305 358 364 0 16312 0
[pid=21193] ppid=21191 vsize=18648 CPUtime=2.16 cores=1,3,5,7
/proc/21193/stat : 21193 (lingeling) R 21191 21193 21193 0 -1 4202496 5144 0 0 0 216 0 0 0 25 0 1 0 617347174 19095552 3612 33554432000 4194304 4352236 140734278672352 18446744073709551615 4329081 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21193/statm: 4662 3612 129 39 0 3742 0
[pid=21194] ppid=21185 vsize=331832 CPUtime=0 cores=1,3,5,7
/proc/21194/stat : 21194 (python) S 21185 21185 19964 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 617347176 339795968 16298 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 4765868339262095623 0 0 17 3 0 0 0
/proc/21194/statm: 82958 16298 347 364 0 18873 0
[pid=21196] ppid=21194 vsize=62996 CPUtime=2.13 cores=1,3,5,7
/proc/21196/stat : 21196 (cryptominisat-2) R 21194 21196 21196 0 -1 4202496 11144 0 0 0 212 1 0 0 25 0 1 0 617347177 64507904 9701 33554432000 4194304 4677096 140736949434000 18446744073709551615 251367243462 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21196/statm: 15749 9701 383 118 0 10708 0
[pid=21197] ppid=21185 vsize=342088 CPUtime=0 cores=1,3,5,7
/proc/21197/stat : 21197 (python) S 21185 21185 19964 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 617347179 350298112 16302 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 4553953415926874376 0 0 17 5 0 0 0
/proc/21197/statm: 85522 16302 347 364 0 21434 0
[pid=21199] ppid=21197 vsize=18648 CPUtime=2.1 cores=1,3,5,7
/proc/21199/stat : 21199 (lingeling) R 21197 21199 21199 0 -1 4202496 5078 0 0 0 210 0 0 0 25 0 1 0 617347179 19095552 3548 33554432000 4194304 4352236 140733936878992 18446744073709551615 4207852 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21199/statm: 4662 3548 129 39 0 3742 0
[pid=21200] ppid=21185 vsize=352344 CPUtime=0 cores=1,3,5,7
/proc/21200/stat : 21200 (python) S 21185 21185 19964 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 617347181 360800256 16306 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 7967808927066718471 0 0 17 1 0 0 0
/proc/21200/statm: 88086 16306 347 364 0 23995 0
[pid=21202] ppid=21200 vsize=18648 CPUtime=2.09 cores=1,3,5,7
/proc/21202/stat : 21202 (lingeling) R 21200 21202 21202 0 -1 4202496 5110 0 0 0 208 1 0 0 25 0 1 0 617347182 19095552 3576 33554432000 4194304 4352236 140734340016000 18446744073709551615 4210034 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21202/statm: 4662 3576 129 39 0 3742 0
[pid=21185/tid=21192] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21192/stat : 21192 (python) S 21183 21185 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617347174 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21195] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21195/stat : 21195 (python) S 21183 21185 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617347177 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 3 0 0 0
[pid=21185/tid=21198] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21198/stat : 21198 (python) S 21183 21185 19964 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 617347179 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21201] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21201/stat : 21201 (python) S 21183 21185 19964 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 5 0 617347182 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 1829368

[startup+11.1009 s]
/proc/loadavg: 7.51 7.92 7.17 9/223 21202
/proc/meminfo: memFree=21992956/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=362588 CPUtime=7.29 cores=1,3,5,7
/proc/21185/stat : 21185 (python) S 21183 21185 19964 0 -1 4202496 31683 937 1 0 717 12 0 0 22 0 5 0 617346442 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21185/statm: 90647 17844 1881 364 0 26556 0
[pid=21191] ppid=21185 vsize=321576 CPUtime=0 cores=1,3,5,7
/proc/21191/stat : 21191 (python) S 21185 21185 19964 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 617347174 329293824 16305 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566863 0 0 16781312 514 4553949567636177160 0 0 17 3 0 0 0
/proc/21191/statm: 80394 16305 358 364 0 16312 0
[pid=21193] ppid=21191 vsize=24164 CPUtime=3.76 cores=1,3,5,7
/proc/21193/stat : 21193 (lingeling) R 21191 21193 21193 0 -1 4202496 6232 0 0 0 376 0 0 0 25 0 1 0 617347174 24743936 4700 33554432000 4194304 4352236 140734278672352 18446744073709551615 4319376 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21193/statm: 6041 4700 129 39 0 5121 0
[pid=21194] ppid=21185 vsize=331832 CPUtime=0 cores=1,3,5,7
/proc/21194/stat : 21194 (python) S 21185 21185 19964 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 617347176 339795968 16298 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 4765868339262095623 0 0 17 3 0 0 0
/proc/21194/statm: 82958 16298 347 364 0 18873 0
[pid=21196] ppid=21194 vsize=67696 CPUtime=3.74 cores=1,3,5,7
/proc/21196/stat : 21196 (cryptominisat-2) R 21194 21196 21196 0 -1 4202496 12343 0 0 0 372 2 0 0 25 0 1 0 617347177 69320704 9694 33554432000 4194304 4677096 140736949434000 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21196/statm: 16924 9694 383 118 0 11883 0
[pid=21197] ppid=21185 vsize=342088 CPUtime=0 cores=1,3,5,7
/proc/21197/stat : 21197 (python) S 21185 21185 19964 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 617347179 350298112 16302 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 4553953415926874376 0 0 17 5 0 0 0
/proc/21197/statm: 85522 16302 347 364 0 21434 0
[pid=21199] ppid=21197 vsize=24164 CPUtime=3.68 cores=1,3,5,7
/proc/21199/stat : 21199 (lingeling) R 21197 21199 21199 0 -1 4202496 6230 0 0 0 368 0 0 0 25 0 1 0 617347179 24743936 4700 33554432000 4194304 4352236 140733936878992 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21199/statm: 6041 4700 129 39 0 5121 0
[pid=21200] ppid=21185 vsize=352344 CPUtime=0 cores=1,3,5,7
/proc/21200/stat : 21200 (python) S 21185 21185 19964 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 617347181 360800256 16306 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 7967808927066718471 0 0 17 1 0 0 0
/proc/21200/statm: 88086 16306 347 364 0 23995 0
[pid=21202] ppid=21200 vsize=24164 CPUtime=3.69 cores=1,3,5,7
/proc/21202/stat : 21202 (lingeling) R 21200 21202 21202 0 -1 4202496 6234 0 0 0 368 1 0 0 25 0 1 0 617347182 24743936 4700 33554432000 4194304 4352236 140734340016000 18446744073709551615 4329043 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21202/statm: 6041 4700 129 39 0 5121 0
[pid=21185/tid=21192] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21192/stat : 21192 (python) S 21183 21185 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617347174 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21195] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21195/stat : 21195 (python) S 21183 21185 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617347177 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 3 0 0 0
[pid=21185/tid=21198] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21198/stat : 21198 (python) S 21183 21185 19964 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 617347179 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21201] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21201/stat : 21201 (python) S 21183 21185 19964 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 5 0 617347182 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.16
Current children cumulated vsize (KiB) 1850616

[startup+11.5008 s]
/proc/loadavg: 7.51 7.92 7.17 9/223 21202
/proc/meminfo: memFree=21992956/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=362588 CPUtime=7.29 cores=1,3,5,7
/proc/21185/stat : 21185 (python) S 21183 21185 19964 0 -1 4202496 31683 937 1 0 717 12 0 0 22 0 5 0 617346442 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21185/statm: 90647 17844 1881 364 0 26556 0
[pid=21191] ppid=21185 vsize=321576 CPUtime=0 cores=1,3,5,7
/proc/21191/stat : 21191 (python) S 21185 21185 19964 0 -1 4202560 973 0 0 0 0 0 0 0 18 0 1 0 617347174 329293824 16327 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566863 0 0 16781312 514 4553949567636177160 0 0 17 3 0 0 0
/proc/21191/statm: 80394 16327 380 364 0 16312 0
[pid=21193] ppid=21191 vsize=24164 CPUtime=4.15 cores=1,3,5,7
/proc/21193/stat : 21193 (lingeling) R 21191 21193 21193 0 -1 4202496 6232 0 0 0 415 0 0 0 25 0 1 0 617347174 24743936 4700 33554432000 4194304 4352236 140734278672352 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21193/statm: 6041 4700 129 39 0 5121 0
[pid=21194] ppid=21185 vsize=331832 CPUtime=0 cores=1,3,5,7
/proc/21194/stat : 21194 (python) S 21185 21185 19964 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 617347176 339795968 16298 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 4765868339262095623 0 0 17 3 0 0 0
/proc/21194/statm: 82958 16298 347 364 0 18873 0
[pid=21196] ppid=21194 vsize=67696 CPUtime=4.13 cores=1,3,5,7
/proc/21196/stat : 21196 (cryptominisat-2) R 21194 21196 21196 0 -1 4202496 12405 0 0 0 411 2 0 0 25 0 1 0 617347177 69320704 9756 33554432000 4194304 4677096 140736949434000 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21196/statm: 16924 9756 383 118 0 11883 0
[pid=21197] ppid=21185 vsize=342088 CPUtime=0 cores=1,3,5,7
/proc/21197/stat : 21197 (python) S 21185 21185 19964 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 617347179 350298112 16325 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 4553953415926874376 0 0 17 5 0 0 0
/proc/21197/statm: 85522 16325 370 364 0 21434 0
[pid=21199] ppid=21197 vsize=24164 CPUtime=4.08 cores=1,3,5,7
/proc/21199/stat : 21199 (lingeling) R 21197 21199 21199 0 -1 4202496 6230 0 0 0 408 0 0 0 25 0 1 0 617347179 24743936 4700 33554432000 4194304 4352236 140733936878992 18446744073709551615 4267568 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21199/statm: 6041 4700 129 39 0 5121 0
[pid=21200] ppid=21185 vsize=352344 CPUtime=0 cores=1,3,5,7
/proc/21200/stat : 21200 (python) S 21185 21185 19964 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 617347181 360800256 16328 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 7967808927066718471 0 0 17 1 0 0 0
/proc/21200/statm: 88086 16328 369 364 0 23995 0
[pid=21202] ppid=21200 vsize=24164 CPUtime=4.08 cores=1,3,5,7
/proc/21202/stat : 21202 (lingeling) R 21200 21202 21202 0 -1 4202496 6234 0 0 0 407 1 0 0 25 0 1 0 617347182 24743936 4700 33554432000 4194304 4352236 140734340016000 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21202/statm: 6041 4700 129 39 0 5121 0
[pid=21185/tid=21192] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21192/stat : 21192 (python) S 21183 21185 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617347174 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21195] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21195/stat : 21195 (python) S 21183 21185 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617347177 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 3 0 0 0
[pid=21185/tid=21198] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21198/stat : 21198 (python) S 21183 21185 19964 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 617347179 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21201] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21201/stat : 21201 (python) S 21183 21185 19964 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 5 0 617347182 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 1850616

[startup+11.9007 s]
/proc/loadavg: 7.51 7.92 7.17 9/223 21202
/proc/meminfo: memFree=21992956/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=362588 CPUtime=7.29 cores=1,3,5,7
/proc/21185/stat : 21185 (python) S 21183 21185 19964 0 -1 4202496 31683 937 1 0 717 12 0 0 22 0 5 0 617346442 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21185/statm: 90647 17844 1881 364 0 26556 0
[pid=21191] ppid=21185 vsize=321576 CPUtime=0 cores=1,3,5,7
/proc/21191/stat : 21191 (python) S 21185 21185 19964 0 -1 4202560 973 0 0 0 0 0 0 0 18 0 1 0 617347174 329293824 16327 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566863 0 0 16781312 514 4553949567636177160 0 0 17 3 0 0 0
/proc/21191/statm: 80394 16327 380 364 0 16312 0
[pid=21193] ppid=21191 vsize=24164 CPUtime=4.55 cores=1,3,5,7
/proc/21193/stat : 21193 (lingeling) R 21191 21193 21193 0 -1 4202496 6232 0 0 0 455 0 0 0 25 0 1 0 617347174 24743936 4700 33554432000 4194304 4352236 140734278672352 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21193/statm: 6041 4700 129 39 0 5121 0
[pid=21194] ppid=21185 vsize=331832 CPUtime=0 cores=1,3,5,7
/proc/21194/stat : 21194 (python) S 21185 21185 19964 0 -1 4202560 901 0 0 0 0 0 0 0 15 0 1 0 617347176 339795968 16321 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 5601802020265623815 0 0 17 3 0 0 0
/proc/21194/statm: 82958 16321 370 364 0 18873 0
[pid=21196] ppid=21194 vsize=79724 CPUtime=4.52 cores=1,3,5,7
/proc/21196/stat : 21196 (cryptominisat-2) R 21194 21196 21196 0 -1 4202496 13364 0 0 0 450 2 0 0 25 0 1 0 617347177 81637376 10715 33554432000 4194304 4677096 140736949434000 18446744073709551615 4319400 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21196/statm: 19931 10715 387 118 0 14890 0
[pid=21197] ppid=21185 vsize=342088 CPUtime=0 cores=1,3,5,7
/proc/21197/stat : 21197 (python) S 21185 21185 19964 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 617347179 350298112 16325 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 4553953415926874376 0 0 17 5 0 0 0
/proc/21197/statm: 85522 16325 370 364 0 21434 0
[pid=21199] ppid=21197 vsize=24164 CPUtime=4.48 cores=1,3,5,7
/proc/21199/stat : 21199 (lingeling) R 21197 21199 21199 0 -1 4202496 6230 0 0 0 448 0 0 0 25 0 1 0 617347179 24743936 4700 33554432000 4194304 4352236 140733936878992 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21199/statm: 6041 4700 129 39 0 5121 0
[pid=21200] ppid=21185 vsize=352344 CPUtime=0 cores=1,3,5,7
/proc/21200/stat : 21200 (python) S 21185 21185 19964 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 617347181 360800256 16328 33554432000 4194304 5683644 140734312990208 18446744073709551615 251367566918 0 0 16781312 514 7967808927066718471 0 0 17 1 0 0 0
/proc/21200/statm: 88086 16328 369 364 0 23995 0
[pid=21202] ppid=21200 vsize=24164 CPUtime=4.48 cores=1,3,5,7
/proc/21202/stat : 21202 (lingeling) R 21200 21202 21202 0 -1 4202496 6234 0 0 0 447 1 0 0 25 0 1 0 617347182 24743936 4700 33554432000 4194304 4352236 140734340016000 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21202/statm: 6041 4700 129 39 0 5121 0
[pid=21185/tid=21192] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21192/stat : 21192 (python) S 21183 21185 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617347174 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21195] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21195/stat : 21195 (python) S 21183 21185 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617347177 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 3 0 0 0
[pid=21185/tid=21198] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21198/stat : 21198 (python) S 21183 21185 19964 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 617347179 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
[pid=21185/tid=21201] ppid=21183 vsize=362588 CPUtime=0 cores=1,3,5,7
/proc/21185/task/21201/stat : 21201 (python) S 21183 21185 19964 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 5 0 617347182 371290112 17844 33554432000 4194304 5683644 140734312990208 18446744073709551615 251379370417 0 0 16781312 2 18446604467088405824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 1862644

[startup+12.0007 s]
/proc/loadavg: 7.51 7.92 7.17 6/211 21203
/proc/meminfo: memFree=22100808/32950928 swapFree=67111352/67111528
[pid=21185] ppid=21183 vsize=352284 CPUtime=25.75 cores=1,3,5,7
/proc/21185/stat : 21185 (python) R 21183 21185 19964 0 -1 4202496 40712 37073 1 0 719 13 1834 9 17 0 1 0 617346442 360738816 17833 33554432000 4194304 5683644 140734312990208 18446744073709551615 4619677 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21185/statm: 88071 17833 1874 364 0 23995 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 352284

Child status: 0
Real time (s): 12.0128
CPU time (s): 25.7761
CPU user time (s): 25.5371
CPU system time (s): 0.238963
CPU usage (%): 214.571
Max. virtual memory (cumulated for all children) (KiB): 1862644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5371
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77961
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= 1172
involuntary context switches= 251

runsolver used 0.020996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-01 19:32:38
IDJOB=3317865
IDBENCH=88062
IDSOLVER=1706
FILE ID=node113/3317865-1304271157
RUNJOBID= node113-1304267292-19983
PBS_JOBID= 13173966
Free space on /tmp= 72392 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.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-3317865-1304271157/watcher-3317865-1304271157 -o /tmp/evaluation-result-3317865-1304271157/solver-3317865-1304271157 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317865-1304271157.cnf -seed 556978555 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=556978555

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.76
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.846
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.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22179432 kB
Buffers:        807000 kB
Cached:        2817304 kB
SwapCached:         12 kB
Active:        7006604 kB
Inactive:      3233200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22179432 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           36060 kB
Writeback:           0 kB
AnonPages:     6615896 kB
Mapped:          24064 kB
Slab:           446460 kB
PageTables:      23832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  8104780 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= 72360 MiB
End job on node113 at 2011-05-01 19:32:50