Trace number 3483949

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, 1200 s timeout)UNSAT 150.375 150.651

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9231
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.65	c INFO: solving HOME/instance-3483949-1307749522.cnf
0.34/0.65	c INFO: computing task features
2.42/2.79	c INFO: computed variable-clause graph statistics
2.51/2.87	c INFO: computed clause balance statistics
12.62/12.90	c INFO: computed variable balance statistics
19.62/19.95	c INFO: computed small-clause counts
19.82/20.13	c INFO: computed Horn-clause counts
97.22/97.57	c INFO: computed variable graph statistics
97.22/97.57	c INFO: collected features for HOME/instance-3483949-1307749522.cnf in 96.87 s
97.22/97.58	c INFO: running lingeling-276@0 for 291 with 1103 remaining (b = 0.86)
150.29/150.60	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: 988)

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-3483949-1307749522/watcher-3483949-1307749522 -o /tmp/evaluation-result-3483949-1307749522/solver-3483949-1307749522 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483949-1307749522.cnf -seed 709612831 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.92 3.98 3.85 4/207 21811
/proc/meminfo: memFree=26325864/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=15184 CPUtime=0 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 734 0 0 0 0 0 0 0 20 0 1 0 5697141 15548416 621 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124078080 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21811/statm: 3796 621 322 364 0 283 0

[startup+0.0711261 s]
/proc/loadavg: 3.92 3.98 3.85 4/207 21811
/proc/meminfo: memFree=26325864/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=38900 CPUtime=0.04 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 1630 0 0 0 3 1 0 0 20 0 1 0 5697141 39833600 1457 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/21811/statm: 9725 1457 455 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38900

[startup+0.10012 s]
/proc/loadavg: 3.92 3.98 3.85 4/207 21811
/proc/meminfo: memFree=26325864/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=93956 CPUtime=0.06 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 2693 0 0 0 4 2 0 0 20 0 1 0 5697141 96210944 2406 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124078080 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/21811/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300085 s]
/proc/loadavg: 3.92 3.98 3.85 4/207 21811
/proc/meminfo: memFree=26325864/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=135748 CPUtime=0.17 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 5971 932 1 0 13 4 0 0 21 0 1 0 5697141 139005952 4147 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124076037 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21811/statm: 33937 4147 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.701016 s]
/proc/loadavg: 3.92 3.98 3.85 4/207 21811
/proc/meminfo: memFree=26325864/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=292848 CPUtime=0.42 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 12874 932 1 0 32 10 0 0 20 0 1 0 5697141 299876352 10546 33554432000 4194304 5683644 140734296600064 18446744073709551615 4951663 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/21811/statm: 73212 10546 1761 364 0 9136 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 292848

[startup+1.50087 s]
/proc/loadavg: 3.92 3.98 3.85 5/208 21816
/proc/meminfo: memFree=26267288/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=346552 CPUtime=1.22 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 26096 932 1 0 111 11 0 0 21 0 1 0 5697141 354869248 23768 33554432000 4194304 5683644 140734296600064 18446744073709551615 4423257 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/21811/statm: 86638 23768 1761 364 0 22562 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 346552

[startup+3.10059 s]
/proc/loadavg: 3.92 3.98 3.85 5/208 21816
/proc/meminfo: memFree=26196484/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=402492 CPUtime=2.82 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 61597 932 1 0 267 15 0 0 25 0 1 0 5697141 412151808 38008 33554432000 4194304 5683644 140734296600064 18446744073709551615 47387702380322 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/21811/statm: 100623 38008 1826 364 0 36547 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 402492

[startup+6.30103 s]
/proc/loadavg: 3.93 3.98 3.85 5/208 21816
/proc/meminfo: memFree=26170888/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=402492 CPUtime=6.02 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 61597 932 1 0 587 15 0 0 25 0 1 0 5697141 412151808 38008 33554432000 4194304 5683644 140734296600064 18446744073709551615 47387699979237 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/21811/statm: 100623 38008 1826 364 0 36547 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 402492

[startup+12.7009 s]
/proc/loadavg: 3.93 3.98 3.85 5/208 21816
/proc/meminfo: memFree=26158360/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=402492 CPUtime=12.42 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 61597 932 1 0 1227 15 0 0 25 0 1 0 5697141 412151808 38008 33554432000 4194304 5683644 140734296600064 18446744073709551615 47387699677153 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/21811/statm: 100623 38008 1826 364 0 36547 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 402492

[startup+25.5007 s]
/proc/loadavg: 3.88 3.97 3.85 5/201 21860
/proc/meminfo: memFree=26170488/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407624 CPUtime=25.22 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 62887 932 1 0 2507 15 0 0 25 0 1 0 5697141 417406976 39298 33554432000 4194304 5683644 140734296600064 18446744073709551615 47387699607692 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/21811/statm: 101906 39298 1833 364 0 37830 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 407624

[startup+51.1011 s]
/proc/loadavg: 3.98 3.98 3.86 5/201 21861
/proc/meminfo: memFree=26146648/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407624 CPUtime=50.82 cores=1,3
/proc/21811/stat : 21811 (python) R 21809 21811 20932 0 -1 4202496 62887 932 1 0 5067 15 0 0 25 0 1 0 5697141 417406976 39298 33554432000 4194304 5683644 140734296600064 18446744073709551615 47387699607692 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/21811/statm: 101906 39298 1833 364 0 37830 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 407624

[startup+102.307 s]
/proc/loadavg: 3.99 3.98 3.86 5/207 21868
/proc/meminfo: memFree=26210044/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 17473281287870480383 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=69252 CPUtime=4.69 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 27947 0 0 0 466 3 0 0 25 0 1 0 5706900 70914048 16354 33554432000 4194304 4352236 140734009071536 18446744073709551615 4222308 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 17313 16354 127 39 0 16393 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 874680

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

[startup+127.901 s]
/proc/loadavg: 3.99 3.98 3.86 5/207 21869
/proc/meminfo: memFree=26305096/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.03 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 894 0 0 0 2 1 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 5473843872092094728 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=60152 CPUtime=30.26 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 32045 0 0 0 3022 4 0 0 25 0 1 0 5706900 61595648 14081 33554432000 4194304 4352236 140734009071536 18446744073709551615 4231311 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 15038 14081 129 39 0 14118 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 127.59
Current children cumulated vsize (KiB) 865580

[startup+140.7 s]
/proc/loadavg: 3.99 3.98 3.87 5/207 21869
/proc/meminfo: memFree=26303236/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.05 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 899 0 0 0 3 2 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 5473843872092094728 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=60148 CPUtime=43.05 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 32045 0 0 0 4301 4 0 0 25 0 1 0 5706900 61591552 14080 33554432000 4194304 4352236 140734009071536 18446744073709551615 4267809 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 15037 14080 129 39 0 14117 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 140.4
Current children cumulated vsize (KiB) 865576

[startup+147.1 s]
/proc/loadavg: 3.99 3.98 3.87 5/207 21869
/proc/meminfo: memFree=26307192/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.05 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 5473843872092094728 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=56000 CPUtime=49.43 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 32045 0 0 0 4939 4 0 0 25 0 1 0 5706900 57344000 13043 33554432000 4194304 4352236 140734009071536 18446744073709551615 4278591 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 14000 13043 129 39 0 13080 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 146.78
Current children cumulated vsize (KiB) 861428

[startup+148.701 s]
/proc/loadavg: 3.99 3.98 3.87 5/207 21869
/proc/meminfo: memFree=26307068/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.05 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 5473843872092094728 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=56000 CPUtime=51.03 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 32045 0 0 0 5099 4 0 0 25 0 1 0 5706900 57344000 13043 33554432000 4194304 4352236 140734009071536 18446744073709551615 4208862 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 14000 13043 129 39 0 13080 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.38
Current children cumulated vsize (KiB) 861428

[startup+149.501 s]
/proc/loadavg: 3.99 3.98 3.87 5/207 21869
/proc/meminfo: memFree=26310288/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.05 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 5473843872092094728 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=52920 CPUtime=51.84 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 32045 0 0 0 5180 4 0 0 25 0 1 0 5706900 54190080 12273 33554432000 4194304 4352236 140734009071536 18446744073709551615 4328464 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 13230 12273 129 39 0 12310 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 149.19
Current children cumulated vsize (KiB) 858348

[startup+150.301 s]
/proc/loadavg: 3.99 3.98 3.87 5/207 21869
/proc/meminfo: memFree=26310288/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.06 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 904 0 0 0 4 2 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 5473843872092094728 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=53944 CPUtime=52.63 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 32301 0 0 0 5259 4 0 0 25 0 1 0 5706900 55238656 12529 33554432000 4194304 4352236 140734009071536 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 13486 12529 129 39 0 12566 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 149.99
Current children cumulated vsize (KiB) 859372

[startup+150.501 s]
/proc/loadavg: 3.99 3.98 3.87 5/207 21869
/proc/meminfo: memFree=26310288/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.06 cores=1,3
/proc/21865/stat : 21865 (python) S 21811 21811 20932 0 -1 4202560 904 0 0 0 4 2 0 0 18 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232124100111 0 0 16781312 514 5473843872092094728 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=53944 CPUtime=52.83 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202496 32301 0 0 0 5279 4 0 0 25 0 1 0 5706900 55238656 12529 33554432000 4194304 4352236 140734009071536 18446744073709551615 4328818 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21867/statm: 13486 12529 129 39 0 12566 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 150.19
Current children cumulated vsize (KiB) 859372

[startup+150.601 s]
/proc/loadavg: 3.99 3.98 3.87 6/207 21869
/proc/meminfo: memFree=26359020/32950928 swapFree=67111528/67111528
[pid=21811] ppid=21809 vsize=407836 CPUtime=97.3 cores=1,3
/proc/21811/stat : 21811 (python) S 21809 21811 20932 0 -1 4202496 63169 932 1 0 9715 15 0 0 25 0 2 0 5697141 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/21811/statm: 101959 36822 1867 364 0 37877 0
[pid=21865] ppid=21811 vsize=397592 CPUtime=0.08 cores=1,3
/proc/21865/stat : 21865 (python) R 21811 21811 20932 0 -1 4202560 905 0 0 0 5 3 0 0 17 0 1 0 5706900 407134208 35327 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135910149 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/21865/statm: 99398 35327 376 364 0 35316 0
[pid=21867] ppid=21865 vsize=0 CPUtime=52.91 cores=1,3
/proc/21867/stat : 21867 (lingeling) R 21865 21867 21867 0 -1 4202500 32304 0 0 0 5287 4 0 0 25 0 1 0 5706900 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21867/statm: 0 0 0 0 0 0 0
[pid=21811/tid=21866] ppid=21809 vsize=407836 CPUtime=0 cores=1,3
/proc/21811/task/21866/stat : 21866 (python) S 21809 21811 20932 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 5706900 417624064 36822 33554432000 4194304 5683644 140734296600064 18446744073709551615 232135903665 0 0 16781312 2 18446604454224240960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 150.29
Current children cumulated vsize (KiB) 805428

Child status: 0
Real time (s): 150.651
CPU time (s): 150.375
CPU user time (s): 150.119
CPU system time (s): 0.255961
CPU usage (%): 99.8169
Max. virtual memory (cumulated for all children) (KiB): 891064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.119
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115065
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= 2923
involuntary context switches= 546

runsolver used 0.26296 second user time and 0.560914 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 01:45:23
IDJOB=3483949
IDBENCH=82435
IDSOLVER=1976
FILE ID=node124/3483949-1307749522
RUNJOBID= node124-1307747010-20952
PBS_JOBID= 13550833
Free space on /tmp= 73776 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.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-3483949-1307749522/watcher-3483949-1307749522 -o /tmp/evaluation-result-3483949-1307749522/solver-3483949-1307749522 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483949-1307749522.cnf -seed 709612831 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=709612831

node124.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.855
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.71
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.855
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.855
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.855
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.77
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.855
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.855
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.855
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.855
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:     32950928 kB
MemFree:      26326540 kB
Buffers:         96784 kB
Cached:        1578024 kB
SwapCached:          0 kB
Active:        5467708 kB
Inactive:       975208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26326540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          101496 kB
Writeback:           0 kB
AnonPages:     4767960 kB
Mapped:          24008 kB
Slab:           103108 kB
PageTables:      20468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6255544 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= 73728 MiB
End job on node124 at 2011-06-11 01:47:54