Trace number 3365790

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
SAT09 reference solver:glucose 1.0UNSAT 484.03 484.034

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.02
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
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.49	c ==============================================================================
0.00/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.49	c ==============================================================================
0.00/0.49	c |         0 | 1130523  2637887 |  339156       0        0     nan |  0.000 % |
361.18/361.25	c |         0 |  101640   410022 |      --       0       --      -- |     --   | -1019741/-2205924
361.18/361.25	c ==============================================================================
361.18/361.25	c Result  :   #vars: 6404   #clauses: 101640   #literals: 410022
361.18/361.25	c CPU time:   360.987 s
361.18/361.25	c ==============================================================================
361.29/361.34	c
361.29/361.34	c Starting glucose
361.29/361.34	c
361.29/361.34	
361.29/361.34	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
361.29/361.34	
361.29/361.34	c ============================[ Problem Statistics ]=============================
361.29/361.34	c |                                                                             |
361.29/361.34	c |  Number of variables:  6404                                                 |
361.29/361.34	c |  Number of clauses:    101640                                               |
361.29/361.38	c |  Parsing time:         0.03         s                                       |
483.99/484.01	c restarts              : 822
483.99/484.01	c nb ReduceDB           : 36
483.99/484.01	c nb learnts DL2        : 207
483.99/484.01	c nb learnts size 2     : 112
483.99/484.01	c nb learnts size 1     : 5
483.99/484.01	c conflicts             : 1400124        (11415 /sec)
483.99/484.01	c decisions             : 5112795        (1.41 % random) (41685 /sec)
483.99/484.01	c propagations          : 141768906      (1155841 /sec)
483.99/484.01	c conflict literals     : 166472508      (8.79 % deleted)
483.99/484.01	c Memory used           : 59.72 MB
483.99/484.01	c CPU time              : 122.654 s
483.99/484.01	
483.99/484.01	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: 961)

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-3365790-1305320299/watcher-3365790-1305320299 -o /tmp/evaluation-result-3365790-1305320299/solver-3365790-1305320299 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365790-1305320299.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.05 1.99 2/331 15135
/proc/meminfo: memFree=10224080/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0

[startup+0.0735739 s]
/proc/loadavg: 2.04 2.05 1.99 2/331 15135
/proc/meminfo: memFree=10224080/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100571 s]
/proc/loadavg: 2.04 2.05 1.99 2/331 15135
/proc/meminfo: memFree=10224080/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300542 s]
/proc/loadavg: 2.04 2.05 1.99 2/331 15135
/proc/meminfo: memFree=10224080/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70047 s]
/proc/loadavg: 2.04 2.05 1.99 2/331 15135
/proc/meminfo: memFree=10224080/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50029 s]
/proc/loadavg: 2.04 2.05 1.99 3/333 15137
/proc/meminfo: memFree=10050208/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=187276 CPUtime=1.49 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 46355 0 0 0 139 10 0 0 25 0 1 0 624445589 191770624 42859 33554432000 134512640 135225430 4290911744 18446744073709551615 134564772 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 46819 42859 78 175 0 46642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195980

[startup+3.10097 s]
/proc/loadavg: 2.04 2.05 1.99 3/333 15137
/proc/meminfo: memFree=10027764/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=197988 CPUtime=3.09 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 49011 0 0 0 295 14 0 0 25 0 1 0 624445589 202739712 45515 33554432000 134512640 135225430 4290911744 18446744073709551615 134564339 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 49497 45515 78 175 0 49320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 206692

[startup+6.30034 s]
/proc/loadavg: 2.04 2.04 1.99 3/333 15138
/proc/meminfo: memFree=9963004/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=214212 CPUtime=6.29 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 53278 0 0 0 610 19 0 0 25 0 1 0 624445589 219353088 49315 33554432000 134512640 135225430 4290911744 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 53553 49315 78 175 0 53376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 222916

[startup+12.7011 s]
/proc/loadavg: 2.04 2.04 1.99 3/333 15138
/proc/meminfo: memFree=9944636/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=218700 CPUtime=12.69 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 54517 0 0 0 1247 22 0 0 25 0 1 0 624445589 223948800 50448 33554432000 134512640 135225430 4290911744 18446744073709551615 134549566 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 54675 50448 78 175 0 54498 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 227404

[startup+25.5005 s]
/proc/loadavg: 2.03 2.04 1.99 3/333 15138
/proc/meminfo: memFree=9935820/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=220744 CPUtime=25.49 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 55296 0 0 0 2526 23 0 0 25 0 1 0 624445589 226041856 50792 33554432000 134512640 135225430 4290911744 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 55186 50792 78 175 0 55009 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 229448

[startup+51.1004 s]
/proc/loadavg: 2.02 2.04 1.99 3/333 15139
/proc/meminfo: memFree=9935000/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=221000 CPUtime=51.07 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 55334 0 0 0 5084 23 0 0 25 0 1 0 624445589 226304000 50830 33554432000 134512640 135225430 4290911744 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 55250 50830 78 175 0 55073 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 229704

[startup+102.312 s]
/proc/loadavg: 2.01 2.03 1.99 3/333 15140
/proc/meminfo: memFree=9937516/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=221320 CPUtime=102.28 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 55411 0 0 0 10205 23 0 0 25 0 1 0 624445589 226631680 50907 33554432000 134512640 135225430 4290911744 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 55330 50907 78 175 0 55153 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 230024

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/333 15151
/proc/meminfo: memFree=9934636/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=222024 CPUtime=162.27 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 55521 0 0 0 16204 23 0 0 25 0 1 0 624445589 227352576 51017 33554432000 134512640 135225430 4290911744 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 55506 51017 78 175 0 55329 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 230728

[startup+222.3 s]
/proc/loadavg: 2.15 2.05 2.00 3/333 15152
/proc/meminfo: memFree=9935316/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=222952 CPUtime=222.27 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 55668 0 0 0 22204 23 0 0 25 0 1 0 624445589 228302848 51164 33554432000 134512640 135225430 4290911744 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 55738 51164 78 175 0 55561 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 231656

[startup+282.301 s]
/proc/loadavg: 2.10 2.05 2.00 3/333 15154
/proc/meminfo: memFree=9935420/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=224232 CPUtime=282.28 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 55825 0 0 0 28205 23 0 0 25 0 1 0 624445589 229613568 51321 33554432000 134512640 135225430 4290911744 18446744073709551615 134548904 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 56058 51321 78 175 0 55881 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 232936

[startup+342.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/333 15155
/proc/meminfo: memFree=9934632/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 624445589 8912896 253 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15135/statm: 2176 253 211 178 0 69 0
[pid=15136] ppid=15135 vsize=225192 CPUtime=342.28 cores=1,3,5,7
/proc/15136/stat : 15136 (SatELite_releas) R 15135 15135 14765 0 -1 4202496 56041 0 0 0 34205 23 0 0 25 0 1 0 624445589 230596608 51537 33554432000 134512640 135225430 4290911744 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15136/statm: 56298 51537 78 175 0 56121 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 233896

[startup+402.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/333 15158
/proc/meminfo: memFree=10078368/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=44760 CPUtime=40.95 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 11008 0 0 0 4094 1 0 0 25 0 1 0 624481724 45834240 10962 33554432000 134512640 135217611 4289940752 18446744073709551615 134526219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 11190 10962 77 173 0 11015 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 53464

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10065420/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=56568 CPUtime=100.95 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 13952 0 0 0 10094 1 0 0 25 0 1 0 624481724 57925632 13906 33554432000 134512640 135217611 4289940752 18446744073709551615 134527804 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 14142 13906 77 173 0 13967 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 65272

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

[startup+473.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10063552/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=58420 CPUtime=112.16 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 14427 0 0 0 11214 2 0 0 25 0 1 0 624481724 59822080 14381 33554432000 134512640 135217611 4289940752 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 14605 14381 77 173 0 14430 0
Current children cumulated CPU time (s) 473.48
Current children cumulated vsize (KiB) 67124

[startup+479.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10063056/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=58908 CPUtime=118.56 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 14534 0 0 0 11854 2 0 0 25 0 1 0 624481724 60321792 14488 33554432000 134512640 135217611 4289940752 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 14727 14488 77 173 0 14552 0
Current children cumulated CPU time (s) 479.88
Current children cumulated vsize (KiB) 67612

[startup+481.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10063056/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=58908 CPUtime=120.16 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 14534 0 0 0 12014 2 0 0 25 0 1 0 624481724 60321792 14488 33554432000 134512640 135217611 4289940752 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 14727 14488 77 173 0 14552 0
Current children cumulated CPU time (s) 481.48
Current children cumulated vsize (KiB) 67612

[startup+483.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10063056/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=58908 CPUtime=121.76 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 14534 0 0 0 12174 2 0 0 25 0 1 0 624481724 60321792 14488 33554432000 134512640 135217611 4289940752 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 14727 14488 77 173 0 14552 0
Current children cumulated CPU time (s) 483.08
Current children cumulated vsize (KiB) 67612

[startup+483.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10063056/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=60528 CPUtime=122.16 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 14902 0 0 0 12214 2 0 0 25 0 1 0 624481724 61980672 14856 33554432000 134512640 135217611 4289940752 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 15132 14856 77 173 0 14957 0
Current children cumulated CPU time (s) 483.48
Current children cumulated vsize (KiB) 69232

[startup+483.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10060948/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=61148 CPUtime=122.56 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 15059 0 0 0 12254 2 0 0 25 0 1 0 624481724 62615552 15013 33554432000 134512640 135217611 4289940752 18446744073709551615 134540945 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 15287 15013 77 173 0 15112 0
Current children cumulated CPU time (s) 483.88
Current children cumulated vsize (KiB) 69852

[startup+484.013 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 15160
/proc/meminfo: memFree=10060948/32951124 swapFree=67111352/67111528
[pid=15135] ppid=15133 vsize=8704 CPUtime=361.32 cores=1,3,5,7
/proc/15135/stat : 15135 (glucose.sh) S 15133 15135 14765 0 -1 4202496 359 63195 0 0 0 0 36106 26 18 0 1 0 624445589 8912896 255 33554432000 4194304 4922060 140735651332208 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15135/statm: 2176 255 211 178 0 69 0
[pid=15157] ppid=15135 vsize=61148 CPUtime=122.67 cores=1,3,5,7
/proc/15157/stat : 15157 (glucose_static) R 15135 15135 14765 0 -1 4202496 15059 0 0 0 12265 2 0 0 25 0 1 0 624481724 62615552 15013 33554432000 134512640 135217611 4289940752 18446744073709551615 134742291 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15157/statm: 15287 15019 83 173 0 15112 0
Current children cumulated CPU time (s) 483.99
Current children cumulated vsize (KiB) 69852

Child status: 20
Real time (s): 484.034
CPU time (s): 484.03
CPU user time (s): 483.718
CPU system time (s): 0.311952
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 251868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.718
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78835
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= 40
involuntary context switches= 998

runsolver used 1.3098 second user time and 3.54846 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 22:58:20
IDJOB=3365790
IDBENCH=82450
IDSOLVER=1842
FILE ID=node143/3365790-1305320299
RUNJOBID= node143-1305315242-14784
PBS_JOBID= 13324289
Free space on /tmp= 41172 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365790-1305320299/watcher-3365790-1305320299 -o /tmp/evaluation-result-3365790-1305320299/solver-3365790-1305320299 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365790-1305320299.cnf

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=2014863253

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10224228 kB
Buffers:        235140 kB
Cached:        5696024 kB
SwapCached:          0 kB
Active:       17492796 kB
Inactive:      4917548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10224228 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           22328 kB
Writeback:           0 kB
AnonPages:    16478940 kB
Mapped:          29412 kB
Slab:           196360 kB
PageTables:      53272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70233964 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= 41168 MiB
End job on node143 at 2011-05-13 23:06:24