Trace number 3365826

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 39.166 39.1688

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7437
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
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.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  307467   717423 |   92240       0        0     nan |  0.000 % |
1.39/1.46	c |         0 |  144550   492721 |      --       0       --      -- |     --   | -162915/-224697
1.39/1.46	c ==============================================================================
1.39/1.46	c Result  :   #vars: 25127   #clauses: 144550   #literals: 492721
1.39/1.46	c CPU time:   1.40679 s
1.39/1.46	c ==============================================================================
1.49/1.56	c
1.49/1.56	c Starting glucose
1.49/1.56	c
1.49/1.56	
1.49/1.56	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.49/1.56	
1.49/1.56	c ============================[ Problem Statistics ]=============================
1.49/1.56	c |                                                                             |
1.49/1.56	c |  Number of variables:  25127                                                |
1.49/1.56	c |  Number of clauses:    144550                                               |
1.55/1.62	c |  Parsing time:         0.05         s                                       |
39.08/39.16	c restarts              : 242
39.08/39.16	c nb ReduceDB           : 9
39.08/39.16	c nb learnts DL2        : 9371
39.08/39.16	c nb learnts size 2     : 1441
39.08/39.16	c nb learnts size 1     : 172
39.08/39.16	c conflicts             : 232738         (6192 /sec)
39.08/39.16	c decisions             : 524336         (1.44 % random) (13951 /sec)
39.08/39.16	c propagations          : 124301003      (3307260 /sec)
39.08/39.16	c conflict literals     : 4808790        (32.75 % deleted)
39.08/39.16	c Memory used           : 22.91 MB
39.08/39.16	c CPU time              : 37.5843 s
39.08/39.16	
39.08/39.16	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-3365826-1305320340/watcher-3365826-1305320340 -o /tmp/evaluation-result-3365826-1305320340/solver-3365826-1305320340 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365826-1305320340.cnf 

running on 4 cores: 0,2,4,6

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: 1.93 1.98 1.94 3/296 30252
/proc/meminfo: memFree=6390988/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 99643430 8912896 253 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30252/statm: 2176 253 211 178 0 69 0

[startup+0.0472229 s]
/proc/loadavg: 1.93 1.98 1.94 3/296 30252
/proc/meminfo: memFree=6390988/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 99643430 8912896 253 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30252/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101215 s]
/proc/loadavg: 1.93 1.98 1.94 3/296 30252
/proc/meminfo: memFree=6390988/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 99643430 8912896 253 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30252/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301177 s]
/proc/loadavg: 1.93 1.98 1.94 3/296 30252
/proc/meminfo: memFree=6390988/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 99643430 8912896 253 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30252/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701107 s]
/proc/loadavg: 1.93 1.98 1.94 3/296 30252
/proc/meminfo: memFree=6390988/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 99643430 8912896 253 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30252/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50096 s]
/proc/loadavg: 1.93 1.98 1.94 3/298 30254
/proc/meminfo: memFree=6333692/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 99643430 8912896 253 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30252/statm: 2176 253 211 178 0 69 0
[pid=30253] ppid=30252 vsize=52912 CPUtime=1.49 cores=0,2,4,6
/proc/30253/stat : 30253 (SatELite_releas) R 30252 30252 29976 0 -1 4202496 15233 0 0 0 143 6 0 0 25 0 1 0 99643430 54181888 11833 33554432000 134512640 135225430 4291029760 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30253/statm: 13228 11833 80 175 0 13051 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61616

[startup+3.10069 s]
/proc/loadavg: 1.93 1.98 1.94 3/298 30255
/proc/meminfo: memFree=6360972/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=16248 CPUtime=1.52 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 3864 0 0 0 152 0 0 0 23 0 1 0 99643587 16637952 3819 33554432000 134512640 135217611 4288399184 18446744073709551615 134538470 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 4062 3819 77 173 0 3887 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24952

[startup+6.30113 s]
/proc/loadavg: 1.93 1.98 1.94 3/298 30255
/proc/meminfo: memFree=6357136/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=18220 CPUtime=4.72 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 4340 0 0 0 472 0 0 0 25 0 1 0 99643587 18657280 4295 33554432000 134512640 135217611 4288399184 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 4555 4295 77 173 0 4380 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26924

[startup+12.701 s]
/proc/loadavg: 1.94 1.98 1.94 3/298 30256
/proc/meminfo: memFree=6352348/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=19884 CPUtime=11.12 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 4738 0 0 0 1112 0 0 0 25 0 1 0 99643587 20361216 4693 33554432000 134512640 135217611 4288399184 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 4971 4693 77 173 0 4796 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28588

[startup+25.5007 s]
/proc/loadavg: 1.95 1.98 1.94 3/298 30256
/proc/meminfo: memFree=6347808/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=22268 CPUtime=23.92 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 5346 0 0 0 2392 0 0 0 25 0 1 0 99643587 22802432 5301 33554432000 134512640 135217611 4288399184 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 5567 5301 77 173 0 5392 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30972

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

[startup+31.9116 s]
/proc/loadavg: 1.95 1.98 1.94 3/298 30256
/proc/meminfo: memFree=6346508/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=22920 CPUtime=30.33 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 5489 0 0 0 3033 0 0 0 25 0 1 0 99643587 23470080 5444 33554432000 134512640 135217611 4288399184 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 5730 5444 77 173 0 5555 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 31624

[startup+35.101 s]
/proc/loadavg: 1.96 1.98 1.94 3/298 30257
/proc/meminfo: memFree=6346384/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=23052 CPUtime=33.53 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 5523 0 0 0 3353 0 0 0 25 0 1 0 99643587 23605248 5478 33554432000 134512640 135217611 4288399184 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 5763 5478 77 173 0 5588 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 31756

[startup+36.7007 s]
/proc/loadavg: 1.96 1.98 1.94 3/298 30257
/proc/meminfo: memFree=6346012/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=23452 CPUtime=35.13 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 5626 0 0 0 3512 1 0 0 25 0 1 0 99643587 24014848 5581 33554432000 134512640 135217611 4288399184 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 5863 5581 77 173 0 5688 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 32156

[startup+38.3004 s]
/proc/loadavg: 1.96 1.98 1.94 3/298 30257
/proc/meminfo: memFree=6345516/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=23452 CPUtime=36.73 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 5626 0 0 0 3672 1 0 0 25 0 1 0 99643587 24014848 5581 33554432000 134512640 135217611 4288399184 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 5863 5581 77 173 0 5688 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 32156

[startup+38.7004 s]
/proc/loadavg: 1.96 1.98 1.94 3/298 30257
/proc/meminfo: memFree=6344896/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=23452 CPUtime=37.13 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 5630 0 0 0 3712 1 0 0 25 0 1 0 99643587 24014848 5585 33554432000 134512640 135217611 4288399184 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 5863 5585 77 173 0 5688 0
Current children cumulated CPU time (s) 38.68
Current children cumulated vsize (KiB) 32156

[startup+39.1003 s]
/proc/loadavg: 1.96 1.98 1.94 3/298 30257
/proc/meminfo: memFree=6344896/32950928 swapFree=67111364/67111528
[pid=30252] ppid=30250 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/30252/stat : 30252 (glucose.sh) S 30250 30252 29976 0 -1 4202496 359 15234 0 0 0 0 149 6 18 0 1 0 99643430 8912896 255 33554432000 4194304 4922060 140734552466944 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30252/statm: 2176 255 211 178 0 69 0
[pid=30255] ppid=30252 vsize=23452 CPUtime=37.53 cores=0,2,4,6
/proc/30255/stat : 30255 (glucose_static) R 30252 30252 29976 0 -1 4202496 5636 0 0 0 3752 1 0 0 25 0 1 0 99643587 24014848 5591 33554432000 134512640 135217611 4288399184 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30255/statm: 5863 5591 77 173 0 5688 0
Current children cumulated CPU time (s) 39.08
Current children cumulated vsize (KiB) 32156

Child status: 20
Real time (s): 39.1688
CPU time (s): 39.166
CPU user time (s): 39.0831
CPU system time (s): 0.082987
CPU usage (%): 99.993
Max. virtual memory (cumulated for all children) (KiB): 63728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.0831
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21451
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= 10
involuntary context switches= 136

runsolver used 0.109983 second user time and 0.251961 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-13 22:59:00
IDJOB=3365826
IDBENCH=82473
IDSOLVER=1842
FILE ID=node112/3365826-1305320340
RUNJOBID= node112-1305315333-29994
PBS_JOBID= 13324320
Free space on /tmp= 40520 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365826-1305320340/watcher-3365826-1305320340 -o /tmp/evaluation-result-3365826-1305320340/solver-3365826-1305320340 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365826-1305320340.cnf

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=2089745492

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.82
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.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:       6391276 kB
Buffers:        244824 kB
Cached:       12066032 kB
SwapCached:          0 kB
Active:       17637052 kB
Inactive:      8448584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6391276 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           26720 kB
Writeback:           0 kB
AnonPages:    13774440 kB
Mapped:          21800 kB
Slab:           369204 kB
PageTables:      41908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35027252 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= 40520 MiB
End job on node112 at 2011-05-13 22:59:39