Trace number 3498345

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 84.1242 84.3153

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-11.cnf
MD5SUM06568f445121c7d3cc3b96042d85c719
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.7682
Satisfiable
(Un)Satisfiability was proved
Number of variables96526
Number of clauses325263
Sum of the clauses size848701
Maximum clause length1316
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2139068
Number of clauses of size 3177302
Number of clauses of size 48172
Number of clauses of size 5192
Number of clauses of size over 5528

Solver Data

0.38/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.68	c INFO: solving HOME/instance-3498345-1307953155.cnf
0.38/0.68	c INFO: computing task features
1.57/1.84	c INFO: computed variable-clause graph statistics
1.57/1.89	c INFO: computed clause balance statistics
7.57/7.87	c INFO: computed variable balance statistics
12.27/12.55	c INFO: computed small-clause counts
12.37/12.60	c INFO: computed Horn-clause counts
24.47/24.70	c INFO: computed variable graph statistics
24.47/24.70	c INFO: collected features for HOME/instance-3498345-1307953155.cnf in 23.99 s
24.47/24.73	c INFO: running lingeling-276@0 for 97 with 4976 remaining (b = 0.38)
83.98/84.28	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-3498345-1307953155/watcher-3498345-1307953155 -o /var/tmp/evaluation-result-3498345-1307953155/solver-3498345-1307953155 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498345-1307953155.cnf -seed 1246401360 -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: 0.55 0.13 0.04 2/177 3206
/proc/meminfo: memFree=3760232/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 713 0 0 0 0 0 0 0 17 0 1 0 906915984 15548416 603 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/3206/statm: 3796 603 319 364 0 283 0

[startup+0.0362411 s]
/proc/loadavg: 0.55 0.13 0.04 2/177 3206
/proc/meminfo: memFree=3760232/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=18888 CPUtime=0.01 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 1239 0 0 0 1 0 0 0 17 0 1 0 906915984 19341312 1093 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/3206/statm: 4722 1093 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100242 s]
/proc/loadavg: 0.55 0.13 0.04 2/177 3206
/proc/meminfo: memFree=3760232/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=85620 CPUtime=0.06 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 2631 0 0 0 5 1 0 0 17 0 1 0 906915984 87674880 2348 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/3206/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300218 s]
/proc/loadavg: 0.55 0.13 0.04 2/177 3206
/proc/meminfo: memFree=3760232/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=135748 CPUtime=0.21 cores=0,2,4,6
/proc/3206/stat : 3206 (python) R 3203 3206 3094 0 -1 4202496 5970 935 1 0 14 7 0 0 17 0 1 0 906915984 139005952 4149 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640855557 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3206/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.701176 s]
/proc/loadavg: 0.55 0.13 0.04 2/177 3206
/proc/meminfo: memFree=3760232/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=285216 CPUtime=0.47 cores=0,2,4,6
/proc/3206/stat : 3206 (python) R 3203 3206 3094 0 -1 4202496 10955 935 1 0 34 13 0 0 15 0 1 0 906915984 292061184 8624 33554432000 4194304 5683644 140735388780624 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3206/statm: 71304 8624 1761 364 0 7228 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 285216

[startup+1.50104 s]
/proc/loadavg: 0.55 0.13 0.04 3/178 3211
/proc/meminfo: memFree=3714120/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=328012 CPUtime=1.27 cores=0,2,4,6
/proc/3206/stat : 3206 (python) R 3203 3206 3094 0 -1 4202496 21601 935 1 0 112 15 0 0 16 0 1 0 906915984 335884288 19270 33554432000 4194304 5683644 140735388780624 18446744073709551615 47882321686701 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3206/statm: 82003 19270 1761 364 0 17927 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 328012

[startup+3.10074 s]
/proc/loadavg: 0.55 0.13 0.04 3/178 3211
/proc/meminfo: memFree=3667192/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=348972 CPUtime=2.87 cores=0,2,4,6
/proc/3206/stat : 3206 (python) R 3203 3206 3094 0 -1 4202496 34907 935 1 0 270 17 0 0 18 0 1 0 906915984 357347328 24628 33554432000 4194304 5683644 140735388780624 18446744073709551615 4620223 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3206/statm: 87243 24628 1826 364 0 23167 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 348972

[startup+6.30114 s]
/proc/loadavg: 0.67 0.16 0.05 3/178 3211
/proc/meminfo: memFree=3662340/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=348972 CPUtime=6.07 cores=0,2,4,6
/proc/3206/stat : 3206 (python) R 3203 3206 3094 0 -1 4202496 34907 935 1 0 590 17 0 0 25 0 1 0 906915984 357347328 24628 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640546016 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3206/statm: 87243 24628 1826 364 0 23167 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 348972

[startup+12.701 s]
/proc/loadavg: 0.77 0.19 0.06 3/178 3211
/proc/meminfo: memFree=3661028/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=348972 CPUtime=12.47 cores=0,2,4,6
/proc/3206/stat : 3206 (python) R 3203 3206 3094 0 -1 4202496 34914 935 1 0 1230 17 0 0 25 0 1 0 906915984 357347328 24635 33554432000 4194304 5683644 140735388780624 18446744073709551615 47882321447052 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3206/statm: 87243 24635 1833 364 0 23167 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 348972

[startup+25.5006 s]
/proc/loadavg: 1.04 0.28 0.09 3/181 3214
/proc/meminfo: memFree=3640552/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 788 0 0 0 0 0 0 0 25 0 1 0 906918457 351821824 21798 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 4224319005285941247 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21798 351 364 0 21812 0
[pid=3214] ppid=3212 vsize=36548 CPUtime=0.75 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 12492 0 0 0 74 1 0 0 18 0 1 0 906918458 37425152 8290 33554432000 4194304 4352236 140733275552112 18446744073709551615 4255558 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/3214/statm: 9137 8290 118 39 0 8217 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 733944

[startup+51.101 s]
/proc/loadavg: 1.37 0.41 0.14 3/181 3215
/proc/meminfo: memFree=3632796/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0.03 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 976 0 0 0 2 1 0 0 18 0 1 0 906918457 351821824 21828 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 8482899334059229444 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21828 381 364 0 21812 0
[pid=3214] ppid=3212 vsize=29000 CPUtime=26.33 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 13461 0 0 0 2632 1 0 0 25 0 1 0 906918458 29696000 6420 33554432000 4194304 4352236 140733275552112 18446744073709551615 4241502 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3214/statm: 7250 6420 129 39 0 6330 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 726396

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

[startup+63.9006 s]
/proc/loadavg: 1.51 0.49 0.17 3/181 3215
/proc/meminfo: memFree=3622744/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0.04 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 981 0 0 0 3 1 0 0 18 0 1 0 906918457 351821824 21828 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 8482899334059229444 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21828 381 364 0 21812 0
[pid=3214] ppid=3212 vsize=28956 CPUtime=39.12 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 13716 0 0 0 3911 1 0 0 25 0 1 0 906918458 29650944 6409 33554432000 4194304 4352236 140733275552112 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3214/statm: 7239 6409 129 39 0 6319 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.67
Current children cumulated vsize (KiB) 726352

[startup+76.7004 s]
/proc/loadavg: 1.58 0.54 0.19 3/181 3216
/proc/meminfo: memFree=3629044/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0.06 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 986 0 0 0 4 2 0 0 18 0 1 0 906918457 351821824 21828 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 8482899334059229444 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21828 381 364 0 21812 0
[pid=3214] ppid=3212 vsize=28940 CPUtime=51.91 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 13967 0 0 0 5190 1 0 0 25 0 1 0 906918458 29634560 6405 33554432000 4194304 4352236 140733275552112 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3214/statm: 7235 6405 129 39 0 6315 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.48
Current children cumulated vsize (KiB) 726336

[startup+79.9008 s]
/proc/loadavg: 1.62 0.56 0.20 3/181 3216
/proc/meminfo: memFree=3629044/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0.06 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 989 0 0 0 4 2 0 0 18 0 1 0 906918457 351821824 21828 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 8482899334059229444 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21828 381 364 0 21812 0
[pid=3214] ppid=3212 vsize=28940 CPUtime=55.1 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 13967 0 0 0 5509 1 0 0 25 0 1 0 906918458 29634560 6405 33554432000 4194304 4352236 140733275552112 18446744073709551615 4234032 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3214/statm: 7235 6405 129 39 0 6315 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.67
Current children cumulated vsize (KiB) 726336

[startup+81.5005 s]
/proc/loadavg: 1.62 0.56 0.20 3/181 3216
/proc/meminfo: memFree=3628672/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0.06 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 989 0 0 0 4 2 0 0 18 0 1 0 906918457 351821824 21828 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 8482899334059229444 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21828 381 364 0 21812 0
[pid=3214] ppid=3212 vsize=28940 CPUtime=56.7 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 13967 0 0 0 5669 1 0 0 25 0 1 0 906918458 29634560 6405 33554432000 4194304 4352236 140733275552112 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3214/statm: 7235 6405 129 39 0 6315 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.27
Current children cumulated vsize (KiB) 726336

[startup+83.1011 s]
/proc/loadavg: 1.62 0.56 0.20 3/181 3216
/proc/meminfo: memFree=3628796/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0.07 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 992 0 0 0 5 2 0 0 18 0 1 0 906918457 351821824 21828 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 8482899334059229444 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21828 381 364 0 21812 0
[pid=3214] ppid=3212 vsize=28940 CPUtime=58.3 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 13967 0 0 0 5829 1 0 0 25 0 1 0 906918458 29634560 6405 33554432000 4194304 4352236 140733275552112 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3214/statm: 7235 6405 129 39 0 6315 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.88
Current children cumulated vsize (KiB) 726336

[startup+83.901 s]
/proc/loadavg: 1.65 0.59 0.21 3/181 3216
/proc/meminfo: memFree=3628672/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353820 CPUtime=24.51 cores=0,2,4,6
/proc/3206/stat : 3206 (python) S 3203 3206 3094 0 -1 4202496 35289 935 1 0 2434 17 0 0 25 0 2 0 906915984 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3206/statm: 88455 23326 1875 364 0 24373 0
[pid=3212] ppid=3206 vsize=343576 CPUtime=0.07 cores=0,2,4,6
/proc/3212/stat : 3212 (python) S 3206 3206 3094 0 -1 4202560 992 0 0 0 5 2 0 0 18 0 1 0 906918457 351821824 21828 33554432000 4194304 5683644 140735388780624 18446744073709551615 253640879631 0 0 16781312 514 8482899334059229444 0 0 17 0 0 0 0
/proc/3212/statm: 85894 21828 381 364 0 21812 0
[pid=3214] ppid=3212 vsize=28940 CPUtime=59.1 cores=0,2,4,6
/proc/3214/stat : 3214 (lingeling) R 3212 3214 3214 0 -1 4202496 13967 0 0 0 5909 1 0 0 25 0 1 0 906918458 29634560 6405 33554432000 4194304 4352236 140733275552112 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3214/statm: 7235 6405 129 39 0 6315 0
[pid=3206/tid=3213] ppid=3203 vsize=353820 CPUtime=0 cores=0,2,4,6
/proc/3206/task/3213/stat : 3213 (python) S 3203 3206 3094 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 906918458 362311680 23326 33554432000 4194304 5683644 140735388780624 18446744073709551615 253652683185 0 0 16781312 2 18446604453938110848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.68
Current children cumulated vsize (KiB) 726336

[startup+84.3009 s]
/proc/loadavg: 1.65 0.59 0.21 3/181 3216
/proc/meminfo: memFree=3628672/32951124 swapFree=67060180/67111528
[pid=3206] ppid=3203 vsize=353796 CPUtime=84.08 cores=0,2,4,6
/proc/3206/stat : 3206 (python) R 3203 3206 3094 0 -1 4202496 44500 16132 1 0 2435 17 5952 4 18 0 1 0 906915984 362287104 23324 33554432000 4194304 5683644 140735388780624 18446744073709551615 5258711 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3206/statm: 88449 23324 1873 364 0 24373 0
Current children cumulated CPU time (s) 84.08
Current children cumulated vsize (KiB) 353796

Child status: 0
Real time (s): 84.3153
CPU time (s): 84.1242
CPU user time (s): 83.8952
CPU system time (s): 0.228965
CPU usage (%): 99.7733
Max. virtual memory (cumulated for all children) (KiB): 736648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.8952
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62694
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= 2455
involuntary context switches= 286

runsolver used 0.138978 second user time and 0.266959 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 10:19:16
IDJOB=3498345
IDBENCH=82357
IDSOLVER=1991
FILE ID=node106/3498345-1307953155
RUNJOBID= node106-1307953127-3114
PBS_JOBID= 13559722
Free space on /var/tmp= 2852 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-11.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-3498345-1307953155/watcher-3498345-1307953155 -o /var/tmp/evaluation-result-3498345-1307953155/solver-3498345-1307953155 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498345-1307953155.cnf -seed 1246401360 -budget 5000

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

MD5SUM BENCH= 06568f445121c7d3cc3b96042d85c719
RANDOM SEED=1246401360

node106.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	: 5226.20
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.82
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3760536 kB
Buffers:        101044 kB
Cached:       28122556 kB
SwapCached:      12844 kB
Active:       13260684 kB
Inactive:     15021200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3760536 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:           71516 kB
Writeback:           0 kB
AnonPages:       54984 kB
Mapped:          15720 kB
Slab:           844864 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260296 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= 2820 MiB
End job on node106 at 2011-06-13 10:20:40