Trace number 3483955

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 206.401 206.661

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-nlzbe256-tseitin.cnf
MD5SUM659dfff429810fdcd170c968aac23069
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.45456
Satisfiable
(Un)Satisfiability was proved
Number of variables361856
Number of clauses1084031
Sum of the clauses size2529403
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2722686
Number of clauses of size 3361343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.65	c INFO: solving HOME/instance-3483955-1307749655.cnf
0.36/0.65	c INFO: computing task features
4.05/4.35	c INFO: computed variable-clause graph statistics
4.15/4.47	c INFO: computed clause balance statistics
21.14/21.46	c INFO: computed variable balance statistics
33.85/34.12	c INFO: computed small-clause counts
34.24/34.54	c INFO: computed Horn-clause counts
183.63/183.96	c INFO: computed variable graph statistics
183.63/183.96	c INFO: collected features for HOME/instance-3483955-1307749655.cnf in 183.21 s
183.63/183.97	c INFO: running lingeling-276@0 for 291 with 1016 remaining (b = 0.87)
206.31/206.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-3483955-1307749655/watcher-3483955-1307749655 -o /tmp/evaluation-result-3483955-1307749655/solver-3483955-1307749655 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483955-1307749655.cnf -seed 1972007378 -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: 4.06 4.05 3.77 4/196 29223
/proc/meminfo: memFree=30750400/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=15184 CPUtime=0 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 729 0 0 0 0 0 0 0 22 0 1 0 886563800 15548416 617 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/29223/statm: 3796 617 322 364 0 283 0

[startup+0.0199261 s]
/proc/loadavg: 4.06 4.05 3.77 4/196 29223
/proc/meminfo: memFree=30750400/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=16240 CPUtime=0.01 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 1047 0 0 0 1 0 0 0 22 0 1 0 886563800 16629760 917 33554432000 4194304 5683644 140734087791728 18446744073709551615 4620239 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 4060 917 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.100913 s]
/proc/loadavg: 4.06 4.05 3.77 4/196 29223
/proc/meminfo: memFree=30750400/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=87704 CPUtime=0.05 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 2639 0 0 0 4 1 0 0 17 0 1 0 886563800 89808896 2354 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/29223/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300847 s]
/proc/loadavg: 4.06 4.05 3.77 4/196 29223
/proc/meminfo: memFree=30750400/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=135748 CPUtime=0.18 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 5973 934 1 0 13 5 0 0 17 0 1 0 886563800 139005952 4148 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335888389 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/29223/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70582 s]
/proc/loadavg: 4.06 4.05 3.77 4/196 29223
/proc/meminfo: memFree=30750400/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=300004 CPUtime=0.45 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 14643 934 1 0 33 12 0 0 15 0 1 0 886563800 307204096 12310 33554432000 4194304 5683644 140734087791728 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 75001 12310 1761 364 0 10925 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 300004

[startup+1.50066 s]
/proc/loadavg: 4.06 4.05 3.77 5/197 29228
/proc/meminfo: memFree=30680232/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=351340 CPUtime=1.24 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 27276 934 1 0 110 14 0 0 16 0 1 0 886563800 359772160 24943 33554432000 4194304 5683644 140734087791728 18446744073709551615 4539424 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 87835 24943 1761 364 0 23759 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 351340

[startup+3.10038 s]
/proc/loadavg: 4.06 4.05 3.77 5/197 29228
/proc/meminfo: memFree=30607568/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=451016 CPUtime=2.84 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 51357 934 1 0 267 17 0 0 18 0 1 0 886563800 461840384 49024 33554432000 4194304 5683644 140734087791728 18446744073709551615 4295294 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 112754 49024 1761 364 0 48678 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 451016

[startup+6.30082 s]
/proc/loadavg: 4.06 4.05 3.77 5/197 29228
/proc/meminfo: memFree=30478476/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=494784 CPUtime=6.04 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 87877 934 1 0 583 21 0 0 25 0 1 0 886563800 506658816 61081 33554432000 4194304 5683644 140734087791728 18446744073709551615 5006367 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 123696 61081 1826 364 0 59620 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 494784

[startup+12.7007 s]
/proc/loadavg: 4.05 4.05 3.77 5/197 29228
/proc/meminfo: memFree=30523216/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=494784 CPUtime=12.44 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 87877 934 1 0 1223 21 0 0 25 0 1 0 886563800 506658816 61081 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335588791 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 123696 61081 1826 364 0 59620 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 494784

[startup+25.5004 s]
/proc/loadavg: 4.04 4.05 3.78 5/197 29229
/proc/meminfo: memFree=30504252/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=494784 CPUtime=25.24 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 87878 934 1 0 2503 21 0 0 25 0 1 0 886563800 506658816 61082 33554432000 4194304 5683644 140734087791728 18446744073709551615 47592333668354 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 123696 61082 1827 364 0 59620 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 494784

[startup+51.1008 s]
/proc/loadavg: 4.02 4.04 3.78 5/197 29229
/proc/meminfo: memFree=30499144/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=494784 CPUtime=50.84 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 87884 934 1 0 5063 21 0 0 25 0 1 0 886563800 506658816 61088 33554432000 4194304 5683644 140734087791728 18446744073709551615 47592326260864 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 123696 61088 1833 364 0 59620 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 494784

[startup+102.307 s]
/proc/loadavg: 4.01 4.03 3.79 5/200 29234
/proc/meminfo: memFree=30439264/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=494784 CPUtime=102.04 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 87884 934 1 0 10183 21 0 0 25 0 1 0 886563800 506658816 61088 33554432000 4194304 5683644 140734087791728 18446744073709551615 47592326260864 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 123696 61088 1833 364 0 59620 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 494784

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 3.80 5/200 29235
/proc/meminfo: memFree=30402568/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=494784 CPUtime=162.04 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 87884 934 1 0 16183 21 0 0 25 0 1 0 886563800 506658816 61088 33554432000 4194304 5683644 140734087791728 18446744073709551615 47592326260864 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 123696 61088 1833 364 0 59620 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 494784

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

[startup+179.101 s]
/proc/loadavg: 4.00 4.02 3.81 5/194 29322
/proc/meminfo: memFree=30643148/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=494784 CPUtime=178.83 cores=1,3
/proc/29223/stat : 29223 (python) R 29221 29223 28449 0 -1 4202496 87884 934 1 0 17862 21 0 0 25 0 1 0 886563800 506658816 61088 33554432000 4194304 5683644 140734087791728 18446744073709551615 47592326260876 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29223/statm: 123696 61088 1833 364 0 59620 0
Current children cumulated CPU time (s) 178.83
Current children cumulated vsize (KiB) 494784

[startup+191.901 s]
/proc/loadavg: 4.07 4.04 3.82 5/197 29325
/proc/meminfo: memFree=30539820/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0 cores=1,3
/proc/29323/stat : 29323 (python) S 29223 29223 28449 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335912463 0 0 16781312 514 4477431529802268936 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=137740 CPUtime=7.9 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202496 54035 0 0 0 784 6 0 0 25 0 1 0 886582199 141045760 31556 33554432000 4194304 4352236 140734953765776 18446744073709551615 4298994 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29325/statm: 34435 31556 127 39 0 33515 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 191.62
Current children cumulated vsize (KiB) 1104416

[startup+198.301 s]
/proc/loadavg: 4.06 4.04 3.82 5/197 29325
/proc/meminfo: memFree=30519676/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0.01 cores=1,3
/proc/29323/stat : 29323 (python) S 29223 29223 28449 0 -1 4202560 887 0 0 0 0 1 0 0 18 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335912463 0 0 16781312 514 17341655722957439240 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=137740 CPUtime=14.29 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202496 56082 0 0 0 1423 6 0 0 25 0 1 0 886582199 141045760 33603 33554432000 4194304 4352236 140734953765776 18446744073709551615 4298776 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29325/statm: 34435 33603 127 39 0 33515 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 198.02
Current children cumulated vsize (KiB) 1104416

[startup+201.501 s]
/proc/loadavg: 4.06 4.04 3.82 5/197 29325
/proc/meminfo: memFree=30552908/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0.02 cores=1,3
/proc/29323/stat : 29323 (python) S 29223 29223 28449 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335912463 0 0 16781312 514 17341655722957439240 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=103848 CPUtime=17.48 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202496 56084 0 0 0 1742 6 0 0 25 0 1 0 886582199 106340352 25132 33554432000 4194304 4352236 140734953765776 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29325/statm: 25962 25132 129 39 0 25042 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.22
Current children cumulated vsize (KiB) 1070524

[startup+204.701 s]
/proc/loadavg: 4.05 4.03 3.82 5/197 29325
/proc/meminfo: memFree=30553008/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0.02 cores=1,3
/proc/29323/stat : 29323 (python) S 29223 29223 28449 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335912463 0 0 16781312 514 17341655722957439240 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=103844 CPUtime=20.68 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202496 56084 0 0 0 2062 6 0 0 25 0 1 0 886582199 106336256 25131 33554432000 4194304 4352236 140734953765776 18446744073709551615 4281048 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29325/statm: 25961 25131 129 39 0 25041 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.42
Current children cumulated vsize (KiB) 1070520

[startup+205.5 s]
/proc/loadavg: 4.05 4.03 3.82 5/197 29325
/proc/meminfo: memFree=30553008/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0.02 cores=1,3
/proc/29323/stat : 29323 (python) S 29223 29223 28449 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335912463 0 0 16781312 514 17341655722957439240 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=103844 CPUtime=21.47 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202496 56084 0 0 0 2141 6 0 0 25 0 1 0 886582199 106336256 25131 33554432000 4194304 4352236 140734953765776 18446744073709551615 4281167 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29325/statm: 25961 25131 129 39 0 25041 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 205.21
Current children cumulated vsize (KiB) 1070520

[startup+206.3 s]
/proc/loadavg: 4.05 4.03 3.82 5/197 29325
/proc/meminfo: memFree=30568996/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0.03 cores=1,3
/proc/29323/stat : 29323 (python) S 29223 29223 28449 0 -1 4202560 892 0 0 0 1 2 0 0 18 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335912463 0 0 16781312 514 17341655722957439240 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=87364 CPUtime=22.27 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202496 56084 0 0 0 2221 6 0 0 25 0 1 0 886582199 89460736 21011 33554432000 4194304 4352236 140734953765776 18446744073709551615 4278788 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29325/statm: 21841 21011 129 39 0 20921 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 206.02
Current children cumulated vsize (KiB) 1054040

[startup+206.501 s]
/proc/loadavg: 4.05 4.03 3.82 5/197 29325
/proc/meminfo: memFree=30568996/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0.03 cores=1,3
/proc/29323/stat : 29323 (python) S 29223 29223 28449 0 -1 4202560 892 0 0 0 1 2 0 0 18 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232335912463 0 0 16781312 514 17341655722957439240 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=87364 CPUtime=22.47 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202496 56084 0 0 0 2241 6 0 0 25 0 1 0 886582199 89460736 21011 33554432000 4194304 4352236 140734953765776 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29325/statm: 21841 21011 129 39 0 20921 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 206.22
Current children cumulated vsize (KiB) 1054040

[startup+206.601 s]
/proc/loadavg: 4.05 4.03 3.82 5/197 29325
/proc/meminfo: memFree=30568996/32951124 swapFree=67063272/67111528
[pid=29223] ppid=29221 vsize=488460 CPUtime=183.72 cores=1,3
/proc/29223/stat : 29223 (python) S 29221 29223 28449 0 -1 4202496 88165 934 1 0 18350 22 0 0 25 0 2 0 886563800 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29223/statm: 122115 56978 1867 364 0 58033 0
[pid=29323] ppid=29223 vsize=478216 CPUtime=0.06 cores=1,3
/proc/29323/stat : 29323 (python) R 29223 29223 28449 0 -1 4202560 893 0 0 0 4 2 0 0 15 0 1 0 886582198 489693184 55483 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347722501 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/29323/statm: 119554 55483 376 364 0 55472 0
[pid=29325] ppid=29323 vsize=0 CPUtime=22.53 cores=1,3
/proc/29325/stat : 29325 (lingeling) R 29323 29325 29325 0 -1 4202500 56087 0 0 0 2247 6 0 0 25 0 1 0 886582199 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29325/statm: 0 0 0 0 0 0 0
[pid=29223/tid=29324] ppid=29221 vsize=488460 CPUtime=0 cores=1,3
/proc/29223/task/29324/stat : 29324 (python) S 29221 29223 28449 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 886582198 500183040 56978 33554432000 4194304 5683644 140734087791728 18446744073709551615 232347716017 0 0 16781312 2 18446604456766736512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 206.31
Current children cumulated vsize (KiB) 966676

Child status: 0
Real time (s): 206.661
CPU time (s): 206.401
CPU user time (s): 206.054
CPU system time (s): 0.346947
CPU usage (%): 99.8738
Max. virtual memory (cumulated for all children) (KiB): 1104416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.054
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171200
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= 2869
involuntary context switches= 633

runsolver used 0.353946 second user time and 0.779881 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:47:36
IDJOB=3483955
IDBENCH=82456
IDSOLVER=1976
FILE ID=node132/3483955-1307749655
RUNJOBID= node132-1307747008-28469
PBS_JOBID= 13550826
Free space on /tmp= 73948 MiB

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

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

MD5SUM BENCH= 659dfff429810fdcd170c968aac23069
RANDOM SEED=1972007378

node132.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.833
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.833
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.74
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.833
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.76
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.67
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.833
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.833
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:      30750952 kB
Buffers:        230120 kB
Cached:        1058224 kB
SwapCached:       9968 kB
Active:        1370372 kB
Inactive:       616684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30750952 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           58272 kB
Writeback:           0 kB
AnonPages:      696548 kB
Mapped:          15748 kB
Slab:           144668 kB
PageTables:       9480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1198576 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node132 at 2011-06-11 01:51:03