Trace number 3483950

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 283.15 283.196

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.02439
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.44	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.44	c INFO: solving HOME/instance-3483950-1307749538.cnf
0.32/0.44	c INFO: computing task features
3.32/3.43	c INFO: computed variable-clause graph statistics
3.41/3.53	c INFO: computed clause balance statistics
16.61/16.70	c INFO: computed variable balance statistics
25.81/25.97	c INFO: computed small-clause counts
26.22/26.32	c INFO: computed Horn-clause counts
166.32/166.47	c INFO: computed variable graph statistics
166.32/166.47	c INFO: collected features for HOME/instance-3483950-1307749538.cnf in 165.93 s
166.32/166.48	c INFO: running lingeling-276@0 for 388 with 1034 remaining (b = 0.95)
283.03/283.14	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-3483950-1307749538/watcher-3483950-1307749538 -o /tmp/evaluation-result-3483950-1307749538/solver-3483950-1307749538 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483950-1307749538.cnf -seed 1226594236 -budget 1200 

running on 2 cores: 4,6

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.86 3.97 3.85 5/200 21854
/proc/meminfo: memFree=26370576/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=15380 CPUtime=0 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 5698664 15749120 704 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124078080 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 3845 704 334 364 0 332 0

[startup+0.103299 s]
/proc/loadavg: 3.86 3.97 3.85 5/200 21854
/proc/meminfo: memFree=26370576/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=104788 CPUtime=0.06 cores=4,6
/proc/21854/stat : 21854 (python) S 21852 21854 20932 0 -1 4202496 3219 0 0 0 5 1 0 0 25 0 1 0 5698664 107302912 2885 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21854/statm: 26197 2885 847 364 0 1945 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104788

[startup+0.200326 s]
/proc/loadavg: 3.86 3.97 3.85 5/200 21854
/proc/meminfo: memFree=26370576/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=131288 CPUtime=0.15 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 5715 930 1 0 13 2 0 0 25 0 1 0 5698664 134438912 4097 33554432000 4194304 5683644 140733660524288 18446744073709551615 5212498 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21854/statm: 32822 4097 1015 364 0 3083 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131288

[startup+0.300307 s]
/proc/loadavg: 3.86 3.97 3.85 5/200 21854
/proc/meminfo: memFree=26370576/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=198916 CPUtime=0.23 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 7032 930 1 0 18 5 0 0 25 0 1 0 5698664 203689984 5053 33554432000 4194304 5683644 140733660524288 18446744073709551615 46950678480872 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21854/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700186 s]
/proc/loadavg: 3.86 3.97 3.85 5/200 21854
/proc/meminfo: memFree=26370576/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=310728 CPUtime=0.61 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 17260 930 1 0 53 8 0 0 25 0 1 0 5698664 318185472 14925 33554432000 4194304 5683644 140733660524288 18446744073709551615 46950849339889 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21854/statm: 77682 14925 1761 364 0 13606 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 310728

[startup+1.50111 s]
/proc/loadavg: 3.86 3.97 3.85 5/201 21859
/proc/meminfo: memFree=26288752/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=365224 CPUtime=1.41 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 30624 930 1 0 131 10 0 0 25 0 1 0 5698664 373989376 28289 33554432000 4194304 5683644 140733660524288 18446744073709551615 232123740869 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 91306 28289 1761 364 0 27230 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 365224

[startup+3.10077 s]
/proc/loadavg: 3.86 3.97 3.85 5/201 21859
/proc/meminfo: memFree=26220392/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=458460 CPUtime=3.01 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 74287 930 1 0 286 15 0 0 25 0 1 0 5698664 469463040 51989 33554432000 4194304 5683644 140733660524288 18446744073709551615 46950681229095 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 114615 51989 1815 364 0 50539 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 458460

[startup+6.30019 s]
/proc/loadavg: 3.87 3.97 3.85 5/201 21859
/proc/meminfo: memFree=26172784/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=444724 CPUtime=6.21 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 79417 930 1 0 606 15 0 0 25 0 1 0 5698664 455397376 48566 33554432000 4194304 5683644 140733660524288 18446744073709551615 232123735505 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 111181 48566 1826 364 0 47105 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 444724

[startup+12.7001 s]
/proc/loadavg: 3.88 3.97 3.85 5/201 21860
/proc/meminfo: memFree=26168264/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=444724 CPUtime=12.61 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 79417 930 1 0 1246 15 0 0 25 0 1 0 5698664 455397376 48566 33554432000 4194304 5683644 140733660524288 18446744073709551615 232127488709 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 111181 48566 1826 364 0 47105 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 444724

[startup+25.5008 s]
/proc/loadavg: 3.97 3.98 3.86 5/201 21861
/proc/meminfo: memFree=26162856/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=444724 CPUtime=25.41 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 79418 930 1 0 2526 15 0 0 25 0 1 0 5698664 455397376 48567 33554432000 4194304 5683644 140733660524288 18446744073709551615 4620116 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 111181 48567 1827 364 0 47105 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 444724

[startup+51.1003 s]
/proc/loadavg: 3.98 3.98 3.86 5/204 21864
/proc/meminfo: memFree=26263928/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=451592 CPUtime=51.02 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 81141 930 1 0 5086 16 0 0 25 0 1 0 5698664 462430208 50290 33554432000 4194304 5683644 140733660524288 18446744073709551615 46950678476928 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 112898 50290 1833 364 0 48822 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 451592

[startup+102.3 s]
/proc/loadavg: 3.99 3.98 3.86 5/207 21869
/proc/meminfo: memFree=26308212/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=451592 CPUtime=102.22 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 81141 930 1 0 10206 16 0 0 25 0 1 0 5698664 462430208 50290 33554432000 4194304 5683644 140733660524288 18446744073709551615 46950678476928 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 112898 50290 1833 364 0 48822 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 451592

[startup+162.301 s]
/proc/loadavg: 3.91 3.97 3.86 5/193 21956
/proc/meminfo: memFree=29153600/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=451592 CPUtime=162.21 cores=4,6
/proc/21854/stat : 21854 (python) R 21852 21854 20932 0 -1 4202496 81141 930 1 0 16205 16 0 0 25 0 1 0 5698664 462430208 50290 33554432000 4194304 5683644 140733660524288 18446744073709551615 46950678476940 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21854/statm: 112898 50290 1833 364 0 48822 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 451592

[startup+222.307 s]
/proc/loadavg: 4.05 3.99 3.87 5/199 21963
/proc/meminfo: memFree=29070412/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=448408 CPUtime=166.4 cores=4,6
/proc/21854/stat : 21854 (python) S 21852 21854 20932 0 -1 4202496 81423 930 1 0 16623 17 0 0 25 0 2 0 5698664 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21854/statm: 112102 46965 1867 364 0 48020 0
[pid=21957] ppid=21854 vsize=438164 CPUtime=0.06 cores=4,6
/proc/21957/stat : 21957 (python) S 21854 21854 20932 0 -1 4202560 903 0 0 0 3 3 0 0 18 0 1 0 5715312 448679936 45470 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124100111 0 0 16781312 514 10050275149686472964 0 0 17 4 0 0 0
/proc/21957/statm: 109541 45470 376 364 0 45459 0
[pid=21959] ppid=21957 vsize=69416 CPUtime=55.76 cores=4,6
/proc/21959/stat : 21959 (lingeling) R 21957 21959 21959 0 -1 4202496 41624 0 0 0 5572 4 0 0 25 0 1 0 5715313 71081984 16524 33554432000 4194304 4352236 140736447576656 18446744073709551615 4276728 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21959/statm: 17354 16524 129 39 0 16434 0
[pid=21854/tid=21958] ppid=21852 vsize=448408 CPUtime=0 cores=4,6
/proc/21854/task/21958/stat : 21958 (python) S 21852 21854 20932 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 5715313 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135903665 0 0 16781312 2 18446604453924511808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 955988

[startup+282.3 s]
/proc/loadavg: 3.41 3.82 3.82 4/196 21969
/proc/meminfo: memFree=30433132/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=448408 CPUtime=166.4 cores=4,6
/proc/21854/stat : 21854 (python) S 21852 21854 20932 0 -1 4202496 81423 930 1 0 16623 17 0 0 25 0 2 0 5698664 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21854/statm: 112102 46965 1867 364 0 48020 0
[pid=21957] ppid=21854 vsize=438164 CPUtime=0.13 cores=4,6
/proc/21957/stat : 21957 (python) S 21854 21854 20932 0 -1 4202560 930 0 0 0 7 6 0 0 18 0 1 0 5715312 448679936 45470 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124100111 0 0 16781312 514 10050275149686472964 0 0 17 4 0 0 0
/proc/21957/statm: 109541 45470 376 364 0 45459 0
[pid=21959] ppid=21957 vsize=63192 CPUtime=115.7 cores=4,6
/proc/21959/stat : 21959 (lingeling) R 21957 21959 21959 0 -1 4202496 43672 0 0 0 11565 5 0 0 25 0 1 0 5715313 64708608 14968 33554432000 4194304 4352236 140736447576656 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21959/statm: 15798 14968 129 39 0 14878 0
[pid=21854/tid=21958] ppid=21852 vsize=448408 CPUtime=0 cores=4,6
/proc/21854/task/21958/stat : 21958 (python) S 21852 21854 20932 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 5715313 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135903665 0 0 16781312 2 18446604453924511808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 949764

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

[startup+282.4 s]
/proc/loadavg: 3.41 3.82 3.82 4/196 21969
/proc/meminfo: memFree=30433132/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=448408 CPUtime=166.4 cores=4,6
/proc/21854/stat : 21854 (python) S 21852 21854 20932 0 -1 4202496 81423 930 1 0 16623 17 0 0 25 0 2 0 5698664 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21854/statm: 112102 46965 1867 364 0 48020 0
[pid=21957] ppid=21854 vsize=438164 CPUtime=0.13 cores=4,6
/proc/21957/stat : 21957 (python) S 21854 21854 20932 0 -1 4202560 930 0 0 0 7 6 0 0 18 0 1 0 5715312 448679936 45470 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124100111 0 0 16781312 514 10050275149686472964 0 0 17 4 0 0 0
/proc/21957/statm: 109541 45470 376 364 0 45459 0
[pid=21959] ppid=21957 vsize=63192 CPUtime=115.8 cores=4,6
/proc/21959/stat : 21959 (lingeling) R 21957 21959 21959 0 -1 4202496 43672 0 0 0 11575 5 0 0 25 0 1 0 5715313 64708608 14968 33554432000 4194304 4352236 140736447576656 18446744073709551615 4331583 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21959/statm: 15798 14968 129 39 0 14878 0
[pid=21854/tid=21958] ppid=21852 vsize=448408 CPUtime=0 cores=4,6
/proc/21854/task/21958/stat : 21958 (python) S 21852 21854 20932 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 5715313 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135903665 0 0 16781312 2 18446604453924511808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 949764

[startup+282.806 s]
/proc/loadavg: 3.41 3.82 3.82 4/196 21969
/proc/meminfo: memFree=30433048/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=448408 CPUtime=166.4 cores=4,6
/proc/21854/stat : 21854 (python) S 21852 21854 20932 0 -1 4202496 81423 930 1 0 16623 17 0 0 25 0 2 0 5698664 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21854/statm: 112102 46965 1867 364 0 48020 0
[pid=21957] ppid=21854 vsize=438164 CPUtime=0.13 cores=4,6
/proc/21957/stat : 21957 (python) S 21854 21854 20932 0 -1 4202560 930 0 0 0 7 6 0 0 18 0 1 0 5715312 448679936 45470 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124100111 0 0 16781312 514 10050275149686472964 0 0 17 4 0 0 0
/proc/21957/statm: 109541 45470 376 364 0 45459 0
[pid=21959] ppid=21957 vsize=63192 CPUtime=116.21 cores=4,6
/proc/21959/stat : 21959 (lingeling) R 21957 21959 21959 0 -1 4202496 43672 0 0 0 11616 5 0 0 25 0 1 0 5715313 64708608 14968 33554432000 4194304 4352236 140736447576656 18446744073709551615 4331615 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21959/statm: 15798 14968 129 39 0 14878 0
[pid=21854/tid=21958] ppid=21852 vsize=448408 CPUtime=0 cores=4,6
/proc/21854/task/21958/stat : 21958 (python) S 21852 21854 20932 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 5715313 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135903665 0 0 16781312 2 18446604453924511808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.74
Current children cumulated vsize (KiB) 949764

[startup+283 s]
/proc/loadavg: 3.41 3.82 3.82 4/196 21969
/proc/meminfo: memFree=30433048/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=448408 CPUtime=166.4 cores=4,6
/proc/21854/stat : 21854 (python) S 21852 21854 20932 0 -1 4202496 81423 930 1 0 16623 17 0 0 25 0 2 0 5698664 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21854/statm: 112102 46965 1867 364 0 48020 0
[pid=21957] ppid=21854 vsize=438164 CPUtime=0.13 cores=4,6
/proc/21957/stat : 21957 (python) S 21854 21854 20932 0 -1 4202560 930 0 0 0 7 6 0 0 18 0 1 0 5715312 448679936 45470 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124100111 0 0 16781312 514 10050275149686472964 0 0 17 4 0 0 0
/proc/21957/statm: 109541 45470 376 364 0 45459 0
[pid=21959] ppid=21957 vsize=63192 CPUtime=116.4 cores=4,6
/proc/21959/stat : 21959 (lingeling) R 21957 21959 21959 0 -1 4202496 43672 0 0 0 11635 5 0 0 25 0 1 0 5715313 64708608 14968 33554432000 4194304 4352236 140736447576656 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21959/statm: 15798 14968 129 39 0 14878 0
[pid=21854/tid=21958] ppid=21852 vsize=448408 CPUtime=0 cores=4,6
/proc/21854/task/21958/stat : 21958 (python) S 21852 21854 20932 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 5715313 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135903665 0 0 16781312 2 18446604453924511808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.93
Current children cumulated vsize (KiB) 949764

[startup+283.1 s]
/proc/loadavg: 3.41 3.82 3.82 4/196 21969
/proc/meminfo: memFree=30433048/32950928 swapFree=67111528/67111528
[pid=21854] ppid=21852 vsize=448408 CPUtime=166.4 cores=4,6
/proc/21854/stat : 21854 (python) S 21852 21854 20932 0 -1 4202496 81423 930 1 0 16623 17 0 0 25 0 2 0 5698664 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21854/statm: 112102 46965 1867 364 0 48020 0
[pid=21957] ppid=21854 vsize=438164 CPUtime=0.13 cores=4,6
/proc/21957/stat : 21957 (python) S 21854 21854 20932 0 -1 4202560 930 0 0 0 7 6 0 0 18 0 1 0 5715312 448679936 45470 33554432000 4194304 5683644 140733660524288 18446744073709551615 232124100111 0 0 16781312 514 10050275149686472964 0 0 17 4 0 0 0
/proc/21957/statm: 109541 45470 376 364 0 45459 0
[pid=21959] ppid=21957 vsize=63192 CPUtime=116.5 cores=4,6
/proc/21959/stat : 21959 (lingeling) R 21957 21959 21959 0 -1 4202496 43672 0 0 0 11645 5 0 0 25 0 1 0 5715313 64708608 14968 33554432000 4194304 4352236 140736447576656 18446744073709551615 4239279 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21959/statm: 15798 14968 129 39 0 14878 0
[pid=21854/tid=21958] ppid=21852 vsize=448408 CPUtime=0 cores=4,6
/proc/21854/task/21958/stat : 21958 (python) S 21852 21854 20932 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 5715313 459169792 46965 33554432000 4194304 5683644 140733660524288 18446744073709551615 232135903665 0 0 16781312 2 18446604453924511808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 283.03
Current children cumulated vsize (KiB) 949764

Child status: 0
Real time (s): 283.196
CPU time (s): 283.15
CPU user time (s): 282.835
CPU system time (s): 0.314952
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 981812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.835
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149147
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= 1113
involuntary context switches= 890

runsolver used 0.468928 second user time and 0.996848 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 01:45:38
IDJOB=3483950
IDBENCH=82444
IDSOLVER=1976
FILE ID=node124/3483950-1307749538
RUNJOBID= node124-1307747010-20951
PBS_JOBID= 13550833
Free space on /tmp= 73764 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_004_127_112-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-3483950-1307749538/watcher-3483950-1307749538 -o /tmp/evaluation-result-3483950-1307749538/solver-3483950-1307749538 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483950-1307749538.cnf -seed 1226594236 -budget 1200

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=1226594236

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:      26371128 kB
Buffers:         97168 kB
Cached:        1596812 kB
SwapCached:          0 kB
Active:        5418676 kB
Inactive:       979588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26371128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          145092 kB
Writeback:           0 kB
AnonPages:     4704068 kB
Mapped:          23380 kB
Slab:           104104 kB
PageTables:      19092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6064440 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= 73760 MiB
End job on node124 at 2011-06-11 01:50:22