Trace number 3308759

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 496.295 496.278

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 benchmark15.4606
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 % |
364.61/364.67	c |         0 |  101640   410022 |      --       0       --      -- |     --   | -1019741/-2205924
364.61/364.67	c ==============================================================================
364.61/364.67	c Result  :   #vars: 6404   #clauses: 101640   #literals: 410022
364.61/364.67	c CPU time:   364.352 s
364.61/364.67	c ==============================================================================
364.70/364.76	c
364.70/364.76	c Starting glucose
364.70/364.76	c
364.70/364.76	
364.70/364.76	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
364.70/364.76	
364.70/364.76	c ============================[ Problem Statistics ]=============================
364.70/364.76	c |                                                                             |
364.70/364.76	c |  Number of variables:  6404                                                 |
364.70/364.76	c |  Number of clauses:    101640                                               |
364.76/364.80	c |  Parsing time:         0.03         s                                       |
496.18/496.25	c restarts              : 822
496.18/496.25	c nb ReduceDB           : 36
496.18/496.25	c nb learnts DL2        : 207
496.18/496.25	c nb learnts size 2     : 112
496.18/496.25	c nb learnts size 1     : 5
496.18/496.25	c conflicts             : 1400124        (10651 /sec)
496.18/496.25	c decisions             : 5112795        (1.41 % random) (38894 /sec)
496.18/496.25	c propagations          : 141768906      (1078468 /sec)
496.18/496.25	c conflict literals     : 166472508      (8.79 % deleted)
496.18/496.25	c Memory used           : 59.71 MB
496.18/496.25	c CPU time              : 131.454 s
496.18/496.25	
496.18/496.26	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-3308759-1303984523/watcher-3308759-1303984523 -o /tmp/evaluation-result-3308759-1303984523/solver-3308759-1303984523 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308759-1303984523.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: 3.96 3.96 3.00 3/180 14533
/proc/meminfo: memFree=12643008/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0

[startup+0.0360919 s]
/proc/loadavg: 3.96 3.96 3.00 3/180 14533
/proc/meminfo: memFree=12643008/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101044 s]
/proc/loadavg: 3.96 3.96 3.00 3/180 14533
/proc/meminfo: memFree=12643008/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300998 s]
/proc/loadavg: 3.96 3.96 3.00 3/180 14533
/proc/meminfo: memFree=12643008/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700917 s]
/proc/loadavg: 3.96 3.96 3.00 3/180 14533
/proc/meminfo: memFree=12643008/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50077 s]
/proc/loadavg: 3.96 3.96 3.00 5/194 14553
/proc/meminfo: memFree=12317388/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=187276 CPUtime=1.49 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 46334 0 0 0 139 10 0 0 25 0 1 0 588683040 191770624 42838 33554432000 134512640 135225430 4288905664 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 46819 42838 78 175 0 46642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195980

[startup+3.10046 s]
/proc/loadavg: 3.96 3.96 3.00 5/194 14553
/proc/meminfo: memFree=12164656/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=197856 CPUtime=3.09 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 48976 0 0 0 295 14 0 0 25 0 1 0 588683040 202604544 45480 33554432000 134512640 135225430 4288905664 18446744073709551615 134548496 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 49464 45480 78 175 0 49287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 206560

[startup+6.30085 s]
/proc/loadavg: 3.96 3.96 3.01 5/194 14554
/proc/meminfo: memFree=12122860/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=214212 CPUtime=6.29 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 53270 0 0 0 608 21 0 0 25 0 1 0 588683040 219353088 49307 33554432000 134512640 135225430 4288905664 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 53553 49307 78 175 0 53376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 222916

[startup+12.7006 s]
/proc/loadavg: 3.96 3.96 3.01 5/194 14556
/proc/meminfo: memFree=12001384/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=218700 CPUtime=12.69 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 54512 0 0 0 1245 24 0 0 25 0 1 0 588683040 223948800 50443 33554432000 134512640 135225430 4288905664 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 54675 50443 78 175 0 54498 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 227404

[startup+25.5012 s]
/proc/loadavg: 3.97 3.96 3.03 5/194 14586
/proc/meminfo: memFree=12197428/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=222792 CPUtime=25.49 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 55292 0 0 0 2519 30 0 0 25 0 1 0 588683040 228139008 51223 33554432000 134512640 135225430 4288905664 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 55698 51223 78 175 0 55521 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231496

[startup+51.1003 s]
/proc/loadavg: 3.98 3.97 3.05 5/194 14587
/proc/meminfo: memFree=12187604/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=221000 CPUtime=51.09 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 55334 0 0 0 5079 30 0 0 25 0 1 0 588683040 226304000 50830 33554432000 134512640 135225430 4288905664 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 55250 50830 78 175 0 55073 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229704

[startup+102.308 s]
/proc/loadavg: 3.99 3.97 3.10 5/194 14589
/proc/meminfo: memFree=12180128/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=221160 CPUtime=102.3 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 55407 0 0 0 10200 30 0 0 25 0 1 0 588683040 226467840 50903 33554432000 134512640 135225430 4288905664 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 55290 50903 78 175 0 55113 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 229864

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.15 5/194 14590
/proc/meminfo: memFree=12175240/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=222024 CPUtime=162.3 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 55521 0 0 0 16200 30 0 0 25 0 1 0 588683040 227352576 51017 33554432000 134512640 135225430 4288905664 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 55506 51017 78 175 0 55329 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 230728

[startup+222.301 s]
/proc/loadavg: 4.06 3.99 3.21 5/194 14592
/proc/meminfo: memFree=12170652/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=222952 CPUtime=222.3 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 55667 0 0 0 22200 30 0 0 25 0 1 0 588683040 228302848 51163 33554432000 134512640 135225430 4288905664 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 55738 51163 78 175 0 55561 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 231656

[startup+282.301 s]
/proc/loadavg: 4.07 4.00 3.26 5/194 14624
/proc/meminfo: memFree=12232776/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=224232 CPUtime=282.3 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 55814 0 0 0 28200 30 0 0 25 0 1 0 588683040 229613568 51310 33554432000 134512640 135225430 4288905664 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 56058 51310 78 175 0 55881 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 232936

[startup+342.301 s]
/proc/loadavg: 4.06 4.01 3.31 5/194 14634
/proc/meminfo: memFree=12224192/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=0 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 588683040 8912896 252 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 252 211 178 0 69 0
[pid=14534] ppid=14533 vsize=225192 CPUtime=342.3 cores=1,3
/proc/14534/stat : 14534 (SatELite_releas) R 14533 14533 14176 0 -1 4202496 56030 0 0 0 34200 30 0 0 25 0 1 0 588683040 230596608 51526 33554432000 134512640 135225430 4288905664 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14534/statm: 56298 51526 78 175 0 56121 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 233896

[startup+402.3 s]
/proc/loadavg: 4.08 4.02 3.36 5/194 14637
/proc/meminfo: memFree=12375664/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=43040 CPUtime=37.52 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 10573 0 0 0 3750 2 0 0 25 0 1 0 588719517 44072960 10527 33554432000 134512640 135217611 4287504928 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 10760 10527 77 173 0 10585 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 51744

[startup+462.301 s]
/proc/loadavg: 4.03 4.02 3.39 5/194 14638
/proc/meminfo: memFree=12359496/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=54320 CPUtime=97.53 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 13398 0 0 0 9750 3 0 0 25 0 1 0 588719517 55623680 13352 33554432000 134512640 135217611 4287504928 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 13580 13352 77 173 0 13405 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 63024

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

[startup+473.501 s]
/proc/loadavg: 4.02 4.02 3.40 5/194 14669
/proc/meminfo: memFree=12531044/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=56564 CPUtime=108.73 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 13952 0 0 0 10870 3 0 0 25 0 1 0 588719517 57921536 13906 33554432000 134512640 135217611 4287504928 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 14141 13906 77 173 0 13966 0
Current children cumulated CPU time (s) 473.49
Current children cumulated vsize (KiB) 65268

[startup+486.3 s]
/proc/loadavg: 4.02 4.01 3.41 5/194 14699
/proc/meminfo: memFree=12479232/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=58904 CPUtime=121.52 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 14534 0 0 0 12149 3 0 0 25 0 1 0 588719517 60317696 14488 33554432000 134512640 135217611 4287504928 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 14726 14488 77 173 0 14551 0
Current children cumulated CPU time (s) 486.28
Current children cumulated vsize (KiB) 67608

[startup+492.701 s]
/proc/loadavg: 4.01 4.01 3.41 5/194 14699
/proc/meminfo: memFree=12476504/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=58904 CPUtime=127.93 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 14534 0 0 0 12790 3 0 0 25 0 1 0 588719517 60317696 14488 33554432000 134512640 135217611 4287504928 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 14726 14488 77 173 0 14551 0
Current children cumulated CPU time (s) 492.69
Current children cumulated vsize (KiB) 67608

[startup+494.301 s]
/proc/loadavg: 4.01 4.01 3.41 5/194 14699
/proc/meminfo: memFree=12475884/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=58904 CPUtime=129.52 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 14534 0 0 0 12949 3 0 0 25 0 1 0 588719517 60317696 14488 33554432000 134512640 135217611 4287504928 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 14726 14488 77 173 0 14551 0
Current children cumulated CPU time (s) 494.28
Current children cumulated vsize (KiB) 67608

[startup+495.101 s]
/proc/loadavg: 4.01 4.01 3.41 5/194 14699
/proc/meminfo: memFree=12475884/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=58904 CPUtime=130.32 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 14534 0 0 0 13029 3 0 0 25 0 1 0 588719517 60317696 14488 33554432000 134512640 135217611 4287504928 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 14726 14488 77 173 0 14551 0
Current children cumulated CPU time (s) 495.08
Current children cumulated vsize (KiB) 67608

[startup+495.9 s]
/proc/loadavg: 4.01 4.01 3.41 5/194 14699
/proc/meminfo: memFree=12475884/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=61004 CPUtime=131.12 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 15033 0 0 0 13109 3 0 0 25 0 1 0 588719517 62468096 14987 33554432000 134512640 135217611 4287504928 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 15251 14987 77 173 0 15076 0
Current children cumulated CPU time (s) 495.88
Current children cumulated vsize (KiB) 69708

[startup+496.107 s]
/proc/loadavg: 4.01 4.01 3.41 5/194 14699
/proc/meminfo: memFree=12473900/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=61144 CPUtime=131.33 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 15059 0 0 0 13130 3 0 0 25 0 1 0 588719517 62611456 15013 33554432000 134512640 135217611 4287504928 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 15286 15013 77 173 0 15111 0
Current children cumulated CPU time (s) 496.09
Current children cumulated vsize (KiB) 69848

[startup+496.2 s]
/proc/loadavg: 4.01 4.01 3.41 5/194 14699
/proc/meminfo: memFree=12473900/32950928 swapFree=67111524/67111528
[pid=14533] ppid=14531 vsize=8704 CPUtime=364.76 cores=1,3
/proc/14533/stat : 14533 (glucose.sh) S 14531 14533 14176 0 -1 4202496 359 63195 0 0 0 0 36442 34 18 0 1 0 588683040 8912896 254 33554432000 4194304 4922060 140733637668928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14533/statm: 2176 254 211 178 0 69 0
[pid=14636] ppid=14533 vsize=61144 CPUtime=131.42 cores=1,3
/proc/14636/stat : 14636 (glucose_static) R 14533 14533 14176 0 -1 4202496 15059 0 0 0 13139 3 0 0 25 0 1 0 588719517 62611456 15013 33554432000 134512640 135217611 4287504928 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14636/statm: 15286 15013 77 173 0 15111 0
Current children cumulated CPU time (s) 496.18
Current children cumulated vsize (KiB) 69848

Child status: 20
Real time (s): 496.278
CPU time (s): 496.295
CPU user time (s): 495.885
CPU system time (s): 0.409937
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 251868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 495.885
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78834
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= 13
involuntary context switches= 6182

runsolver used 0.764883 second user time and 1.9497 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-28 11:55:24
IDJOB=3308759
IDBENCH=82450
IDSOLVER=1691
FILE ID=node115/3308759-1303984523
RUNJOBID= node115-1303983220-14196
PBS_JOBID= 13168711
Free space on /tmp= 72684 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-3308759-1303984523/watcher-3308759-1303984523 -o /tmp/evaluation-result-3308759-1303984523/solver-3308759-1303984523 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308759-1303984523.cnf

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=809441823

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12643156 kB
Buffers:       2311680 kB
Cached:       17197620 kB
SwapCached:          4 kB
Active:        7659328 kB
Inactive:     12091888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12643156 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           35572 kB
Writeback:           0 kB
AnonPages:      241544 kB
Mapped:          15472 kB
Slab:           492812 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   389012 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= 72640 MiB
End job on node115 at 2011-04-28 12:03:40