Trace number 3498544

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 441.068 443.117

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-25-U-7061.cnf
MD5SUM23c04ef615431bf15ef9eafe9b944fb8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.79273
Satisfiable
(Un)Satisfiability was proved
Number of variables541150
Number of clauses1645836
Sum of the clauses size4001876
Maximum clause length1576
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 21092306
Number of clauses of size 3543262
Number of clauses of size 44256
Number of clauses of size 51339
Number of clauses of size over 54532

Solver Data

0.42/2.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/2.51	c INFO: solving HOME/instance-3498544-1307958141.cnf
0.42/2.51	c INFO: computing task features
7.11/9.25	c INFO: computed variable-clause graph statistics
7.32/9.47	c INFO: computed clause balance statistics
35.62/37.71	c INFO: computed variable balance statistics
56.02/58.13	c INFO: computed small-clause counts
57.01/59.14	c INFO: computed Horn-clause counts
425.53/427.63	c INFO: computed variable graph statistics
425.53/427.64	c INFO: collected features for HOME/instance-3498544-1307958141.cnf in 424.93 s
425.53/427.66	c INFO: running lingeling-276@0 for 194 with 4575 remaining (b = 0.93)
440.90/443.02	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 /tmp/evaluation-result-3498544-1307958141/watcher-3498544-1307958141 -o /tmp/evaluation-result-3498544-1307958141/solver-3498544-1307958141 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498544-1307958141.cnf -seed 1700814506 -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.08 2.02 1.97 1/171 9264
/proc/meminfo: memFree=4068628/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 725 0 0 0 0 0 0 0 21 0 1 0 888230571 15548416 615 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9264/statm: 3796 615 321 364 0 283 0

[startup+0.0151009 s]
/proc/loadavg: 2.08 2.02 1.97 1/171 9264
/proc/meminfo: memFree=4068628/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 870 0 0 0 0 0 0 0 21 0 1 0 888230571 16154624 751 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039016196 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9264/statm: 3944 753 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.101118 s]
/proc/loadavg: 2.08 2.02 1.97 1/171 9264
/proc/meminfo: memFree=4068628/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 1185 0 0 0 1 0 0 0 21 0 1 0 888230571 16932864 1046 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9264/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.301132 s]
/proc/loadavg: 2.08 2.02 1.97 1/171 9264
/proc/meminfo: memFree=4068628/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=54536 CPUtime=0.06 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 2057 0 0 0 4 2 0 0 19 0 1 0 888230571 55844864 1814 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9264/statm: 13634 1814 492 364 0 1284 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54536

[startup+0.701068 s]
/proc/loadavg: 2.08 2.02 1.97 1/171 9264
/proc/meminfo: memFree=4068628/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=124236 CPUtime=0.13 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 4265 0 1 0 9 4 0 0 15 0 1 0 888230571 127217664 3873 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9264/statm: 31059 3873 996 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124236

[startup+1.50091 s]
/proc/loadavg: 1.91 1.99 1.96 1/172 9269
/proc/meminfo: memFree=4056120/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=135752 CPUtime=0.21 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 5976 930 1 0 15 6 0 0 15 0 1 0 888230571 139010048 4149 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9264/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+3.10062 s]
/proc/loadavg: 1.91 1.99 1.96 1/172 9269
/proc/meminfo: memFree=4055996/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=346796 CPUtime=1.02 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 26205 930 1 0 87 15 0 0 16 0 1 0 888230571 355119104 23873 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9264/statm: 86699 23873 1761 364 0 22623 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 346796
heavy processes:

[startup+6.30101 s]
/proc/loadavg: 1.91 1.99 1.96 2/172 9269
/proc/meminfo: memFree=3830452/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=559660 CPUtime=4.21 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 73770 930 1 0 399 22 0 0 21 0 1 0 888230571 573091840 71438 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860193989 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 139915 71439 1761 364 0 75839 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 559660
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 1.77 1.95 1.95 2/172 9270
/proc/meminfo: memFree=3729560/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=596920 CPUtime=10.62 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 143716 930 1 0 1030 32 0 0 25 0 1 0 888230571 611246080 86615 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039341776 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 149230 86615 1826 364 0 85154 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 596920

[startup+25.5006 s]
/proc/loadavg: 1.65 1.92 1.94 2/172 9270
/proc/meminfo: memFree=3730864/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=596920 CPUtime=23.42 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 143716 930 1 0 2310 32 0 0 25 0 1 0 888230571 611246080 86615 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519892667547 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 149230 86615 1826 364 0 85154 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 596920

[startup+51.1011 s]
/proc/loadavg: 1.43 1.85 1.91 2/172 9271
/proc/meminfo: memFree=3731272/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=596920 CPUtime=49.02 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 143717 930 1 0 4870 32 0 0 25 0 1 0 888230571 611246080 86616 33554432000 4194304 5683644 140736356663136 18446744073709551615 4273640 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 149230 86616 1827 364 0 85154 0
Current children cumulated CPU time (s) 49.02
Current children cumulated vsize (KiB) 596920

[startup+102.306 s]
/proc/loadavg: 1.17 1.70 1.85 2/172 9272
/proc/meminfo: memFree=3718684/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=100.22 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 9989 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013196 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 100.22
Current children cumulated vsize (KiB) 609776

[startup+162.301 s]
/proc/loadavg: 1.06 1.57 1.80 2/172 9274
/proc/meminfo: memFree=3718776/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=160.22 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 15989 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013196 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 160.22
Current children cumulated vsize (KiB) 609776

[startup+222.3 s]
/proc/loadavg: 1.02 1.46 1.75 2/172 9275
/proc/meminfo: memFree=3718736/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=220.22 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 21989 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013184 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 220.22
Current children cumulated vsize (KiB) 609776

[startup+282.301 s]
/proc/loadavg: 1.01 1.38 1.70 2/172 9277
/proc/meminfo: memFree=3718928/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=280.22 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 27989 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013184 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 609776

[startup+342.301 s]
/proc/loadavg: 1.00 1.31 1.65 2/172 9278
/proc/meminfo: memFree=3718888/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=340.22 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 33989 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013196 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 340.22
Current children cumulated vsize (KiB) 609776

[startup+402.3 s]
/proc/loadavg: 1.00 1.25 1.61 2/172 9280
/proc/meminfo: memFree=3718968/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=400.23 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 39990 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013196 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 400.23
Current children cumulated vsize (KiB) 609776

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.24 1.60 2/172 9280
/proc/meminfo: memFree=3718960/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=407.43 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 40710 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013196 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 407.43
Current children cumulated vsize (KiB) 609776

[startup+422.301 s]
/proc/loadavg: 1.00 1.23 1.59 2/172 9281
/proc/meminfo: memFree=3718952/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=609776 CPUtime=420.23 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 146937 930 1 0 41990 33 0 0 25 0 1 0 888230571 624410624 89836 33554432000 4194304 5683644 140736356663136 18446744073709551615 47519860013196 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9264/statm: 152444 89836 1833 364 0 88368 0
Current children cumulated CPU time (s) 420.23
Current children cumulated vsize (KiB) 609776

[startup+435.1 s]
/proc/loadavg: 1.00 1.22 1.59 2/175 9284
/proc/meminfo: memFree=3595544/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=594064 CPUtime=425.59 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 147304 930 1 0 42525 34 0 0 25 0 2 0 888230571 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9264/statm: 148516 83387 1875 364 0 84434 0
[pid=9282] ppid=9264 vsize=583820 CPUtime=0 cores=0,2,4,6
/proc/9282/stat : 9282 (python) S 9264 9264 8950 0 -1 4202560 965 0 0 0 0 0 0 0 18 0 1 0 888273337 597831680 81889 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039675407 0 0 16781312 514 4557194501327651076 0 0 17 4 0 0 0
/proc/9282/statm: 145955 81889 381 364 0 81873 0
[pid=9284] ppid=9282 vsize=150008 CPUtime=7.4 cores=0,2,4,6
/proc/9284/stat : 9284 (lingeling) R 9282 9284 9284 0 -1 4202496 59019 0 0 0 734 6 0 0 25 0 1 0 888273338 153608192 36670 33554432000 4194304 4352236 140734176119504 18446744073709551615 4214338 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9284/statm: 37502 36670 127 39 0 36582 0
[pid=9264/tid=9283] ppid=9262 vsize=594064 CPUtime=0 cores=0,2,4,6
/proc/9264/task/9283/stat : 9283 (python) S 9262 9264 8950 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 888273338 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051478961 0 0 16781312 2 18446604453985228928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 432.99
Current children cumulated vsize (KiB) 1327892

[startup+438.301 s]
/proc/loadavg: 1.00 1.22 1.58 2/175 9284
/proc/meminfo: memFree=3592804/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=594064 CPUtime=425.59 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 147304 930 1 0 42525 34 0 0 25 0 2 0 888230571 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9264/statm: 148516 83387 1875 364 0 84434 0
[pid=9282] ppid=9264 vsize=583820 CPUtime=0.01 cores=0,2,4,6
/proc/9282/stat : 9282 (python) S 9264 9264 8950 0 -1 4202560 968 0 0 0 0 1 0 0 18 0 1 0 888273337 597831680 81889 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039675407 0 0 16781312 514 1249397052874391812 0 0 17 4 0 0 0
/proc/9282/statm: 145955 81889 381 364 0 81873 0
[pid=9284] ppid=9282 vsize=152828 CPUtime=10.6 cores=0,2,4,6
/proc/9284/stat : 9284 (lingeling) R 9282 9284 9284 0 -1 4202496 59724 0 0 0 1054 6 0 0 25 0 1 0 888273338 156495872 37375 33554432000 4194304 4352236 140734176119504 18446744073709551615 4297710 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9284/statm: 38207 37375 127 39 0 37287 0
[pid=9264/tid=9283] ppid=9262 vsize=594064 CPUtime=0 cores=0,2,4,6
/proc/9264/task/9283/stat : 9283 (python) S 9262 9264 8950 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 888273338 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051478961 0 0 16781312 2 18446604453985228928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 436.2
Current children cumulated vsize (KiB) 1330712

[startup+441.501 s]
/proc/loadavg: 1.00 1.22 1.58 2/175 9284
/proc/meminfo: memFree=3587220/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=594064 CPUtime=425.59 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 147304 930 1 0 42525 34 0 0 25 0 2 0 888230571 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9264/statm: 148516 83387 1875 364 0 84434 0
[pid=9282] ppid=9264 vsize=583820 CPUtime=0.01 cores=0,2,4,6
/proc/9282/stat : 9282 (python) S 9264 9264 8950 0 -1 4202560 968 0 0 0 0 1 0 0 18 0 1 0 888273337 597831680 81889 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039675407 0 0 16781312 514 1249397052874391812 0 0 17 4 0 0 0
/proc/9282/statm: 145955 81889 381 364 0 81873 0
[pid=9284] ppid=9282 vsize=158464 CPUtime=13.8 cores=0,2,4,6
/proc/9284/stat : 9284 (lingeling) R 9282 9284 9284 0 -1 4202496 61133 0 0 0 1374 6 0 0 25 0 1 0 888273338 162267136 38784 33554432000 4194304 4352236 140734176119504 18446744073709551615 4229936 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9284/statm: 39616 38784 127 39 0 38696 0
[pid=9264/tid=9283] ppid=9262 vsize=594064 CPUtime=0 cores=0,2,4,6
/proc/9264/task/9283/stat : 9283 (python) S 9262 9264 8950 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 888273338 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051478961 0 0 16781312 2 18446604453985228928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 439.4
Current children cumulated vsize (KiB) 1336348

[startup+442.301 s]
/proc/loadavg: 1.00 1.22 1.58 2/175 9284
/proc/meminfo: memFree=3587220/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=594064 CPUtime=425.59 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 147304 930 1 0 42525 34 0 0 25 0 2 0 888230571 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9264/statm: 148516 83387 1875 364 0 84434 0
[pid=9282] ppid=9264 vsize=583820 CPUtime=0.01 cores=0,2,4,6
/proc/9282/stat : 9282 (python) S 9264 9264 8950 0 -1 4202560 968 0 0 0 0 1 0 0 18 0 1 0 888273337 597831680 81889 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039675407 0 0 16781312 514 1249397052874391812 0 0 17 4 0 0 0
/proc/9282/statm: 145955 81889 381 364 0 81873 0
[pid=9284] ppid=9282 vsize=158464 CPUtime=14.6 cores=0,2,4,6
/proc/9284/stat : 9284 (lingeling) R 9282 9284 9284 0 -1 4202496 61133 0 0 0 1454 6 0 0 25 0 1 0 888273338 162267136 38784 33554432000 4194304 4352236 140734176119504 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9284/statm: 39616 38784 127 39 0 38696 0
[pid=9264/tid=9283] ppid=9262 vsize=594064 CPUtime=0 cores=0,2,4,6
/proc/9264/task/9283/stat : 9283 (python) S 9262 9264 8950 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 888273338 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051478961 0 0 16781312 2 18446604453985228928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 440.2
Current children cumulated vsize (KiB) 1336348

[startup+442.701 s]
/proc/loadavg: 1.00 1.22 1.58 2/175 9284
/proc/meminfo: memFree=3587220/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=594064 CPUtime=425.59 cores=0,2,4,6
/proc/9264/stat : 9264 (python) S 9262 9264 8950 0 -1 4202496 147304 930 1 0 42525 34 0 0 25 0 2 0 888230571 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9264/statm: 148516 83387 1875 364 0 84434 0
[pid=9282] ppid=9264 vsize=583820 CPUtime=0.01 cores=0,2,4,6
/proc/9282/stat : 9282 (python) S 9264 9264 8950 0 -1 4202560 968 0 0 0 0 1 0 0 18 0 1 0 888273337 597831680 81889 33554432000 4194304 5683644 140736356663136 18446744073709551615 212039675407 0 0 16781312 514 1249397052874391812 0 0 17 4 0 0 0
/proc/9282/statm: 145955 81889 381 364 0 81873 0
[pid=9284] ppid=9282 vsize=158464 CPUtime=15 cores=0,2,4,6
/proc/9284/stat : 9284 (lingeling) R 9282 9284 9284 0 -1 4202496 61133 0 0 0 1494 6 0 0 25 0 1 0 888273338 162267136 38784 33554432000 4194304 4352236 140734176119504 18446744073709551615 4215274 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9284/statm: 39616 38784 127 39 0 38696 0
[pid=9264/tid=9283] ppid=9262 vsize=594064 CPUtime=0 cores=0,2,4,6
/proc/9264/task/9283/stat : 9283 (python) S 9262 9264 8950 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 888273338 608321536 83387 33554432000 4194304 5683644 140736356663136 18446744073709551615 212051478961 0 0 16781312 2 18446604453985228928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 440.6
Current children cumulated vsize (KiB) 1336348

[startup+443.101 s]
/proc/loadavg: 1.00 1.22 1.58 2/175 9284
/proc/meminfo: memFree=3587220/32951124 swapFree=67050916/67111528
[pid=9264] ppid=9262 vsize=594040 CPUtime=441.03 cores=0,2,4,6
/proc/9264/stat : 9264 (python) R 9262 9264 8950 0 -1 4202496 185303 63270 1 0 42529 37 1527 10 17 0 1 0 888230571 608296960 83388 33554432000 4194304 5683644 140736356663136 18446744073709551615 212034704538 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9264/statm: 148510 83388 1876 364 0 84434 0
Current children cumulated CPU time (s) 441.03
Current children cumulated vsize (KiB) 594040

Child status: 0
Real time (s): 443.117
CPU time (s): 441.068
CPU user time (s): 440.573
CPU system time (s): 0.494924
CPU usage (%): 99.5376
Max. virtual memory (cumulated for all children) (KiB): 1336348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 440.573
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248675
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= 2906
involuntary context switches= 1039

runsolver used 0.690894 second user time and 1.3418 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-13 11:42:22
IDJOB=3498544
IDBENCH=88185
IDSOLVER=1991
FILE ID=node146/3498544-1307958141
RUNJOBID= node146-1307953113-8968
PBS_JOBID= 13559682
Free space on /tmp= 6524 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-25-U-7061.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 /tmp/evaluation-result-3498544-1307958141/watcher-3498544-1307958141 -o /tmp/evaluation-result-3498544-1307958141/solver-3498544-1307958141 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498544-1307958141.cnf -seed 1700814506 -budget 5000

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

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
RANDOM SEED=1700814506

node146.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.830
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.66
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:       4069304 kB
Buffers:        129724 kB
Cached:       27820888 kB
SwapCached:      13448 kB
Active:       12807508 kB
Inactive:     15161308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4069304 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           63328 kB
Writeback:           0 kB
AnonPages:       16324 kB
Mapped:           8900 kB
Slab:           845584 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185952 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= 6492 MiB
End job on node146 at 2011-06-13 11:49:46