Trace number 1783868

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 238.635 238.738

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-brn007.sat05-2684.reshuffled-07.cnf
MD5SUM749c079607e9e37c206eeb8bd5b8bfaf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.8495
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7809
Sum of the clauses size65959
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31172
Number of clauses of size 4124
Number of clauses of size 5894
Number of clauses of size over 55297

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7541    64813 |    2262       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    6480    57354 |      --       0       --      -- |     --   | -360/-4225
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1372   #clauses: 6480   #literals: 57354
0.00/0.05	c CPU time:   0.050992 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:  1372                                                 |
0.00/0.07	c |  Number of clauses:    6480                                                 |
0.00/0.08	c |  Parsing time:         0.01         s                                       |
238.58/238.72	c restarts              : 40
238.58/238.72	c nb ReduceDB           : 35
238.58/238.72	c nb learnts DL2        : 998
238.58/238.72	c nb learnts size 2     : 425
238.58/238.72	c nb learnts size 1     : 12
238.58/238.72	c conflicts             : 777228         (3259 /sec)
238.58/238.72	c decisions             : 1279428        (1.93 % random) (5364 /sec)
238.58/238.72	c propagations          : 28639316       (120070 /sec)
238.58/238.72	c conflict literals     : 22417223       (33.76 % deleted)
238.58/238.72	c Memory used           : 17.54 MB
238.58/238.72	c CPU time              : 238.523 s
238.58/238.72	
238.58/238.73	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-1783868-1241896707/watcher-1783868-1241896707 -o /tmp/evaluation-result-1783868-1241896707/solver-1783868-1241896707 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783868-1241896707.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: 0.99 0.97 0.98 3/65 28182
/proc/meminfo: memFree=1872552/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0
/proc/28182/stat : 28182 (glucose.sh) R 28180 28182 28047 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 217703836 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28182/statm: 1340 235 194 169 0 51 0
[pid=28183] ppid=28182 vsize=1140 CPUtime=0
/proc/28183/stat : 28183 (SatELite_releas) R 28182 28182 28047 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 217703837 1167360 126 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/28183/statm: 285 127 51 174 0 108 0

[startup+0.010862 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28182
/proc/meminfo: memFree=1872552/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217703836 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28182/statm: 1340 236 195 169 0 51 0
[pid=28183] ppid=28182 vsize=1420 CPUtime=0
/proc/28183/stat : 28183 (SatELite_releas) R 28182 28182 28047 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 217703837 1454080 191 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/28183/statm: 355 191 51 174 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6780

[startup+0.101876 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28182
/proc/meminfo: memFree=1872552/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301899 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28182
/proc/meminfo: memFree=1872552/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.701946 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28182
/proc/meminfo: memFree=1872552/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50103 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1869336/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=4456 CPUtime=1.42
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 837 0 0 0 142 0 0 0 25 0 1 0 217703844 4562944 823 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 1114 823 76 172 0 939 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9816

[startup+3.10121 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1868440/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=5176 CPUtime=3.02
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 1001 0 0 0 302 0 0 0 25 0 1 0 217703844 5300224 987 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 1294 987 76 172 0 1119 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10536

[startup+6.30157 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1867160/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=6140 CPUtime=6.21
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 1231 0 0 0 621 0 0 0 25 0 1 0 217703844 6287360 1217 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 1535 1217 76 172 0 1360 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11500

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1865888/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=7340 CPUtime=12.61
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 1556 0 0 0 1261 0 0 0 25 0 1 0 217703844 7516160 1542 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 1835 1542 76 172 0 1660 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12700

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1864416/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=9016 CPUtime=25.41
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 1935 0 0 0 2540 1 0 0 25 0 1 0 217703844 9232384 1921 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 2254 1921 76 172 0 2079 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14376

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1862368/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=11220 CPUtime=50.99
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 2440 0 0 0 5098 1 0 0 25 0 1 0 217703844 11489280 2426 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 2805 2426 76 172 0 2630 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16580

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1859744/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=13756 CPUtime=102.18
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 3067 0 0 0 10216 2 0 0 25 0 1 0 217703844 14086144 3053 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 3439 3053 76 172 0 3264 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19116

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1857504/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=16272 CPUtime=162.15
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 3624 0 0 0 16213 2 0 0 25 0 1 0 217703844 16662528 3610 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4068 3610 76 172 0 3893 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 21632

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1856096/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=17820 CPUtime=222.12
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 3971 0 0 0 22210 2 0 0 25 0 1 0 217703844 18247680 3957 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4455 3957 76 172 0 4280 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23180

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1856096/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=17820 CPUtime=230.12
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 3972 0 0 0 23010 2 0 0 25 0 1 0 217703844 18247680 3958 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4455 3958 76 172 0 4280 0
Current children cumulated CPU time (s) 230.18
Current children cumulated vsize (KiB) 23180

[startup+233.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1856032/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=17820 CPUtime=233.31
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 3985 0 0 0 23329 2 0 0 25 0 1 0 217703844 18247680 3971 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4455 3971 76 172 0 4280 0
Current children cumulated CPU time (s) 233.37
Current children cumulated vsize (KiB) 23180

[startup+236.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1855904/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=17960 CPUtime=236.52
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 4013 0 0 0 23649 3 0 0 25 0 1 0 217703844 18391040 3999 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4490 3999 76 172 0 4315 0
Current children cumulated CPU time (s) 236.58
Current children cumulated vsize (KiB) 23320

[startup+237.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1855904/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=17960 CPUtime=237.32
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 4013 0 0 0 23729 3 0 0 25 0 1 0 217703844 18391040 3999 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4490 3999 76 172 0 4315 0
Current children cumulated CPU time (s) 237.38
Current children cumulated vsize (KiB) 23320

[startup+238.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1855904/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=17960 CPUtime=238.12
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 4013 0 0 0 23809 3 0 0 25 0 1 0 217703844 18391040 3999 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4490 3999 76 172 0 4315 0
Current children cumulated CPU time (s) 238.18
Current children cumulated vsize (KiB) 23320

[startup+238.706 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28185
/proc/meminfo: memFree=1855904/2055920 swapFree=4159908/4192956
[pid=28182] ppid=28180 vsize=5360 CPUtime=0.06
/proc/28182/stat : 28182 (glucose.sh) S 28180 28182 28047 0 -1 4194304 313 427 0 0 0 0 6 0 16 0 1 0 217703836 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28182/statm: 1340 238 195 169 0 51 0
[pid=28185] ppid=28182 vsize=17960 CPUtime=238.52
/proc/28185/stat : 28185 (glucose_static) R 28182 28182 28047 0 -1 4194304 4013 0 0 0 23849 3 0 0 25 0 1 0 217703844 18391040 3999 1992294400 134512640 135217611 4294956304 18446744073709551615 134537319 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28185/statm: 4490 3999 76 172 0 4315 0
Current children cumulated CPU time (s) 238.58
Current children cumulated vsize (KiB) 23320

Child status: 20
Real time (s): 238.738
CPU time (s): 238.635
CPU user time (s): 238.593
CPU system time (s): 0.041993
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 23320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.593
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4920
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= 39
involuntary context switches= 859

runsolver used 0.198969 second user time and 0.677896 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-09 21:18:27
IDJOB=1783868
IDBENCH=24715
IDSOLVER=610
FILE ID=node32/1783868-1241896707
PBS_JOBID= 9264753
Free space on /tmp= 66032 MiB

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

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

MD5SUM BENCH= 749c079607e9e37c206eeb8bd5b8bfaf
RANDOM SEED=157713101

node32.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.216
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.216
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:       1873032 kB
Buffers:         38332 kB
Cached:          77724 kB
SwapCached:      26540 kB
Active:          94812 kB
Inactive:        49176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873032 kB
SwapTotal:     4192956 kB
SwapFree:      4159908 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          14240 kB
Slab:            24668 kB
Committed_AS:   754396 kB
PageTables:       1488 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= 66032 MiB
End job on node32 at 2009-05-09 21:22:26