Trace number 1729902

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 294.824 294.979

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.5741
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

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 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.02/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.02/0.06	c ==============================================================================
0.02/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.02/0.06	c CPU time:   0.054991 s
0.02/0.06	c ==============================================================================
0.02/0.07	c
0.02/0.07	c Starting glucose
0.02/0.07	c
0.02/0.07	
0.02/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.02/0.07	
0.02/0.07	c ============================[ Problem Statistics ]=============================
0.02/0.07	c |                                                                             |
0.02/0.07	c |  Number of variables:  1465                                                 |
0.02/0.07	c |  Number of clauses:    6565                                                 |
0.02/0.08	c |  Parsing time:         0.01         s                                       |
294.72/294.97	c restarts              : 48
294.72/294.97	c nb ReduceDB           : 37
294.72/294.97	c nb learnts DL2        : 885
294.72/294.97	c nb learnts size 2     : 450
294.72/294.97	c nb learnts size 1     : 12
294.72/294.97	c conflicts             : 879190         (2983 /sec)
294.72/294.97	c decisions             : 1517468        (1.93 % random) (5149 /sec)
294.72/294.97	c propagations          : 32680094       (110895 /sec)
294.72/294.97	c conflict literals     : 26129660       (36.20 % deleted)
294.72/294.97	c Memory used           : 19.50 MB
294.72/294.97	c CPU time              : 294.693 s
294.72/294.97	
294.72/294.97	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-1729902-1240754482/watcher-1729902-1240754482 -o /tmp/evaluation-result-1729902-1240754482/solver-1729902-1240754482 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1729902-1240754482.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: 1.06 1.23 1.11 3/64 1422
/proc/meminfo: memFree=1678080/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0
/proc/1422/stat : 1422 (glucose.sh) R 1420 1422 1169 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 103476664 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1422/statm: 1340 235 194 169 0 51 0
[pid=1423] ppid=1422 vsize=1140 CPUtime=0
/proc/1423/stat : 1423 (SatELite_releas) R 1422 1422 1169 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 103476664 1167360 129 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1423/statm: 285 130 51 174 0 108 0

[startup+0.030957 s]
/proc/loadavg: 1.06 1.23 1.11 3/64 1422
/proc/meminfo: memFree=1678080/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 103476664 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1422/statm: 1340 236 195 169 0 51 0
[pid=1423] ppid=1422 vsize=2092 CPUtime=0.02
/proc/1423/stat : 1423 (SatELite_releas) R 1422 1422 1169 0 -1 4194304 402 0 0 0 2 0 0 0 18 0 1 0 103476664 2142208 386 1992294400 134512640 135225430 4294956160 18446744073709551615 134548630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1423/statm: 523 386 77 174 0 346 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7452

[startup+0.10197 s]
/proc/loadavg: 1.06 1.23 1.11 3/64 1422
/proc/meminfo: memFree=1678080/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.302002 s]
/proc/loadavg: 1.06 1.23 1.11 3/64 1422
/proc/meminfo: memFree=1678080/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.701062 s]
/proc/loadavg: 1.06 1.23 1.11 3/64 1422
/proc/meminfo: memFree=1678080/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50117 s]
/proc/loadavg: 1.06 1.23 1.11 2/66 1425
/proc/meminfo: memFree=1674864/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=4452 CPUtime=1.41
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 831 0 0 0 141 0 0 0 25 0 1 0 103476672 4558848 817 1992294400 134512640 135217611 4294956288 18446744073709551615 134533781 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 1113 817 76 172 0 938 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9812

[startup+3.10241 s]
/proc/loadavg: 1.06 1.22 1.11 2/66 1425
/proc/meminfo: memFree=1673968/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=5264 CPUtime=3.01
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 1034 0 0 0 301 0 0 0 25 0 1 0 103476672 5390336 1020 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 1316 1020 76 172 0 1141 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10624

[startup+6.30188 s]
/proc/loadavg: 1.06 1.22 1.11 2/66 1425
/proc/meminfo: memFree=1672880/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=6268 CPUtime=6.21
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 1261 0 0 0 621 0 0 0 25 0 1 0 103476672 6418432 1247 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 1567 1247 76 172 0 1392 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11628

[startup+12.7018 s]
/proc/loadavg: 1.05 1.22 1.11 2/66 1425
/proc/meminfo: memFree=1671088/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=7624 CPUtime=12.61
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 1600 0 0 0 1261 0 0 0 25 0 1 0 103476672 7806976 1586 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 1906 1586 76 172 0 1731 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12984

[startup+25.5017 s]
/proc/loadavg: 1.11 1.22 1.12 2/66 1425
/proc/meminfo: memFree=1669744/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=9152 CPUtime=25.4
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 1975 0 0 0 2539 1 0 0 25 0 1 0 103476672 9371648 1961 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 2288 1961 76 172 0 2113 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14512

[startup+51.1015 s]
/proc/loadavg: 1.07 1.20 1.11 2/66 1425
/proc/meminfo: memFree=1667888/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=11184 CPUtime=50.99
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 2451 0 0 0 5098 1 0 0 25 0 1 0 103476672 11452416 2437 1992294400 134512640 135217611 4294956288 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 2796 2437 76 172 0 2621 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16544

[startup+102.306 s]
/proc/loadavg: 1.03 1.17 1.10 2/66 1425
/proc/meminfo: memFree=1665072/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=13852 CPUtime=102.17
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 3113 0 0 0 10215 2 0 0 25 0 1 0 103476672 14184448 3099 1992294400 134512640 135217611 4294956288 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 3463 3099 76 172 0 3288 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 19212

[startup+162.302 s]
/proc/loadavg: 1.01 1.13 1.09 2/66 1425
/proc/meminfo: memFree=1662576/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=16644 CPUtime=162.13
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 3730 0 0 0 16210 3 0 0 25 0 1 0 103476672 17043456 3716 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4161 3716 76 172 0 3986 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 22004

[startup+222.302 s]
/proc/loadavg: 1.00 1.11 1.08 2/66 1425
/proc/meminfo: memFree=1661232/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=18116 CPUtime=222.1
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4050 0 0 0 22207 3 0 0 25 0 1 0 103476672 18550784 4036 1992294400 134512640 135217611 4294956288 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4529 4036 76 172 0 4354 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 23476

[startup+282.302 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 1425
/proc/meminfo: memFree=1659760/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=19968 CPUtime=282.07
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4477 0 0 0 28203 4 0 0 25 0 1 0 103476672 20447232 4463 1992294400 134512640 135217611 4294956288 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4992 4463 76 172 0 4817 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 25328

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

[startup+287.901 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 1425
/proc/meminfo: memFree=1659504/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=19968 CPUtime=287.67
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4480 0 0 0 28763 4 0 0 25 0 1 0 103476672 20447232 4466 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4992 4466 76 172 0 4817 0
Current children cumulated CPU time (s) 287.73
Current children cumulated vsize (KiB) 25328

[startup+291.102 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 1425
/proc/meminfo: memFree=1659504/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=19968 CPUtime=290.87
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4482 0 0 0 29083 4 0 0 25 0 1 0 103476672 20447232 4468 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4992 4468 76 172 0 4817 0
Current children cumulated CPU time (s) 290.93
Current children cumulated vsize (KiB) 25328

[startup+292.702 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 1425
/proc/meminfo: memFree=1659504/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=19968 CPUtime=292.46
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4482 0 0 0 29242 4 0 0 25 0 1 0 103476672 20447232 4468 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4992 4468 76 172 0 4817 0
Current children cumulated CPU time (s) 292.52
Current children cumulated vsize (KiB) 25328

[startup+294.301 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 1425
/proc/meminfo: memFree=1659504/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=19968 CPUtime=294.06
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4482 0 0 0 29402 4 0 0 25 0 1 0 103476672 20447232 4468 1992294400 134512640 135217611 4294956288 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4992 4468 76 172 0 4817 0
Current children cumulated CPU time (s) 294.12
Current children cumulated vsize (KiB) 25328

[startup+294.701 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 1425
/proc/meminfo: memFree=1659504/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=19968 CPUtime=294.46
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4482 0 0 0 29442 4 0 0 25 0 1 0 103476672 20447232 4468 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4992 4468 76 172 0 4817 0
Current children cumulated CPU time (s) 294.52
Current children cumulated vsize (KiB) 25328

[startup+294.901 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 1425
/proc/meminfo: memFree=1659504/2055920 swapFree=4181440/4192956
[pid=1422] ppid=1420 vsize=5360 CPUtime=0.06
/proc/1422/stat : 1422 (glucose.sh) S 1420 1422 1169 0 -1 4194304 313 422 0 0 0 0 6 0 16 0 1 0 103476664 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1422/statm: 1340 238 195 169 0 51 0
[pid=1425] ppid=1422 vsize=19968 CPUtime=294.66
/proc/1425/stat : 1425 (glucose_static) R 1422 1422 1169 0 -1 4194304 4482 0 0 0 29462 4 0 0 25 0 1 0 103476672 20447232 4468 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1425/statm: 4992 4468 76 172 0 4817 0
Current children cumulated CPU time (s) 294.72
Current children cumulated vsize (KiB) 25328

Child status: 20
Real time (s): 294.979
CPU time (s): 294.824
CPU user time (s): 294.764
CPU system time (s): 0.05999
CPU usage (%): 99.9474
Max. virtual memory (cumulated for all children) (KiB): 25328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.764
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5385
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= 37
involuntary context switches= 729

runsolver used 0.266959 second user time and 0.814876 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 16:01:22
IDJOB=1729902
IDBENCH=24717
IDSOLVER=503
FILE ID=node39/1729902-1240754482
PBS_JOBID= 9187098
Free space on /tmp= 66344 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729902-1240754482/watcher-1729902-1240754482 -o /tmp/evaluation-result-1729902-1240754482/solver-1729902-1240754482 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1729902-1240754482.cnf

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=1801143360

node39.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.281
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.281
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:       1678624 kB
Buffers:         43028 kB
Cached:         277320 kB
SwapCached:       6324 kB
Active:         148200 kB
Inactive:       181012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678624 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            34200 kB
Committed_AS:   473736 kB
PageTables:       1380 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= 66344 MiB
End job on node39 at 2009-04-26 16:06:18