Trace number 3286781

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
EBGlucose 1.0UNSAT 209.572 209.576

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.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.27	c ==============================================================================
0.00/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.27	c ==============================================================================
0.00/0.27	c |         0 |  656571  1531999 |  196971       0        0     nan |  0.000 % |
199.49/199.57	c |         0 |   61509   258731 |      --       0       --      -- |     --   | -588480/-1257471
199.49/199.57	c ==============================================================================
199.49/199.57	c Result  :   #vars: 3796   #clauses: 61509   #literals: 258731
199.49/199.57	c CPU time:   199.396 s
199.49/199.57	c ==============================================================================
199.59/199.62	c
199.59/199.62	c Starting glucose
199.59/199.62	c
199.59/199.63	
199.59/199.63	c This is EBGlucose 1.0 -- based on Glucose version 1.0
199.59/199.63	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
199.59/199.63	
199.59/199.63	c ============================[ Problem Statistics ]=============================
199.59/199.63	c |                                                                             |
199.59/199.63	c |  Number of variables:  3796                                                 |
199.59/199.63	c |  Number of clauses:    61509                                                |
199.59/199.65	c |  Parsing time:         0.02         s                                       |
209.48/209.56	c restarts              : 66
209.48/209.56	c nb ReduceDB           : 6
209.48/209.56	c nb learnts DL2        : 99
209.48/209.56	c nb learnts size 2     : 76
209.48/209.56	c nb learnts size 1     : 7
209.48/209.56	c conflicts             : 160829         (16215 /sec)
209.48/209.56	c decisions             : 532205         (1.41 % random) (53658 /sec)
209.48/209.56	c propagations          : 14567483       (1468720 /sec)
209.48/209.56	c conflict literals     : 12016215       (12.73 % deleted)
209.48/209.56	c Memory used           : 26.54 MB
209.48/209.56	c CPU time              : 9.91849 s
209.48/209.56	
209.48/209.56	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.0 (svn: 935)

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-3286781-1303765340/watcher-3286781-1303765340 -o /tmp/evaluation-result-3286781-1303765340/solver-3286781-1303765340 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3286781-1303765340.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 2.95 3.34 3.51 4/185 8761
/proc/meminfo: memFree=15905980/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0

[startup+0.100161 s]
/proc/loadavg: 2.95 3.34 3.51 4/185 8761
/proc/meminfo: memFree=15905980/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.201144 s]
/proc/loadavg: 2.95 3.34 3.51 4/185 8761
/proc/meminfo: memFree=15905980/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301129 s]
/proc/loadavg: 2.95 3.34 3.51 4/185 8761
/proc/meminfo: memFree=15905980/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701056 s]
/proc/loadavg: 2.95 3.34 3.51 4/185 8761
/proc/meminfo: memFree=15905980/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 2.95 3.34 3.51 4/187 8764
/proc/meminfo: memFree=15791396/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=108536 CPUtime=1.49 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 28361 0 0 0 141 8 0 0 25 0 1 0 488132508 111140864 26348 33554432000 134512640 135144230 4293515264 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 27134 26348 78 155 0 26977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117240

[startup+3.10066 s]
/proc/loadavg: 2.95 3.34 3.51 3/184 8765
/proc/meminfo: memFree=16649052/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=117832 CPUtime=3.09 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 30862 0 0 0 296 13 0 0 25 0 1 0 488132508 120659968 28597 33554432000 134512640 135144230 4293515264 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 29458 28597 78 155 0 29301 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126536

[startup+6.30112 s]
/proc/loadavg: 2.95 3.33 3.51 4/187 8794
/proc/meminfo: memFree=16633020/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=122876 CPUtime=6.29 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 31642 0 0 0 614 15 0 0 25 0 1 0 488132508 125825024 29377 33554432000 134512640 135144230 4293515264 18446744073709551615 134547536 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 30719 29377 78 155 0 30562 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131580

[startup+12.701 s]
/proc/loadavg: 2.96 3.33 3.51 4/187 8794
/proc/meminfo: memFree=16543388/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=125588 CPUtime=12.69 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 32310 0 0 0 1253 16 0 0 25 0 1 0 488132508 128602112 29793 33554432000 134512640 135144230 4293515264 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 31397 29793 78 155 0 31240 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134292

[startup+25.5009 s]
/proc/loadavg: 2.97 3.31 3.50 4/187 8795
/proc/meminfo: memFree=16509152/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=125588 CPUtime=25.49 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 32311 0 0 0 2533 16 0 0 25 0 1 0 488132508 128602112 29794 33554432000 134512640 135144230 4293515264 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 31397 29794 78 155 0 31240 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134292

[startup+51.1006 s]
/proc/loadavg: 2.98 3.29 3.48 4/187 8795
/proc/meminfo: memFree=16494776/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=125588 CPUtime=51.09 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 32337 0 0 0 5093 16 0 0 25 0 1 0 488132508 128602112 29820 33554432000 134512640 135144230 4293515264 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 31397 29820 78 155 0 31240 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134292

[startup+102.301 s]
/proc/loadavg: 2.99 3.24 3.45 4/187 8797
/proc/meminfo: memFree=16489080/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=126164 CPUtime=102.3 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 32447 0 0 0 10214 16 0 0 25 0 1 0 488132508 129191936 29930 33554432000 134512640 135144230 4293515264 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 31541 29930 78 155 0 31384 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134868

[startup+162.301 s]
/proc/loadavg: 2.99 3.19 3.43 4/187 8801
/proc/meminfo: memFree=16490376/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=126928 CPUtime=162.29 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 32617 0 0 0 16213 16 0 0 25 0 1 0 488132508 129974272 30100 33554432000 134512640 135144230 4293515264 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 31732 30100 78 155 0 31575 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 135632

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

[startup+179.201 s]
/proc/loadavg: 2.99 3.18 3.42 4/187 8802
/proc/meminfo: memFree=16490128/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=127120 CPUtime=179.19 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 32681 0 0 0 17903 16 0 0 25 0 1 0 488132508 130170880 30164 33554432000 134512640 135144230 4293515264 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 31780 30164 78 155 0 31623 0
Current children cumulated CPU time (s) 179.19
Current children cumulated vsize (KiB) 135824

[startup+192.001 s]
/proc/loadavg: 2.99 3.17 3.41 4/187 8802
/proc/meminfo: memFree=16489632/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=127504 CPUtime=191.99 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 32722 0 0 0 19183 16 0 0 25 0 1 0 488132508 130564096 30205 33554432000 134512640 135144230 4293515264 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 31876 30205 78 155 0 31719 0
Current children cumulated CPU time (s) 191.99
Current children cumulated vsize (KiB) 136208

[startup+198.401 s]
/proc/loadavg: 2.99 3.17 3.41 4/187 8802
/proc/meminfo: memFree=16480660/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=0 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 355 234 0 0 0 0 0 0 24 0 1 0 488132508 8912896 253 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 253 211 178 0 69 0
[pid=8763] ppid=8761 vsize=138776 CPUtime=198.39 cores=1,3
/proc/8763/stat : 8763 (SatELite_releas) R 8761 8761 7362 0 -1 4202496 35008 0 0 0 19822 17 0 0 25 0 1 0 488132508 142106624 31849 33554432000 134512640 135144230 4293515264 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8763/statm: 34694 31849 78 155 0 34537 0
Current children cumulated CPU time (s) 198.39
Current children cumulated vsize (KiB) 147480

[startup+204.801 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8803
/proc/meminfo: memFree=16586920/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=199.62 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 380 36829 0 0 0 0 19944 18 18 0 1 0 488132508 8912896 256 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 256 211 178 0 69 0
[pid=8803] ppid=8761 vsize=22624 CPUtime=5.16 cores=1,3
/proc/8803/stat : 8803 (ebglucose_stati) R 8761 8761 7362 0 -1 4202496 5186 0 0 0 515 1 0 0 25 0 1 0 488152470 23166976 5127 33554432000 134512640 134556542 4287174016 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8803/statm: 5656 5127 214 11 0 4990 0
Current children cumulated CPU time (s) 204.78
Current children cumulated vsize (KiB) 31328

[startup+208.006 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8803
/proc/meminfo: memFree=16584928/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=199.62 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 380 36829 0 0 0 0 19944 18 18 0 1 0 488132508 8912896 256 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 256 211 178 0 69 0
[pid=8803] ppid=8761 vsize=24740 CPUtime=8.37 cores=1,3
/proc/8803/stat : 8803 (ebglucose_stati) R 8761 8761 7362 0 -1 4202496 5714 0 0 0 836 1 0 0 25 0 1 0 488152470 25333760 5655 33554432000 134512640 134556542 4287174016 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8803/statm: 6185 5655 214 11 0 5519 0
Current children cumulated CPU time (s) 207.99
Current children cumulated vsize (KiB) 33444

[startup+208.801 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8803
/proc/meminfo: memFree=16584928/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=199.62 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 380 36829 0 0 0 0 19944 18 18 0 1 0 488132508 8912896 256 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 256 211 178 0 69 0
[pid=8803] ppid=8761 vsize=24740 CPUtime=9.16 cores=1,3
/proc/8803/stat : 8803 (ebglucose_stati) R 8761 8761 7362 0 -1 4202496 5714 0 0 0 915 1 0 0 25 0 1 0 488152470 25333760 5655 33554432000 134512640 134556542 4287174016 18446744073709551615 134529038 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8803/statm: 6185 5655 214 11 0 5519 0
Current children cumulated CPU time (s) 208.78
Current children cumulated vsize (KiB) 33444

[startup+209.201 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8803
/proc/meminfo: memFree=16584928/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=199.62 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 380 36829 0 0 0 0 19944 18 18 0 1 0 488132508 8912896 256 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 256 211 178 0 69 0
[pid=8803] ppid=8761 vsize=25568 CPUtime=9.56 cores=1,3
/proc/8803/stat : 8803 (ebglucose_stati) R 8761 8761 7362 0 -1 4202496 5925 0 0 0 955 1 0 0 25 0 1 0 488152470 26181632 5866 33554432000 134512640 134556542 4287174016 18446744073709551615 134542126 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8803/statm: 6392 5866 214 11 0 5726 0
Current children cumulated CPU time (s) 209.18
Current children cumulated vsize (KiB) 34272

[startup+209.401 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8803
/proc/meminfo: memFree=16584928/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=199.62 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 380 36829 0 0 0 0 19944 18 18 0 1 0 488132508 8912896 256 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 256 211 178 0 69 0
[pid=8803] ppid=8761 vsize=26440 CPUtime=9.76 cores=1,3
/proc/8803/stat : 8803 (ebglucose_stati) R 8761 8761 7362 0 -1 4202496 6117 0 0 0 975 1 0 0 25 0 1 0 488152470 27074560 6058 33554432000 134512640 134556542 4287174016 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8803/statm: 6610 6058 214 11 0 5944 0
Current children cumulated CPU time (s) 209.38
Current children cumulated vsize (KiB) 35144

[startup+209.501 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8803
/proc/meminfo: memFree=16584928/32951124 swapFree=67111528/67111528
[pid=8761] ppid=8759 vsize=8704 CPUtime=199.62 cores=1,3
/proc/8761/stat : 8761 (ebglucose.sh) S 8759 8761 7362 0 -1 4202496 380 36829 0 0 0 0 19944 18 18 0 1 0 488132508 8912896 256 33554432000 4194304 4922060 140735692474288 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8761/statm: 2176 256 211 178 0 69 0
[pid=8803] ppid=8761 vsize=27016 CPUtime=9.86 cores=1,3
/proc/8803/stat : 8803 (ebglucose_stati) R 8761 8761 7362 0 -1 4202496 6260 0 0 0 985 1 0 0 25 0 1 0 488152470 27664384 6201 33554432000 134512640 134556542 4287174016 18446744073709551615 134537968 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8803/statm: 6754 6201 214 11 0 6088 0
Current children cumulated CPU time (s) 209.48
Current children cumulated vsize (KiB) 35720

Child status: 20
Real time (s): 209.576
CPU time (s): 209.572
CPU user time (s): 209.36
CPU system time (s): 0.211967
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 147736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.36
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49
involuntary context switches= 2752

runsolver used 0.336948 second user time and 0.725889 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-25 23:02:20
IDJOB=3286781
IDBENCH=82435
IDSOLVER=1652
FILE ID=node130/3286781-1303765340
RUNJOBID= node130-1303764036-8588
PBS_JOBID= 13157127
Free space on /tmp= 71488 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286781-1303765340/watcher-3286781-1303765340 -o /tmp/evaluation-result-3286781-1303765340/solver-3286781-1303765340 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3286781-1303765340.cnf

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=1694797665

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.83
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15906136 kB
Buffers:       2103604 kB
Cached:       12644028 kB
SwapCached:          0 kB
Active:        8559124 kB
Inactive:      7934572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15906136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12672 kB
Writeback:           0 kB
AnonPages:     1745540 kB
Mapped:          16260 kB
Slab:           483184 kB
PageTables:       8412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1948664 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= 71532 MiB
End job on node130 at 2011-04-25 23:05:50