Trace number 3498526

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-seq-industrial (fixed)UNSAT 95.6235 95.5948

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.46	c INFO: solving HOME/instance-3498526-1307957559.cnf
0.30/0.46	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.51	c INFO: computed clause balance statistics
0.60/0.72	c INFO: computed variable balance statistics
0.70/0.88	c INFO: computed small-clause counts
0.70/0.88	c INFO: computed Horn-clause counts
0.80/0.92	c INFO: computed variable graph statistics
0.80/0.92	c INFO: collected features for HOME/instance-3498526-1307957559.cnf in 0.46 s
0.80/0.95	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
95.50/95.57	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498526-1307957559/watcher-3498526-1307957559 -o /var/tmp/evaluation-result-3498526-1307957559/solver-3498526-1307957559 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498526-1307957559.cnf -seed 1237611197 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.07 2.02 1.94 2/201 2480
/proc/meminfo: memFree=11329392/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 714 0 0 0 0 0 0 0 25 0 1 0 888171784 15548416 604 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/2480/statm: 3796 604 319 364 0 283 0

[startup+0.0237279 s]
/proc/loadavg: 2.07 2.02 1.94 2/201 2480
/proc/meminfo: memFree=11329392/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 1186 0 0 0 1 0 0 0 25 0 1 0 888171784 16932864 1046 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/2480/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100723 s]
/proc/loadavg: 2.07 2.02 1.94 2/201 2480
/proc/meminfo: memFree=11329392/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/2480/stat : 2480 (python) R 2478 2480 2096 0 -1 4202496 3091 0 0 0 5 2 0 0 17 0 1 0 888171784 106733568 2770 33554432000 4194304 5683644 140734000836400 18446744073709551615 5116763 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2480/statm: 26058 2770 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300712 s]
/proc/loadavg: 2.07 2.02 1.94 2/201 2480
/proc/meminfo: memFree=11329392/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=190256 CPUtime=0.23 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 6895 933 1 0 16 7 0 0 17 0 1 0 888171784 194822144 4944 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/2480/statm: 47564 4944 1422 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190256

[startup+0.70064 s]
/proc/loadavg: 2.07 2.02 1.94 2/201 2480
/proc/meminfo: memFree=11329392/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=280812 CPUtime=0.6 cores=0,2,4,6
/proc/2480/stat : 2480 (python) R 2478 2480 2096 0 -1 4202496 10091 933 1 0 51 9 0 0 17 0 1 0 888171784 287551488 7614 33554432000 4194304 5683644 140734000836400 18446744073709551615 4603526 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2480/statm: 70203 7614 1826 364 0 6127 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 280812

[startup+1.50053 s]
/proc/loadavg: 2.07 2.02 1.94 3/205 2488
/proc/meminfo: memFree=11302600/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 784 0 0 0 0 0 0 0 20 0 1 0 888171879 286916608 5985 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 16755296071764148223 0 0 17 2 0 0 0
/proc/2486/statm: 70048 5985 352 364 0 5966 0
[pid=2488] ppid=2486 vsize=5716 CPUtime=0.54 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 1106 0 0 0 54 0 0 0 23 0 1 0 888171879 5853184 599 33554432000 4194304 4352236 140736790428336 18446744073709551615 4207780 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 1429 599 129 39 0 509 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 576344

[startup+3.10122 s]
/proc/loadavg: 2.07 2.02 1.94 3/205 2488
/proc/meminfo: memFree=11300244/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 888171879 286916608 5992 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 16755296071764115716 0 0 17 2 0 0 0
/proc/2486/statm: 70048 5992 359 364 0 5966 0
[pid=2488] ppid=2486 vsize=7272 CPUtime=2.14 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 1783 0 0 0 214 0 0 0 25 0 1 0 888171879 7446528 1020 33554432000 4194304 4352236 140736790428336 18446744073709551615 4278818 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 1818 1020 129 39 0 898 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 577900

[startup+6.30061 s]
/proc/loadavg: 2.07 2.02 1.94 3/205 2488
/proc/meminfo: memFree=11298260/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 958 0 0 0 0 0 0 0 18 0 1 0 888171879 286916608 6014 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 16755296071764115716 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6014 381 364 0 5966 0
[pid=2488] ppid=2486 vsize=8688 CPUtime=5.34 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 2745 0 0 0 534 0 0 0 25 0 1 0 888171879 8896512 1374 33554432000 4194304 4352236 140736790428336 18446744073709551615 4280004 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 2172 1374 129 39 0 1252 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 579316

[startup+12.7004 s]
/proc/loadavg: 2.14 2.03 1.95 3/205 2489
/proc/meminfo: memFree=11298160/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 888171879 286916608 6014 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6014 381 364 0 5966 0
[pid=2488] ppid=2486 vsize=9332 CPUtime=11.73 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 4122 0 0 0 1173 0 0 0 25 0 1 0 888171879 9555968 1535 33554432000 4194304 4352236 140736790428336 18446744073709551615 4234484 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 2333 1535 129 39 0 1413 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 579960

[startup+25.5011 s]
/proc/loadavg: 2.11 2.03 1.95 3/205 2489
/proc/meminfo: memFree=11297696/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.02 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 965 0 0 0 1 1 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=9772 CPUtime=24.54 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 7580 0 0 0 2453 1 0 0 25 0 1 0 888171879 10006528 1645 33554432000 4194304 4352236 140736790428336 18446744073709551615 4234468 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 2443 1645 129 39 0 1523 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 580400

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 1.95 3/205 2490
/proc/meminfo: memFree=11293004/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.05 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 974 0 0 0 2 3 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=14640 CPUtime=50.13 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 13501 0 0 0 5012 1 0 0 25 0 1 0 888171879 14991360 2862 33554432000 4194304 4352236 140736790428336 18446744073709551615 4234523 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 3660 2862 129 39 0 2740 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 585268

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

[startup+76.7007 s]
/proc/loadavg: 2.05 2.02 1.95 3/205 2490
/proc/meminfo: memFree=11286624/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.07 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 981 0 0 0 3 4 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=18484 CPUtime=75.74 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 19294 0 0 0 7572 2 0 0 25 0 1 0 888171879 18927616 3823 33554432000 4194304 4352236 140736790428336 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 4621 3823 129 39 0 3701 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 589112

[startup+83.1005 s]
/proc/loadavg: 2.04 2.02 1.95 3/205 2490
/proc/meminfo: memFree=11280296/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.09 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 986 0 0 0 4 5 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=17972 CPUtime=82.13 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 20510 0 0 0 8211 2 0 0 25 0 1 0 888171879 18403328 3695 33554432000 4194304 4352236 140736790428336 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 4493 3695 129 39 0 3573 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 83.07
Current children cumulated vsize (KiB) 588600

[startup+89.5003 s]
/proc/loadavg: 2.04 2.02 1.95 3/205 2491
/proc/meminfo: memFree=11280296/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.09 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 988 0 0 0 4 5 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=14132 CPUtime=88.54 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 21342 0 0 0 8851 3 0 0 25 0 1 0 888171879 14471168 2735 33554432000 4194304 4352236 140736790428336 18446744073709551615 4328252 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 3533 2735 129 39 0 2613 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 89.48
Current children cumulated vsize (KiB) 584760

[startup+92.7007 s]
/proc/loadavg: 2.04 2.02 1.95 3/205 2491
/proc/meminfo: memFree=11271984/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.09 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 988 0 0 0 4 5 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=21300 CPUtime=91.74 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 23134 0 0 0 9171 3 0 0 25 0 1 0 888171879 21811200 4527 33554432000 4194304 4352236 140736790428336 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 5325 4527 129 39 0 4405 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 92.68
Current children cumulated vsize (KiB) 591928

[startup+94.3004 s]
/proc/loadavg: 2.04 2.02 1.95 3/205 2491
/proc/meminfo: memFree=11270984/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.09 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 988 0 0 0 4 5 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=18740 CPUtime=93.34 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 23198 0 0 0 9331 3 0 0 25 0 1 0 888171879 19189760 3887 33554432000 4194304 4352236 140736790428336 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 4685 3887 129 39 0 3765 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 94.28
Current children cumulated vsize (KiB) 589368

[startup+95.1003 s]
/proc/loadavg: 2.03 2.02 1.95 3/205 2491
/proc/meminfo: memFree=11273092/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.11 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 990 0 0 0 5 6 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=14900 CPUtime=94.14 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 23262 0 0 0 9411 3 0 0 25 0 1 0 888171879 15257600 2927 33554432000 4194304 4352236 140736790428336 18446744073709551615 4328881 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 3725 2927 129 39 0 2805 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 95.1
Current children cumulated vsize (KiB) 585528

[startup+95.5012 s]
/proc/loadavg: 2.03 2.02 1.95 3/205 2491
/proc/meminfo: memFree=11273092/32951124 swapFree=67062232/67111528
[pid=2480] ppid=2478 vsize=290436 CPUtime=0.85 cores=0,2,4,6
/proc/2480/stat : 2480 (python) S 2478 2480 2096 0 -1 4202496 10473 933 1 0 76 9 0 0 20 0 2 0 888171784 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2480/statm: 72609 7512 1875 364 0 8527 0
[pid=2486] ppid=2480 vsize=280192 CPUtime=0.11 cores=0,2,4,6
/proc/2486/stat : 2486 (python) S 2480 2480 2096 0 -1 4202560 990 0 0 0 5 6 0 0 18 0 1 0 888171879 286916608 6015 33554432000 4194304 5683644 140734000836400 18446744073709551615 220816256527 0 0 16781312 514 3755456731459584260 0 0 17 2 0 0 0
/proc/2486/statm: 70048 6015 382 364 0 5966 0
[pid=2488] ppid=2486 vsize=14900 CPUtime=94.54 cores=0,2,4,6
/proc/2488/stat : 2488 (lingeling) R 2486 2488 2488 0 -1 4202496 23262 0 0 0 9451 3 0 0 25 0 1 0 888171879 15257600 2927 33554432000 4194304 4352236 140736790428336 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2488/statm: 3725 2927 129 39 0 2805 0
[pid=2480/tid=2487] ppid=2478 vsize=290436 CPUtime=0 cores=0,2,4,6
/proc/2480/task/2487/stat : 2487 (python) S 2478 2480 2096 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 888171879 297406464 7512 33554432000 4194304 5683644 140734000836400 18446744073709551615 220828060081 0 0 16781312 2 18446604452518873216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 95.5
Current children cumulated vsize (KiB) 585528

Child status: 0
Real time (s): 95.5948
CPU time (s): 95.6235
CPU user time (s): 95.4185
CPU system time (s): 0.204968
CPU usage (%): 100.03
Max. virtual memory (cumulated for all children) (KiB): 592184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.4185
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40414
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= 1102
involuntary context switches= 117

runsolver used 0.167974 second user time and 0.360945 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 11:32:39
IDJOB=3498526
IDBENCH=88025
IDSOLVER=1991
FILE ID=node147/3498526-1307957559
RUNJOBID= node147-1307953113-2114
PBS_JOBID= 13559681
Free space on /var/tmp= 2868 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498526-1307957559/watcher-3498526-1307957559 -o /var/tmp/evaluation-result-3498526-1307957559/solver-3498526-1307957559 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498526-1307957559.cnf -seed 1237611197 -budget 5000

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=1237611197

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11329696 kB
Buffers:        103964 kB
Cached:       19483604 kB
SwapCached:      10356 kB
Active:        5541180 kB
Inactive:     15381652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11329696 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           31964 kB
Writeback:           0 kB
AnonPages:     1333116 kB
Mapped:          17036 kB
Slab:           621968 kB
PageTables:      13276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2889464 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 /var/tmp at the end= 2836 MiB
End job on node147 at 2011-06-13 11:34:14