Trace number 3378921

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)UNSAT 26.006 11.9902

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.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3378921-1305467433.cnf
0.35/0.68	c INFO: computing task features
1.03/1.34	c INFO: computed variable-clause graph statistics
1.03/1.37	c INFO: computed clause balance statistics
3.93/4.28	c INFO: computed variable balance statistics
6.63/6.93	c INFO: computed small-clause counts
6.63/6.95	c INFO: computed Horn-clause counts
6.83/7.15	c INFO: computed variable graph statistics
6.83/7.15	c INFO: collected features for HOME/instance-3378921-1305467433.cnf in 6.45 s
6.83/7.16	c INFO: running lingeling-276@0 for 1193 with 1193 remaining (b = 0.51)
6.83/7.17	c INFO: running lingeling-276@0 for 97 with 1193 remaining (b = 0.18)
6.83/7.18	c INFO: running cryptominisat-2.9.0@0 for 1193 with 1193 remaining (b = 0.37)
6.83/7.19	c INFO: running lingeling-276@0 for 1193 with 1193 remaining (b = 0.33)
25.66/11.96	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: 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-3378921-1305467433/watcher-3378921-1305467433 -o /tmp/evaluation-result-3378921-1305467433/solver-3378921-1305467433 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378921-1305467433.cnf -seed 320287684 -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: 8.17 7.95 7.15 5/386 2393
/proc/meminfo: memFree=14161064/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/2393/stat : 2393 (python) R 2391 2393 1592 0 -1 4202496 672 0 0 0 0 0 0 0 25 0 1 0 639159185 15548416 567 33554432000 4194304 5683644 140733356942992 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2393/statm: 3796 569 316 364 0 283 0

[startup+0.020263 s]
/proc/loadavg: 8.17 7.95 7.15 5/386 2393
/proc/meminfo: memFree=14161064/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/2393/stat : 2393 (python) R 2391 2393 1592 0 -1 4202496 1046 0 0 0 0 0 0 0 25 0 1 0 639159185 16633856 918 33554432000 4194304 5683644 140733356942992 18446744073709551615 5114063 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2393/statm: 4061 918 381 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100289 s]
/proc/loadavg: 8.17 7.95 7.15 5/386 2393
/proc/meminfo: memFree=14161064/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=85624 CPUtime=0.05 cores=1,3,5,7
/proc/2393/stat : 2393 (python) S 2391 2393 1592 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 639159185 87678976 2348 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/2393/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300257 s]
/proc/loadavg: 8.17 7.95 7.15 5/386 2393
/proc/meminfo: memFree=14161064/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/2393/stat : 2393 (python) S 2391 2393 1592 0 -1 4202496 5968 931 1 0 13 6 0 0 17 0 1 0 639159185 139010048 4150 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/2393/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.70018 s]
/proc/loadavg: 8.17 7.95 7.15 5/386 2393
/proc/meminfo: memFree=14161064/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=283164 CPUtime=0.43 cores=1,3,5,7
/proc/2393/stat : 2393 (python) R 2391 2393 1592 0 -1 4202496 10432 931 1 0 30 13 0 0 15 0 1 0 639159185 289959936 8107 33554432000 4194304 5683644 140733356942992 18446744073709551615 4960950 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2393/statm: 70791 8107 1761 364 0 6715 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 283164

[startup+1.50103 s]
/proc/loadavg: 8.17 7.95 7.15 6/387 2398
/proc/meminfo: memFree=14112076/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=323192 CPUtime=1.23 cores=1,3,5,7
/proc/2393/stat : 2393 (python) R 2391 2393 1592 0 -1 4202496 28420 931 1 0 107 16 0 0 16 0 1 0 639159185 330948608 18182 33554432000 4194304 5683644 140733356942992 18446744073709551615 4539721 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2393/statm: 80798 18182 1826 364 0 16722 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 323192

[startup+3.10075 s]
/proc/loadavg: 7.92 7.90 7.14 6/387 2398
/proc/meminfo: memFree=14091244/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=323192 CPUtime=2.83 cores=1,3,5,7
/proc/2393/stat : 2393 (python) R 2391 2393 1592 0 -1 4202496 28420 931 1 0 267 16 0 0 18 0 1 0 639159185 330948608 18182 33554432000 4194304 5683644 140733356942992 18446744073709551615 47026771974645 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2393/statm: 80798 18182 1826 364 0 16722 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 323192

[startup+6.30017 s]
/proc/loadavg: 7.92 7.90 7.14 6/387 2398
/proc/meminfo: memFree=14089384/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=323192 CPUtime=6.03 cores=1,3,5,7
/proc/2393/stat : 2393 (python) R 2391 2393 1592 0 -1 4202496 28421 931 1 0 587 16 0 0 25 0 1 0 639159185 330948608 18183 33554432000 4194304 5683644 140733356942992 18446744073709551615 4943878 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2393/statm: 80798 18183 1827 364 0 16722 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 323192

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

[startup+9.50057 s]
/proc/loadavg: 7.68 7.85 7.13 9/399 2410
/proc/meminfo: memFree=13999716/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=362592 CPUtime=6.92 cores=1,3,5,7
/proc/2393/stat : 2393 (python) S 2391 2393 1592 0 -1 4202496 31607 931 1 0 675 17 0 0 20 0 5 0 639159185 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2393/statm: 90648 17844 1881 364 0 26557 0
[pid=2399] ppid=2393 vsize=321580 CPUtime=0 cores=1,3,5,7
/proc/2399/stat : 2399 (python) S 2393 2393 1592 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 639159901 329297920 16300 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317583 0 0 16781312 514 14639852192597508360 0 0 17 3 0 0 0
/proc/2399/statm: 80395 16300 353 364 0 16313 0
[pid=2401] ppid=2399 vsize=18648 CPUtime=2.32 cores=1,3,5,7
/proc/2401/stat : 2401 (lingeling) R 2399 2401 2401 0 -1 4202496 5140 0 0 0 232 0 0 0 25 0 1 0 639159902 19095552 3608 33554432000 4194304 4352236 140733922413744 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2401/statm: 4662 3608 129 39 0 3742 0
[pid=2402] ppid=2393 vsize=331836 CPUtime=0 cores=1,3,5,7
/proc/2402/stat : 2402 (python) S 2393 2393 1592 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 639159902 339800064 16298 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 10400666694887375110 0 0 17 7 0 0 0
/proc/2402/statm: 82959 16298 347 364 0 18874 0
[pid=2404] ppid=2402 vsize=18648 CPUtime=2.31 cores=1,3,5,7
/proc/2404/stat : 2404 (lingeling) R 2402 2404 2404 0 -1 4202496 5213 0 0 0 231 0 0 0 25 0 1 0 639159903 19095552 3676 33554432000 4194304 4352236 140736028840032 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2404/statm: 4662 3676 129 39 0 3742 0
[pid=2405] ppid=2393 vsize=342092 CPUtime=0 cores=1,3,5,7
/proc/2405/stat : 2405 (python) S 2393 2393 1592 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 639159903 350302208 16302 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 6713503654285902084 0 0 17 7 0 0 0
/proc/2405/statm: 85523 16302 347 364 0 21435 0
[pid=2407] ppid=2405 vsize=63092 CPUtime=2.27 cores=1,3,5,7
/proc/2407/stat : 2407 (cryptominisat-2) R 2405 2407 2407 0 -1 4202496 11204 0 0 0 226 1 0 0 25 0 1 0 639159904 64606208 9762 33554432000 4194304 4677096 140736837614144 18446744073709551615 4319568 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2407/statm: 15773 9762 383 118 0 10732 0
[pid=2408] ppid=2393 vsize=352348 CPUtime=0 cores=1,3,5,7
/proc/2408/stat : 2408 (python) S 2393 2393 1592 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 639159904 360804352 16306 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 8489526644690616584 0 0 17 3 0 0 0
/proc/2408/statm: 88087 16306 347 364 0 23996 0
[pid=2410] ppid=2408 vsize=18648 CPUtime=2.29 cores=1,3,5,7
/proc/2410/stat : 2410 (lingeling) R 2408 2410 2410 0 -1 4202496 5208 0 0 0 229 0 0 0 25 0 1 0 639159905 19095552 3677 33554432000 4194304 4352236 140733773438336 18446744073709551615 4328181 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2410/statm: 4662 3677 129 39 0 3742 0
[pid=2393/tid=2400] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 639159902 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (python) S 2391 2393 1592 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 5 0 639159903 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (python) S 2391 2393 1592 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 639159904 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 639159905 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16.11
Current children cumulated vsize (KiB) 1829484

[startup+11.1013 s]
/proc/loadavg: 7.68 7.85 7.13 9/399 2410
/proc/meminfo: memFree=13981612/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=362592 CPUtime=6.92 cores=1,3,5,7
/proc/2393/stat : 2393 (python) S 2391 2393 1592 0 -1 4202496 31607 931 1 0 675 17 0 0 20 0 5 0 639159185 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2393/statm: 90648 17844 1881 364 0 26557 0
[pid=2399] ppid=2393 vsize=321580 CPUtime=0 cores=1,3,5,7
/proc/2399/stat : 2399 (python) S 2393 2393 1592 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 639159901 329297920 16300 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317583 0 0 16781312 514 14639852192597508360 0 0 17 3 0 0 0
/proc/2399/statm: 80395 16300 353 364 0 16313 0
[pid=2401] ppid=2399 vsize=24148 CPUtime=3.92 cores=1,3,5,7
/proc/2401/stat : 2401 (lingeling) R 2399 2401 2401 0 -1 4202496 6228 0 0 0 392 0 0 0 25 0 1 0 639159902 24727552 4696 33554432000 4194304 4352236 140733922413744 18446744073709551615 4208587 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2401/statm: 6037 4696 129 39 0 5117 0
[pid=2402] ppid=2393 vsize=331836 CPUtime=0 cores=1,3,5,7
/proc/2402/stat : 2402 (python) S 2393 2393 1592 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 639159902 339800064 16298 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 10400666694887375110 0 0 17 7 0 0 0
/proc/2402/statm: 82959 16298 347 364 0 18874 0
[pid=2404] ppid=2402 vsize=24164 CPUtime=3.91 cores=1,3,5,7
/proc/2404/stat : 2404 (lingeling) R 2402 2404 2404 0 -1 4202496 6237 0 0 0 391 0 0 0 25 0 1 0 639159903 24743936 4700 33554432000 4194304 4352236 140736028840032 18446744073709551615 4312756 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2404/statm: 6041 4700 129 39 0 5121 0
[pid=2405] ppid=2393 vsize=342092 CPUtime=0 cores=1,3,5,7
/proc/2405/stat : 2405 (python) S 2393 2393 1592 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 639159903 350302208 16302 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 6713503654285902084 0 0 17 7 0 0 0
/proc/2405/statm: 85523 16302 347 364 0 21435 0
[pid=2407] ppid=2405 vsize=67644 CPUtime=3.85 cores=1,3,5,7
/proc/2407/stat : 2407 (cryptominisat-2) R 2405 2407 2407 0 -1 4202496 12434 0 0 0 383 2 0 0 25 0 1 0 639159904 69267456 9783 33554432000 4194304 4677096 140736837614144 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2407/statm: 16911 9783 383 118 0 11870 0
[pid=2408] ppid=2393 vsize=352348 CPUtime=0 cores=1,3,5,7
/proc/2408/stat : 2408 (python) S 2393 2393 1592 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 639159904 360804352 16306 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 8489526644690616584 0 0 17 3 0 0 0
/proc/2408/statm: 88087 16306 347 364 0 23996 0
[pid=2410] ppid=2408 vsize=24164 CPUtime=3.9 cores=1,3,5,7
/proc/2410/stat : 2410 (lingeling) R 2408 2410 2410 0 -1 4202496 6232 0 0 0 389 1 0 0 25 0 1 0 639159905 24743936 4701 33554432000 4194304 4352236 140733773438336 18446744073709551615 4209410 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2410/statm: 6041 4701 129 39 0 5121 0
[pid=2393/tid=2400] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 639159902 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (python) S 2391 2393 1592 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 5 0 639159903 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (python) S 2391 2393 1592 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 639159904 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 639159905 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.5
Current children cumulated vsize (KiB) 1850568

[startup+11.5012 s]
/proc/loadavg: 7.68 7.85 7.13 9/399 2410
/proc/meminfo: memFree=13981612/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=362592 CPUtime=6.92 cores=1,3,5,7
/proc/2393/stat : 2393 (python) S 2391 2393 1592 0 -1 4202496 31607 931 1 0 675 17 0 0 20 0 5 0 639159185 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2393/statm: 90648 17844 1881 364 0 26557 0
[pid=2399] ppid=2393 vsize=321580 CPUtime=0.01 cores=1,3,5,7
/proc/2399/stat : 2399 (python) S 2393 2393 1592 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 639159901 329297920 16323 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317583 0 0 16781312 514 14639852192597508360 0 0 17 3 0 0 0
/proc/2399/statm: 80395 16323 376 364 0 16313 0
[pid=2401] ppid=2399 vsize=24148 CPUtime=4.28 cores=1,3,5,7
/proc/2401/stat : 2401 (lingeling) R 2399 2401 2401 0 -1 4202496 6228 0 0 0 428 0 0 0 25 0 1 0 639159902 24727552 4696 33554432000 4194304 4352236 140733922413744 18446744073709551615 4328363 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2401/statm: 6037 4696 129 39 0 5117 0
[pid=2402] ppid=2393 vsize=331836 CPUtime=0.01 cores=1,3,5,7
/proc/2402/stat : 2402 (python) S 2393 2393 1592 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 639159902 339800064 16321 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 10400666694887375110 0 0 17 7 0 0 0
/proc/2402/statm: 82959 16321 370 364 0 18874 0
[pid=2404] ppid=2402 vsize=24164 CPUtime=4.31 cores=1,3,5,7
/proc/2404/stat : 2404 (lingeling) R 2402 2404 2404 0 -1 4202496 6237 0 0 0 431 0 0 0 25 0 1 0 639159903 24743936 4700 33554432000 4194304 4352236 140736028840032 18446744073709551615 4207650 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2404/statm: 6041 4700 129 39 0 5121 0
[pid=2405] ppid=2393 vsize=342092 CPUtime=0.01 cores=1,3,5,7
/proc/2405/stat : 2405 (python) S 2393 2393 1592 0 -1 4202560 927 0 0 0 1 0 0 0 15 0 1 0 639159903 350302208 16325 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 5606939986562613508 0 0 17 7 0 0 0
/proc/2405/statm: 85523 16325 370 364 0 21435 0
[pid=2407] ppid=2405 vsize=80016 CPUtime=4.21 cores=1,3,5,7
/proc/2407/stat : 2407 (cryptominisat-2) R 2405 2407 2407 0 -1 4202496 13421 0 0 0 419 2 0 0 25 0 1 0 639159904 81936384 10770 33554432000 4194304 4677096 140736837614144 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2407/statm: 20004 10770 387 118 0 14963 0
[pid=2408] ppid=2393 vsize=352348 CPUtime=0.01 cores=1,3,5,7
/proc/2408/stat : 2408 (python) S 2393 2393 1592 0 -1 4202560 920 0 0 0 0 1 0 0 18 0 1 0 639159904 360804352 16329 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 8489526644690616584 0 0 17 3 0 0 0
/proc/2408/statm: 88087 16329 370 364 0 23996 0
[pid=2410] ppid=2408 vsize=24164 CPUtime=4.3 cores=1,3,5,7
/proc/2410/stat : 2410 (lingeling) R 2408 2410 2410 0 -1 4202496 6232 0 0 0 429 1 0 0 25 0 1 0 639159905 24743936 4701 33554432000 4194304 4352236 140733773438336 18446744073709551615 4267568 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2410/statm: 6041 4701 129 39 0 5121 0
[pid=2393/tid=2400] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 639159902 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (python) S 2391 2393 1592 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 5 0 639159903 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (python) S 2391 2393 1592 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 639159904 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 639159905 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 1862940

[startup+11.9011 s]
/proc/loadavg: 7.68 7.85 7.13 9/399 2410
/proc/meminfo: memFree=13981612/32951124 swapFree=67111348/67111528
[pid=2393] ppid=2391 vsize=362592 CPUtime=6.92 cores=1,3,5,7
/proc/2393/stat : 2393 (python) S 2391 2393 1592 0 -1 4202496 31607 931 1 0 675 17 0 0 20 0 5 0 639159185 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2393/statm: 90648 17844 1881 364 0 26557 0
[pid=2399] ppid=2393 vsize=321580 CPUtime=0.01 cores=1,3,5,7
/proc/2399/stat : 2399 (python) S 2393 2393 1592 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 639159901 329297920 16323 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317583 0 0 16781312 514 14639852192597508360 0 0 17 3 0 0 0
/proc/2399/statm: 80395 16323 376 364 0 16313 0
[pid=2401] ppid=2399 vsize=24148 CPUtime=4.68 cores=1,3,5,7
/proc/2401/stat : 2401 (lingeling) R 2399 2401 2401 0 -1 4202496 6228 0 0 0 468 0 0 0 25 0 1 0 639159902 24727552 4696 33554432000 4194304 4352236 140733922413744 18446744073709551615 4329165 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2401/statm: 6037 4696 129 39 0 5117 0
[pid=2402] ppid=2393 vsize=331836 CPUtime=0.01 cores=1,3,5,7
/proc/2402/stat : 2402 (python) S 2393 2393 1592 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 639159902 339800064 16321 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 10400666694887375110 0 0 17 7 0 0 0
/proc/2402/statm: 82959 16321 370 364 0 18874 0
[pid=2404] ppid=2402 vsize=24164 CPUtime=4.71 cores=1,3,5,7
/proc/2404/stat : 2404 (lingeling) R 2402 2404 2404 0 -1 4202496 6237 0 0 0 471 0 0 0 25 0 1 0 639159903 24743936 4700 33554432000 4194304 4352236 140736028840032 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2404/statm: 6041 4700 129 39 0 5121 0
[pid=2405] ppid=2393 vsize=342092 CPUtime=0.01 cores=1,3,5,7
/proc/2405/stat : 2405 (python) S 2393 2393 1592 0 -1 4202560 927 0 0 0 1 0 0 0 15 0 1 0 639159903 350302208 16325 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 6713503654285902084 0 0 17 7 0 0 0
/proc/2405/statm: 85523 16325 370 364 0 21435 0
[pid=2407] ppid=2405 vsize=80016 CPUtime=4.61 cores=1,3,5,7
/proc/2407/stat : 2407 (cryptominisat-2) R 2405 2407 2407 0 -1 4202496 13500 0 0 0 459 2 0 0 25 0 1 0 639159904 81936384 10849 33554432000 4194304 4677096 140736837614144 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2407/statm: 20004 10849 387 118 0 14963 0
[pid=2408] ppid=2393 vsize=352348 CPUtime=0.01 cores=1,3,5,7
/proc/2408/stat : 2408 (python) S 2393 2393 1592 0 -1 4202560 920 0 0 0 0 1 0 0 18 0 1 0 639159904 360804352 16329 33554432000 4194304 5683644 140733356942992 18446744073709551615 233510317638 0 0 16781312 514 8489526644690616584 0 0 17 3 0 0 0
/proc/2408/statm: 88087 16329 370 364 0 23996 0
[pid=2410] ppid=2408 vsize=24164 CPUtime=4.7 cores=1,3,5,7
/proc/2410/stat : 2410 (lingeling) R 2408 2410 2410 0 -1 4202496 6232 0 0 0 469 1 0 0 25 0 1 0 639159905 24743936 4701 33554432000 4194304 4352236 140733773438336 18446744073709551615 4331649 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2410/statm: 6041 4701 129 39 0 5121 0
[pid=2393/tid=2400] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 639159902 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (python) S 2391 2393 1592 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 5 0 639159903 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (python) S 2391 2393 1592 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 639159904 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 7 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=362592 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (python) S 2391 2393 1592 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 639159905 371294208 17844 33554432000 4194304 5683644 140733356942992 18446744073709551615 233522121137 0 0 16781312 2 18446604462407915648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 1862940

Child status: 0
Real time (s): 11.9902
CPU time (s): 26.006
CPU user time (s): 25.7051
CPU system time (s): 0.300954
CPU usage (%): 216.894
Max. virtual memory (cumulated for all children) (KiB): 1862940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7051
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77989
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= 3078
involuntary context switches= 263

runsolver used 0.041993 second user time and 0.116982 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 15:50:33
IDJOB=3378921
IDBENCH=88062
IDSOLVER=1860
FILE ID=node145/3378921-1305467433
RUNJOBID= node145-1305463524-1611
PBS_JOBID= 13325000
Free space on /tmp= 73632 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
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-3378921-1305467433/watcher-3378921-1305467433 -o /tmp/evaluation-result-3378921-1305467433/solver-3378921-1305467433 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378921-1305467433.cnf -seed 320287684 -budget 4800 -cores 4

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=320287684

node145.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.786
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.57
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.786
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.786
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14161220 kB
Buffers:        320900 kB
Cached:        8613176 kB
SwapCached:          0 kB
Active:       11584064 kB
Inactive:      6831776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14161220 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           35344 kB
Writeback:           0 kB
AnonPages:     9481916 kB
Mapped:          34904 kB
Slab:           260104 kB
PageTables:      48184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84624460 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= 73600 MiB
End job on node145 at 2011-05-15 15:50:45