Trace number 1783888

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 251.492 251.605

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    6817    59135 |    2045       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    5771    51850 |      --       0       --      -- |     --   | -339/-4142
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1232   #clauses: 5771   #literals: 51850
0.00/0.05	c CPU time:   0.045993 s
0.00/0.05	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.07	
0.00/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.07	
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  1232                                                 |
0.00/0.07	c |  Number of clauses:    5771                                                 |
0.00/0.08	c |  Parsing time:         0.01         s                                       |
251.36/251.59	c restarts              : 70
251.36/251.59	c nb ReduceDB           : 36
251.36/251.59	c nb learnts DL2        : 1152
251.36/251.59	c nb learnts size 2     : 404
251.36/251.59	c nb learnts size 1     : 15
251.36/251.59	c conflicts             : 835407         (3323 /sec)
251.36/251.59	c decisions             : 1276888        (1.93 % random) (5080 /sec)
251.36/251.59	c propagations          : 29081361       (115690 /sec)
251.36/251.59	c conflict literals     : 24475509       (34.90 % deleted)
251.36/251.59	c Memory used           : 18.06 MB
251.36/251.59	c CPU time              : 251.374 s
251.36/251.59	
251.36/251.59	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-1783888-1241897270/watcher-1783888-1241897270 -o /tmp/evaluation-result-1783888-1241897270/solver-1783888-1241897270 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783888-1241897270.cnf 

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): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.02 1.00 3/67 9683
/proc/meminfo: memFree=1877664/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=3004 CPUtime=0
/proc/9683/stat : 9683 (glucose.sh) R 9681 9683 9519 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 217753147 3076096 40 1992294400 4194304 4889804 548682068832 18446744073709551615 209557976457 0 0 4096 0 0 0 0 17 1 0 0
/proc/9683/statm: 1314 42 31 169 0 9 0

[startup+0.020535 s]
/proc/loadavg: 1.05 1.02 1.00 3/67 9683
/proc/meminfo: memFree=1877664/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 217753147 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9683/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101994 s]
/proc/loadavg: 1.05 1.02 1.00 3/67 9683
/proc/meminfo: memFree=1877664/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5360

[startup+0.302012 s]
/proc/loadavg: 1.05 1.02 1.00 3/67 9683
/proc/meminfo: memFree=1877664/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5360

[startup+0.701048 s]
/proc/loadavg: 1.05 1.02 1.00 3/67 9683
/proc/meminfo: memFree=1877664/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5360

[startup+1.50211 s]
/proc/loadavg: 1.05 1.02 1.00 2/69 9686
/proc/meminfo: memFree=1874704/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=4324 CPUtime=1.41
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 790 0 0 0 141 0 0 0 25 0 1 0 217753155 4427776 776 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 1081 776 76 172 0 906 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9684

[startup+3.10126 s]
/proc/loadavg: 1.05 1.02 1.00 2/69 9686
/proc/meminfo: memFree=1874064/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=4996 CPUtime=3.01
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 945 0 0 0 301 0 0 0 25 0 1 0 217753155 5115904 931 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 1249 931 76 172 0 1074 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10356

[startup+6.30154 s]
/proc/loadavg: 1.04 1.02 1.00 2/69 9686
/proc/meminfo: memFree=1872784/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=6112 CPUtime=6.21
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 1211 0 0 0 621 0 0 0 25 0 1 0 217753155 6258688 1197 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 1528 1197 76 172 0 1353 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11472

[startup+12.7011 s]
/proc/loadavg: 1.04 1.02 1.00 2/69 9686
/proc/meminfo: memFree=1871376/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=7172 CPUtime=12.61
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 1479 0 0 0 1261 0 0 0 25 0 1 0 217753155 7344128 1465 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 1793 1465 76 172 0 1618 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12532

[startup+25.5013 s]
/proc/loadavg: 1.03 1.02 1.00 2/69 9686
/proc/meminfo: memFree=1870096/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=8576 CPUtime=25.41
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 1814 0 0 0 2540 1 0 0 25 0 1 0 217753155 8781824 1800 1992294400 134512640 135217611 4294956304 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 2144 1800 76 172 0 1969 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13936

[startup+51.1015 s]
/proc/loadavg: 1.02 1.02 1.00 2/69 9686
/proc/meminfo: memFree=1867664/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=11096 CPUtime=50.99
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 2418 0 0 0 5098 1 0 0 25 0 1 0 217753155 11362304 2404 1992294400 134512640 135217611 4294956304 18446744073709551615 134536813 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 2774 2404 76 172 0 2599 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 16456

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/69 9686
/proc/meminfo: memFree=1864720/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=13892 CPUtime=102.17
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 3125 0 0 0 10215 2 0 0 25 0 1 0 217753155 14225408 3111 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 3473 3111 76 172 0 3298 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 19252

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/69 9686
/proc/meminfo: memFree=1862608/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=16104 CPUtime=162.15
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 3637 0 0 0 16212 3 0 0 25 0 1 0 217753155 16490496 3623 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4026 3623 76 172 0 3851 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 21464

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1861136/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=17700 CPUtime=222.13
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4018 0 0 0 22209 4 0 0 25 0 1 0 217753155 18124800 4004 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4425 4004 76 172 0 4250 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23060

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

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860880/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=18008 CPUtime=230.12
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4080 0 0 0 23008 4 0 0 25 0 1 0 217753155 18440192 4066 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4502 4066 76 172 0 4327 0
Current children cumulated CPU time (s) 230.17
Current children cumulated vsize (KiB) 23368

[startup+243.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860496/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=18492 CPUtime=242.92
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4177 0 0 0 24288 4 0 0 25 0 1 0 217753155 18935808 4163 1992294400 134512640 135217611 4294956304 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4623 4163 76 172 0 4448 0
Current children cumulated CPU time (s) 242.97
Current children cumulated vsize (KiB) 23852

[startup+246.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860432/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=18492 CPUtime=246.12
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4182 0 0 0 24608 4 0 0 25 0 1 0 217753155 18935808 4168 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4623 4168 76 172 0 4448 0
Current children cumulated CPU time (s) 246.17
Current children cumulated vsize (KiB) 23852

[startup+249.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860432/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=18492 CPUtime=249.32
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4189 0 0 0 24928 4 0 0 25 0 1 0 217753155 18935808 4175 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4623 4175 76 172 0 4448 0
Current children cumulated CPU time (s) 249.37
Current children cumulated vsize (KiB) 23852

[startup+250.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860432/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=18492 CPUtime=250.11
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4189 0 0 0 25007 4 0 0 25 0 1 0 217753155 18935808 4175 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4623 4175 76 172 0 4448 0
Current children cumulated CPU time (s) 250.16
Current children cumulated vsize (KiB) 23852

[startup+251.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860432/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=18492 CPUtime=250.91
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4195 0 0 0 25087 4 0 0 25 0 1 0 217753155 18935808 4181 1992294400 134512640 135217611 4294956304 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4623 4181 76 172 0 4448 0
Current children cumulated CPU time (s) 250.96
Current children cumulated vsize (KiB) 23852

[startup+251.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860432/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=0.05
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 313 402 0 0 0 0 5 0 17 0 1 0 217753147 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 238 195 169 0 51 0
[pid=9686] ppid=9683 vsize=18492 CPUtime=251.31
/proc/9686/stat : 9686 (glucose_static) R 9683 9683 9519 0 -1 4194304 4202 0 0 0 25127 4 0 0 25 0 1 0 217753155 18935808 4188 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9686/statm: 4623 4188 76 172 0 4448 0
Current children cumulated CPU time (s) 251.36
Current children cumulated vsize (KiB) 23852

[startup+251.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 9686
/proc/meminfo: memFree=1860432/2055920 swapFree=4162572/4192956
[pid=9683] ppid=9681 vsize=5360 CPUtime=251.48
/proc/9683/stat : 9683 (glucose.sh) S 9681 9683 9519 0 -1 4194304 340 4617 0 0 0 0 25143 5 19 0 1 0 217753147 5488640 240 1992294400 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9683/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 251.48
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 251.605
CPU time (s): 251.492
CPU user time (s): 251.435
CPU system time (s): 0.056991
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 23852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.435
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 994

runsolver used 0.264959 second user time and 0.6569 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-09 21:27:50
IDJOB=1783888
IDBENCH=24721
IDSOLVER=610
FILE ID=node68/1783888-1241897270
PBS_JOBID= 9264759
Free space on /tmp= 66376 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783888-1241897270/watcher-1783888-1241897270 -o /tmp/evaluation-result-1783888-1241897270/solver-1783888-1241897270 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783888-1241897270.cnf

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=492751528

node68.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.223
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.223
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1878144 kB
Buffers:         36200 kB
Cached:          75520 kB
SwapCached:      22784 kB
Active:          68732 kB
Inactive:        68180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878144 kB
SwapTotal:     4192956 kB
SwapFree:      4162572 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          14756 kB
Slab:            26432 kB
Committed_AS:   601964 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node68 at 2009-05-09 21:32:02