Trace number 1783988

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 996.168 996.604

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark255.553
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.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 |   10039    30316 |    3011       0        0     nan |  0.000 % |
0.04/0.09	c |         0 |    9840    32882 |      --       0       --      -- |     --   | -199/2566
0.04/0.09	c ==============================================================================
0.04/0.09	c Result  :   #vars: 597   #clauses: 9840   #literals: 32882
0.04/0.09	c CPU time:   0.084987 s
0.04/0.09	c ==============================================================================
0.09/0.10	c
0.09/0.10	c Starting glucose
0.09/0.10	c
0.09/0.10	
0.09/0.10	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.10	
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Number of variables:  597                                                  |
0.09/0.10	c |  Number of clauses:    9840                                                 |
0.09/0.11	c |  Parsing time:         0.00         s                                       |
996.04/996.59	c restarts              : 3
996.04/996.59	c nb ReduceDB           : 64
996.04/996.59	c nb learnts DL2        : 1268
996.04/996.59	c nb learnts size 2     : 235
996.04/996.59	c nb learnts size 1     : 19
996.04/996.59	c conflicts             : 2360993        (2370 /sec)
996.04/996.59	c decisions             : 2586391        (1.71 % random) (2597 /sec)
996.04/996.59	c propagations          : 202972636      (203788 /sec)
996.04/996.59	c conflict literals     : 54019779       (36.78 % deleted)
996.04/996.59	c Memory used           : 25.65 MB
996.04/996.59	c CPU time              : 995.998 s
996.04/996.59	
996.04/996.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-1783988-1241908198/watcher-1783988-1241908198 -o /tmp/evaluation-result-1783988-1241908198/solver-1783988-1241908198 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783988-1241908198.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.02 1.04 1.24 3/64 25711
/proc/meminfo: memFree=1668784/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218847825 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 236 195 169 0 51 0
[pid=25712] ppid=25711 vsize=1008 CPUtime=0
/proc/25712/stat : 25712 (SatELite_releas) R 25711 25711 25647 0 -1 4194304 137 0 0 0 0 0 0 0 19 0 1 0 218847825 1032192 121 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25712/statm: 252 122 50 174 0 75 0

[startup+0.056386 s]
/proc/loadavg: 1.02 1.04 1.24 3/64 25711
/proc/meminfo: memFree=1668784/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218847825 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 236 195 169 0 51 0
[pid=25712] ppid=25711 vsize=2256 CPUtime=0.04
/proc/25712/stat : 25712 (SatELite_releas) R 25711 25711 25647 0 -1 4194304 424 0 0 0 4 0 0 0 19 0 1 0 218847825 2310144 408 1992294400 134512640 135225430 4294956176 18446744073709551615 134594299 0 0 4096 3 0 0 0 17 0 0 0
/proc/25712/statm: 564 408 77 174 0 387 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7616

[startup+0.10139 s]
/proc/loadavg: 1.02 1.04 1.24 3/64 25711
/proc/meminfo: memFree=1668784/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218847825 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 236 195 169 0 51 0
[pid=25712] ppid=25711 vsize=2260 CPUtime=0.09
/proc/25712/stat : 25712 (SatELite_releas) R 25711 25711 25647 0 -1 4194304 449 0 0 0 9 0 0 0 19 0 1 0 218847825 2314240 433 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25712/statm: 565 433 81 174 0 388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7620

[startup+0.30141 s]
/proc/loadavg: 1.02 1.04 1.24 3/64 25711
/proc/meminfo: memFree=1668784/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701447 s]
/proc/loadavg: 1.02 1.04 1.24 3/64 25711
/proc/meminfo: memFree=1668784/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50151 s]
/proc/loadavg: 1.02 1.04 1.24 2/66 25714
/proc/meminfo: memFree=1666272/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=3896 CPUtime=1.38
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 649 0 0 0 138 0 0 0 25 0 1 0 218847835 3989504 635 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 974 635 76 172 0 799 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9256

[startup+3.10165 s]
/proc/loadavg: 1.02 1.04 1.24 2/66 25714
/proc/meminfo: memFree=1665376/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=4704 CPUtime=2.98
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 838 0 0 0 298 0 0 0 25 0 1 0 218847835 4816896 824 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 1176 824 76 172 0 1001 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10064

[startup+6.30294 s]
/proc/loadavg: 1.01 1.04 1.24 2/66 25714
/proc/meminfo: memFree=1664544/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=5260 CPUtime=6.18
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 1001 0 0 0 618 0 0 0 25 0 1 0 218847835 5386240 987 1992294400 134512640 135217611 4294956304 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 1315 987 76 172 0 1140 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10620

[startup+12.7015 s]
/proc/loadavg: 1.01 1.04 1.24 2/66 25714
/proc/meminfo: memFree=1663392/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=6184 CPUtime=12.59
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 1225 0 0 0 1258 1 0 0 25 0 1 0 218847835 6332416 1211 1992294400 134512640 135217611 4294956304 18446744073709551615 134532949 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 1546 1211 76 172 0 1371 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11544

[startup+25.5016 s]
/proc/loadavg: 1.01 1.03 1.23 2/66 25714
/proc/meminfo: memFree=1661984/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=7788 CPUtime=25.38
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 1597 0 0 0 2537 1 0 0 25 0 1 0 218847835 7974912 1583 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 1947 1583 76 172 0 1772 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13148

[startup+51.1019 s]
/proc/loadavg: 1.00 1.03 1.22 2/66 25714
/proc/meminfo: memFree=1660256/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=9644 CPUtime=50.96
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 2015 0 0 0 5095 1 0 0 25 0 1 0 218847835 9875456 2001 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 2411 2001 76 172 0 2236 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15004

[startup+102.305 s]
/proc/loadavg: 1.00 1.02 1.21 2/66 25714
/proc/meminfo: memFree=1657248/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=12560 CPUtime=102.15
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 2747 0 0 0 10213 2 0 0 25 0 1 0 218847835 12861440 2733 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 3140 2733 76 172 0 2965 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17920

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.19 2/66 25714
/proc/meminfo: memFree=1655200/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=14712 CPUtime=162.12
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 3230 0 0 0 16210 2 0 0 25 0 1 0 218847835 15065088 3216 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25714/statm: 3678 3216 76 172 0 3503 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 20072

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.18 2/66 25714
/proc/meminfo: memFree=1653856/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=16156 CPUtime=222.1
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 3575 0 0 0 22207 3 0 0 25 0 1 0 218847835 16543744 3561 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 4039 3561 76 172 0 3864 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 21516

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.16 2/66 25714
/proc/meminfo: memFree=1652448/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=17436 CPUtime=282.07
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 3919 0 0 0 28204 3 0 0 25 0 1 0 218847835 17854464 3905 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 4359 3905 76 172 0 4184 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 22796

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 25714
/proc/meminfo: memFree=1651040/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=19052 CPUtime=342.03
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 4265 0 0 0 34200 3 0 0 25 0 1 0 218847835 19509248 4251 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 4763 4251 76 172 0 4588 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 24412

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 25714
/proc/meminfo: memFree=1649952/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09

################
# More data... #
################


[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25714
/proc/meminfo: memFree=1647520/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=22716 CPUtime=641.92
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5118 0 0 0 64188 4 0 0 25 0 1 0 218847835 23261184 5104 1992294400 134512640 135217611 4294956304 18446744073709551615 134527785 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 5679 5104 76 172 0 5504 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 28076

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25716
/proc/meminfo: memFree=1646240/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=23916 CPUtime=701.89
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5413 0 0 0 70184 5 0 0 25 0 1 0 218847835 24489984 5399 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25714/statm: 5979 5399 76 172 0 5804 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 29276

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25716
/proc/meminfo: memFree=1645280/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=25020 CPUtime=761.86
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5658 0 0 0 76181 5 0 0 25 0 1 0 218847835 25620480 5644 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6255 5644 76 172 0 6080 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 30380

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25716
/proc/meminfo: memFree=1645024/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=25208 CPUtime=821.84
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5717 0 0 0 82179 5 0 0 25 0 1 0 218847835 25812992 5703 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6302 5703 76 172 0 6127 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 30568

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 25716
/proc/meminfo: memFree=1644384/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=25832 CPUtime=881.8
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5851 0 0 0 88175 5 0 0 25 0 1 0 218847835 26451968 5837 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6458 5837 76 172 0 6283 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 31192

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644384/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=25832 CPUtime=941.78
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5858 0 0 0 94173 5 0 0 25 0 1 0 218847835 26451968 5844 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6458 5844 76 172 0 6283 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 31192

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

[startup+947.107 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644384/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=25832 CPUtime=946.58
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5858 0 0 0 94653 5 0 0 25 0 1 0 218847835 26451968 5844 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6458 5844 76 172 0 6283 0
Current children cumulated CPU time (s) 946.67
Current children cumulated vsize (KiB) 31192

[startup+972.703 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644320/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=26120 CPUtime=972.16
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5914 0 0 0 97211 5 0 0 25 0 1 0 218847835 26746880 5900 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25714/statm: 6530 5900 76 172 0 6355 0
Current children cumulated CPU time (s) 972.25
Current children cumulated vsize (KiB) 31480

[startup+985.501 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644192/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=26264 CPUtime=984.96
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5949 0 0 0 98491 5 0 0 25 0 1 0 218847835 26894336 5935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 985.05
Current children cumulated vsize (KiB) 31624

[startup+991.902 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644192/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=26264 CPUtime=991.35
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5949 0 0 0 99130 5 0 0 25 0 1 0 218847835 26894336 5935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 991.44
Current children cumulated vsize (KiB) 31624

[startup+995.102 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644192/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=26264 CPUtime=994.55
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5949 0 0 0 99450 5 0 0 25 0 1 0 218847835 26894336 5935 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 994.64
Current children cumulated vsize (KiB) 31624

[startup+995.901 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644192/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=26264 CPUtime=995.35
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5949 0 0 0 99530 5 0 0 25 0 1 0 218847835 26894336 5935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 995.44
Current children cumulated vsize (KiB) 31624

[startup+996.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644192/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=26264 CPUtime=995.75
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5949 0 0 0 99570 5 0 0 25 0 1 0 218847835 26894336 5935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 995.84
Current children cumulated vsize (KiB) 31624

[startup+996.501 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25716
/proc/meminfo: memFree=1644128/2055920 swapFree=4164048/4192956
[pid=25711] ppid=25709 vsize=5360 CPUtime=0.09
/proc/25711/stat : 25711 (glucose.sh) S 25709 25711 25647 0 -1 4194304 313 450 0 0 0 0 9 0 17 0 1 0 218847825 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25711/statm: 1340 238 195 169 0 51 0
[pid=25714] ppid=25711 vsize=26264 CPUtime=995.95
/proc/25714/stat : 25714 (glucose_static) R 25711 25711 25647 0 -1 4194304 5949 0 0 0 99590 5 0 0 25 0 1 0 218847835 26894336 5935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25714/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 996.04
Current children cumulated vsize (KiB) 31624

Child status: 20
Real time (s): 996.604
CPU time (s): 996.168
CPU user time (s): 996.094
CPU system time (s): 0.073988
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 31624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 996.094
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6879
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= 3224

runsolver used 0.867868 second user time and 2.76458 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-10 00:29:58
IDJOB=1783988
IDBENCH=24751
IDSOLVER=610
FILE ID=node50/1783988-1241908198
PBS_JOBID= 9264841
Free space on /tmp= 66352 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783988-1241908198/watcher-1783988-1241908198 -o /tmp/evaluation-result-1783988-1241908198/solver-1783988-1241908198 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783988-1241908198.cnf

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

MD5SUM BENCH= d8fa78c834564753f42ad3a5aaefa23a
RANDOM SEED=727411060

node50.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:       1669328 kB
Buffers:         38684 kB
Cached:         281712 kB
SwapCached:      23616 kB
Active:         191452 kB
Inactive:       154392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669328 kB
SwapTotal:     4192956 kB
SwapFree:      4164048 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          13684 kB
Slab:            26760 kB
Committed_AS:   661784 kB
PageTables:       1448 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= 66352 MiB
End job on node50 at 2009-05-10 00:46:34