Trace number 1731386

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.715 997.146

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 benchmark256.362
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.02/0.09	c |         0 |    9840    32882 |      --       0       --      -- |     --   | -199/2566
0.02/0.09	c ==============================================================================
0.02/0.09	c Result  :   #vars: 597   #clauses: 9840   #literals: 32882
0.02/0.09	c CPU time:   0.086986 s
0.02/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.01         s                                       |
996.65/997.13	c restarts              : 3
996.65/997.13	c nb ReduceDB           : 64
996.65/997.13	c nb learnts DL2        : 1268
996.65/997.13	c nb learnts size 2     : 235
996.65/997.13	c nb learnts size 1     : 19
996.65/997.13	c conflicts             : 2360993        (2369 /sec)
996.65/997.13	c decisions             : 2586391        (1.71 % random) (2595 /sec)
996.65/997.13	c propagations          : 202972636      (203678 /sec)
996.65/997.13	c conflict literals     : 54019779       (36.78 % deleted)
996.65/997.13	c Memory used           : 25.65 MB
996.65/997.13	c CPU time              : 996.538 s
996.65/997.13	
996.65/997.13	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-1731386-1240770017/watcher-1731386-1240770017 -o /tmp/evaluation-result-1731386-1240770017/solver-1731386-1240770017 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1731386-1240770017.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 24886
/proc/meminfo: memFree=1366840/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0
/proc/24886/stat : 24886 (glucose.sh) R 24884 24886 24635 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 105035400 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418989215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24886/statm: 1340 235 194 169 0 51 0
[pid=24887] ppid=24886 vsize=1008 CPUtime=0
/proc/24887/stat : 24887 (SatELite_releas) R 24886 24886 24635 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 105035400 1032192 120 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24887/statm: 252 121 50 174 0 75 0

[startup+0.029325 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 24886
/proc/meminfo: memFree=1366840/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 105035400 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24886/statm: 1340 236 195 169 0 51 0
[pid=24887] ppid=24886 vsize=2108 CPUtime=0.02
/proc/24887/stat : 24887 (SatELite_releas) R 24886 24886 24635 0 -1 4194304 415 0 0 0 2 0 0 0 19 0 1 0 105035400 2158592 399 1992294400 134512640 135225430 4294956160 18446744073709551615 134594375 0 0 4096 3 0 0 0 17 0 0 0
/proc/24887/statm: 527 399 77 174 0 350 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7468

[startup+0.101333 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 24886
/proc/meminfo: memFree=1366840/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 105035400 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24886/statm: 1340 236 195 169 0 51 0
[pid=24887] ppid=24886 vsize=2260 CPUtime=0.09
/proc/24887/stat : 24887 (SatELite_releas) R 24886 24886 24635 0 -1 4194304 449 0 0 0 9 0 0 0 19 0 1 0 105035400 2314240 433 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24887/statm: 565 433 81 174 0 388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7620

[startup+0.301358 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 24886
/proc/meminfo: memFree=1366840/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701404 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 24886
/proc/meminfo: memFree=1366840/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50149 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1364328/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=3896 CPUtime=1.39
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 649 0 0 0 139 0 0 0 25 0 1 0 105035410 3989504 635 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 974 635 76 172 0 799 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9256

[startup+3.10267 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1363560/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=4704 CPUtime=2.99
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 838 0 0 0 299 0 0 0 25 0 1 0 105035410 4816896 824 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 1176 824 76 172 0 1001 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10064

[startup+6.30203 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1362536/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=5260 CPUtime=6.18
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 1001 0 0 0 618 0 0 0 25 0 1 0 105035410 5386240 987 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 1315 987 76 172 0 1140 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10620

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1361448/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=6184 CPUtime=12.58
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 1225 0 0 0 1258 0 0 0 25 0 1 0 105035410 6332416 1211 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 1546 1211 76 172 0 1371 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11544

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1360104/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=7788 CPUtime=25.37
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 1593 0 0 0 2537 0 0 0 25 0 1 0 105035410 7974912 1579 1992294400 134512640 135217611 4294956272 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 1947 1579 76 172 0 1772 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13148

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1358376/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=9644 CPUtime=50.96
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 2015 0 0 0 5095 1 0 0 25 0 1 0 105035410 9875456 2001 1992294400 134512640 135217611 4294956272 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 2411 2001 76 172 0 2236 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15004

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1355368/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=12560 CPUtime=102.15
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 2748 0 0 0 10214 1 0 0 25 0 1 0 105035410 12861440 2734 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 3140 2734 76 172 0 2965 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17920

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1353384/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=14712 CPUtime=162.11
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 3242 0 0 0 16209 2 0 0 25 0 1 0 105035410 15065088 3228 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 3678 3228 76 172 0 3503 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 20072

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1351976/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=16156 CPUtime=222.09
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 3575 0 0 0 22207 2 0 0 25 0 1 0 105035410 16543744 3561 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 4039 3561 76 172 0 3864 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 21516

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1350632/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=17436 CPUtime=282.07
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 3919 0 0 0 28204 3 0 0 25 0 1 0 105035410 17854464 3905 1992294400 134512640 135217611 4294956272 18446744073709551615 134537964 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/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: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1349224/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=19052 CPUtime=342.04
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 4265 0 0 0 34200 4 0 0 25 0 1 0 105035410 19509248 4251 1992294400 134512640 135217611 4294956272 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 4763 4251 76 172 0 4588 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 24412

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1348136/2055920 swapFree=4192812/4192956

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


[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1345832/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=22716 CPUtime=641.91
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5118 0 0 0 64186 5 0 0 25 0 1 0 105035410 23261184 5104 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 5679 5104 76 172 0 5504 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 28076

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1344552/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=23916 CPUtime=701.88
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5413 0 0 0 70183 5 0 0 25 0 1 0 105035410 24489984 5399 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 5979 5399 76 172 0 5804 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 29276

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1343592/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=25020 CPUtime=761.87
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5658 0 0 0 76181 6 0 0 25 0 1 0 105035410 25620480 5644 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6255 5644 76 172 0 6080 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 30380

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1343336/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=25208 CPUtime=821.84
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5717 0 0 0 82178 6 0 0 25 0 1 0 105035410 25812992 5703 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6302 5703 76 172 0 6127 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 30568

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342888/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=25832 CPUtime=881.81
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5851 0 0 0 88175 6 0 0 25 0 1 0 105035410 26451968 5837 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6458 5837 76 172 0 6283 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 31192

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342824/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=25832 CPUtime=941.79
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5858 0 0 0 94173 6 0 0 25 0 1 0 105035410 26451968 5844 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6458 5844 76 172 0 6283 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 31192

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

[startup+947.106 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342824/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=25832 CPUtime=946.59
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5858 0 0 0 94653 6 0 0 25 0 1 0 105035410 26451968 5844 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6458 5844 76 172 0 6283 0
Current children cumulated CPU time (s) 946.68
Current children cumulated vsize (KiB) 31192

[startup+972.702 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342760/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=26120 CPUtime=972.17
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5913 0 0 0 97211 6 0 0 25 0 1 0 105035410 26746880 5899 1992294400 134512640 135217611 4294956272 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6530 5899 76 172 0 6355 0
Current children cumulated CPU time (s) 972.26
Current children cumulated vsize (KiB) 31480

[startup+985.501 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342504/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=26264 CPUtime=984.97
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5949 0 0 0 98491 6 0 0 25 0 1 0 105035410 26894336 5935 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 985.06
Current children cumulated vsize (KiB) 31624

[startup+991.902 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342504/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=26264 CPUtime=991.36
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5949 0 0 0 99130 6 0 0 25 0 1 0 105035410 26894336 5935 1992294400 134512640 135217611 4294956272 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 991.45
Current children cumulated vsize (KiB) 31624

[startup+995.102 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342504/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=26264 CPUtime=994.56
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5949 0 0 0 99450 6 0 0 25 0 1 0 105035410 26894336 5935 1992294400 134512640 135217611 4294956272 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 994.65
Current children cumulated vsize (KiB) 31624

[startup+995.902 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342504/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=26264 CPUtime=995.36
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5949 0 0 0 99530 6 0 0 25 0 1 0 105035410 26894336 5935 1992294400 134512640 135217611 4294956272 18446744073709551615 134527884 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 995.45
Current children cumulated vsize (KiB) 31624

[startup+996.702 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342504/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=26264 CPUtime=996.16
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5949 0 0 0 99610 6 0 0 25 0 1 0 105035410 26894336 5935 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 996.25
Current children cumulated vsize (KiB) 31624

[startup+997.102 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24889
/proc/meminfo: memFree=1342504/2055920 swapFree=4192812/4192956
[pid=24886] ppid=24884 vsize=5360 CPUtime=0.09
/proc/24886/stat : 24886 (glucose.sh) S 24884 24886 24635 0 -1 4194304 313 450 0 0 0 0 9 0 16 0 1 0 105035400 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24886/statm: 1340 238 195 169 0 51 0
[pid=24889] ppid=24886 vsize=26264 CPUtime=996.56
/proc/24889/stat : 24889 (glucose_static) R 24886 24886 24635 0 -1 4194304 5949 0 0 0 99650 6 0 0 25 0 1 0 105035410 26894336 5935 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24889/statm: 6566 5935 76 172 0 6391 0
Current children cumulated CPU time (s) 996.65
Current children cumulated vsize (KiB) 31624

Child status: 20
Real time (s): 997.146
CPU time (s): 996.715
CPU user time (s): 996.634
CPU system time (s): 0.080987
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 31624

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

runsolver used 0.824874 second user time and 2.80657 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-26 20:20:17
IDJOB=1731386
IDBENCH=24751
IDSOLVER=503
FILE ID=node9/1731386-1240770017
PBS_JOBID= 9187170
Free space on /tmp= 66364 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-1731386-1240770017/watcher-1731386-1240770017 -o /tmp/evaluation-result-1731386-1240770017/solver-1731386-1240770017 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1731386-1240770017.cnf

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

MD5SUM BENCH= d8fa78c834564753f42ad3a5aaefa23a
RANDOM SEED=592012599

node9.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.240
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.240
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:       1367384 kB
Buffers:         68280 kB
Cached:         527732 kB
SwapCached:        144 kB
Active:          42836 kB
Inactive:       567224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            64592 kB
Committed_AS:   383112 kB
PageTables:       1388 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= 66364 MiB
End job on node9 at 2009-04-26 20:36:54