Trace number 1725238

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
glucose 1.0UNSAT 652.362 652.706

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
MD5SUM9b15e90c034f4532d9c5a9491fda1777
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.249961
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses672
Sum of the clauses size1440
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     672     1440 |     201       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     660     2376 |      --       0       --      -- |     --   | -12/936
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 108   #clauses: 660   #literals: 2376
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  108                                                  |
0.00/0.00	c |  Number of clauses:    660                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
652.25/652.69	c restarts              : 1354
652.25/652.69	c nb ReduceDB           : 76
652.25/652.69	c nb learnts DL2        : 180
652.25/652.69	c nb learnts size 2     : 145
652.25/652.69	c nb learnts size 1     : 15
652.25/652.69	c conflicts             : 3265603        (5006 /sec)
652.25/652.69	c decisions             : 3859200        (1.22 % random) (5916 /sec)
652.25/652.69	c propagations          : 39705723       (60872 /sec)
652.25/652.69	c conflict literals     : 74028427       (33.54 % deleted)
652.25/652.69	c Memory used           : 33.07 MB
652.25/652.69	c CPU time              : 652.283 s
652.25/652.69	
652.25/652.69	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1725238-1240703391/watcher-1725238-1240703391 -o /tmp/evaluation-result-1725238-1240703391/solver-1725238-1240703391 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1725238-1240703391.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 19822
/proc/meminfo: memFree=1603296/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 98369484 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 236 195 169 0 51 0
[pid=19823] ppid=19822 vsize=884 CPUtime=0
/proc/19823/stat : 19823 (SatELite_releas) R 19822 19822 19118 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 98369484 905216 113 1992294400 134512640 135225430 4294956160 18446744073709551615 134817505 0 0 4096 3 0 0 0 17 0 0 0
/proc/19823/statm: 221 113 79 174 0 44 0

[startup+0.053172 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 19822
/proc/meminfo: memFree=1603296/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.10118 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 19822
/proc/meminfo: memFree=1603296/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.30122 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 19822
/proc/meminfo: memFree=1603296/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701299 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 19822
/proc/meminfo: memFree=1603296/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50145 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 19825
/proc/meminfo: memFree=1600720/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=4152 CPUtime=1.48
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 692 0 0 0 148 0 0 0 25 0 1 0 98369484 4251648 678 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 1038 678 76 172 0 863 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9512

[startup+3.10178 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 19825
/proc/meminfo: memFree=1600016/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=5096 CPUtime=3.08
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 899 0 0 0 308 0 0 0 25 0 1 0 98369484 5218304 885 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19825/statm: 1274 885 76 172 0 1099 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10456

[startup+6.3014 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 19825
/proc/meminfo: memFree=1598736/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=6096 CPUtime=6.27
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 1151 0 0 0 627 0 0 0 25 0 1 0 98369484 6242304 1137 1992294400 134512640 135217611 4294956272 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 1524 1137 76 172 0 1349 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11456

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 19825
/proc/meminfo: memFree=1597200/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=7920 CPUtime=12.67
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 1578 0 0 0 1267 0 0 0 25 0 1 0 98369484 8110080 1564 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 1980 1564 76 172 0 1805 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13280

[startup+25.5012 s]
/proc/loadavg: 1.02 0.99 0.99 2/67 19825
/proc/meminfo: memFree=1594192/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=10536 CPUtime=25.46
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 2211 0 0 0 2546 0 0 0 25 0 1 0 98369484 10788864 2197 1992294400 134512640 135217611 4294956272 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 2634 2197 76 172 0 2459 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15896

[startup+51.1012 s]
/proc/loadavg: 1.01 0.99 0.99 2/67 19825
/proc/meminfo: memFree=1590672/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=14324 CPUtime=51.05
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 3094 0 0 0 5104 1 0 0 25 0 1 0 98369484 14667776 3080 1992294400 134512640 135217611 4294956272 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 3581 3080 76 172 0 3406 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19684

[startup+102.305 s]
/proc/loadavg: 1.06 1.00 1.00 2/67 19825
/proc/meminfo: memFree=1586704/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=18388 CPUtime=102.23
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 4054 0 0 0 10221 2 0 0 25 0 1 0 98369484 18829312 4040 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 4597 4040 76 172 0 4422 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 23748

[startup+162.301 s]
/proc/loadavg: 1.14 1.03 1.01 2/67 19825
/proc/meminfo: memFree=1583888/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=21464 CPUtime=162.2
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 4761 0 0 0 16217 3 0 0 25 0 1 0 98369484 21979136 4747 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 5366 4747 76 172 0 5191 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 26824

[startup+222.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 19825
/proc/meminfo: memFree=1581200/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=24276 CPUtime=222.17
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 5411 0 0 0 22213 4 0 0 25 0 1 0 98369484 24858624 5397 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 6069 5397 76 172 0 5894 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 29636

[startup+282.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 19825
/proc/meminfo: memFree=1579600/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=26264 CPUtime=282.14
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 5824 0 0 0 28210 4 0 0 25 0 1 0 98369484 26894336 5810 1992294400 134512640 135217611 4294956272 18446744073709551615 134537028 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 6566 5810 76 172 0 6391 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 31624

[startup+342.303 s]
/proc/loadavg: 1.04 1.03 1.00 2/67 19825
/proc/meminfo: memFree=1578448/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=27292 CPUtime=342.11
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 6093 0 0 0 34207 4 0 0 25 0 1 0 98369484 27947008 6079 1992294400 134512640 135217611 4294956272 18446744073709551615 134539823 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 6823 6079 76 172 0 6648 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 32652

[startup+402.301 s]
/proc/loadavg: 1.05 1.03 1.00 2/67 19825
/proc/meminfo: memFree=1576848/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=29084 CPUtime=402.08
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 6509 0 0 0 40203 5 0 0 25 0 1 0 98369484 29782016 6495 1992294400 134512640 135217611 4294956272 18446744073709551615 134538342 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 7271 6495 76 172 0 7096 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 34444

[startup+462.301 s]
/proc/loadavg: 1.05 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1574992/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=31376 CPUtime=462.04
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 6969 0 0 0 46199 5 0 0 25 0 1 0 98369484 32129024 6955 1992294400 134512640 135217611 4294956272 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 7844 6955 76 172 0 7669 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 36736

[startup+522.302 s]
/proc/loadavg: 1.05 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1573776/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=32920 CPUtime=522.01
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7305 0 0 0 52196 5 0 0 25 0 1 0 98369484 33710080 7291 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8230 7291 76 172 0 8055 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 38280

[startup+582.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/67 19825
/proc/meminfo: memFree=1573072/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=33496 CPUtime=581.98
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7441 0 0 0 58192 6 0 0 25 0 1 0 98369484 34299904 7427 1992294400 134512640 135217611 4294956272 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8374 7427 76 172 0 8199 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 38856

[startup+642.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1572560/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=33856 CPUtime=641.95
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7554 0 0 0 64189 6 0 0 25 0 1 0 98369484 34668544 7540 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 39216

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

[startup+646.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1572560/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=33856 CPUtime=645.95
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7554 0 0 0 64589 6 0 0 25 0 1 0 98369484 34668544 7540 1992294400 134512640 135217611 4294956272 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 645.95
Current children cumulated vsize (KiB) 39216

[startup+649.502 s]
/proc/loadavg: 1.07 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1572560/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=33856 CPUtime=649.15
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7554 0 0 0 64909 6 0 0 25 0 1 0 98369484 34668544 7540 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 649.15
Current children cumulated vsize (KiB) 39216

[startup+651.101 s]
/proc/loadavg: 1.06 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1572560/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=33856 CPUtime=650.75
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7554 0 0 0 65069 6 0 0 25 0 1 0 98369484 34668544 7540 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 650.75
Current children cumulated vsize (KiB) 39216

[startup+651.902 s]
/proc/loadavg: 1.06 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1572560/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=33856 CPUtime=651.55
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7554 0 0 0 65149 6 0 0 25 0 1 0 98369484 34668544 7540 1992294400 134512640 135217611 4294956272 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 651.55
Current children cumulated vsize (KiB) 39216

[startup+652.307 s]
/proc/loadavg: 1.06 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1572560/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=0
/proc/19822/stat : 19822 (glucose.sh) S 19820 19822 19118 0 -1 4194304 313 130 0 0 0 0 0 0 19 0 1 0 98369484 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19822/statm: 1340 238 195 169 0 51 0
[pid=19825] ppid=19822 vsize=33856 CPUtime=651.95
/proc/19825/stat : 19825 (glucose_static) R 19822 19822 19118 0 -1 4194304 7554 0 0 0 65189 6 0 0 25 0 1 0 98369484 34668544 7540 1992294400 134512640 135217611 4294956272 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19825/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 651.95
Current children cumulated vsize (KiB) 39216

[startup+652.702 s]
/proc/loadavg: 1.06 1.04 1.00 2/67 19825
/proc/meminfo: memFree=1572560/2055920 swapFree=4181424/4192956
[pid=19822] ppid=19820 vsize=5360 CPUtime=652.35
/proc/19822/stat : 19822 (glucose.sh) D 19820 19822 19118 0 -1 4194304 319 7697 0 0 0 0 65228 7 19 0 1 0 98369484 5488640 239 1992294400 4194304 4889804 548682068800 18446744073709551615 228044012133 0 2147483391 4100 65536 18446744072099855350 0 0 17 0 0 0
/proc/19822/statm: 1340 239 196 169 0 51 0
Current children cumulated CPU time (s) 652.35
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 652.706
CPU time (s): 652.362
CPU user time (s): 652.287
CPU system time (s): 0.074988
CPU usage (%): 99.9473
Max. virtual memory (cumulated for all children) (KiB): 39216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 652.287
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8165
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= 38
involuntary context switches= 2199

runsolver used 0.625904 second user time and 1.75573 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-26 01:49:51
IDJOB=1725238
IDBENCH=24575
IDSOLVER=503
FILE ID=node77/1725238-1240703391
PBS_JOBID= 9186732
Free space on /tmp= 66212 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/sabharwal/counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725238-1240703391/watcher-1725238-1240703391 -o /tmp/evaluation-result-1725238-1240703391/solver-1725238-1240703391 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1725238-1240703391.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9b15e90c034f4532d9c5a9491fda1777
RANDOM SEED=980718918

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1603784 kB
Buffers:         45232 kB
Cached:         335256 kB
SwapCached:       5412 kB
Active:         124856 kB
Inactive:       263488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603784 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            49832 kB
Committed_AS:   429204 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node77 at 2009-04-26 02:00:44