Trace number 1784004

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 540.24 540.178

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-Mat26.sat05-457.reshuffled-07.cnf
MD5SUM3d4fadc8af17bc65dbe7fef013825ed5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark249.137
Satisfiable
(Un)Satisfiability was proved
Number of variables744
Number of clauses2464
Sum of the clauses size6432
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2960
Number of clauses of size 31504
Number of clauses of size 40
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2464     6432 |     739       0        0     nan |  0.000 % |
0.01/0.01	c |         0 |    2208     7456 |      --       0       --      -- |     --   | -256/1024
0.01/0.01	c ==============================================================================
0.01/0.01	c Result  :   #vars: 360   #clauses: 2208   #literals: 7456
0.01/0.01	c CPU time:   0.012998 s
0.01/0.01	c ==============================================================================
0.01/0.02	c
0.01/0.02	c Starting glucose
0.01/0.02	c
0.01/0.02	
0.01/0.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.01/0.02	
0.01/0.02	c ============================[ Problem Statistics ]=============================
0.01/0.02	c |                                                                             |
0.01/0.02	c |  Number of variables:  360                                                  |
0.01/0.02	c |  Number of clauses:    2208                                                 |
0.01/0.02	c |  Parsing time:         0.00         s                                       |
540.15/540.16	c restarts              : 3
540.15/540.16	c nb ReduceDB           : 61
540.15/540.16	c nb learnts DL2        : 485
540.15/540.16	c nb learnts size 2     : 123
540.15/540.16	c nb learnts size 1     : 13
540.15/540.16	c conflicts             : 2161575        (4002 /sec)
540.15/540.16	c decisions             : 2441716        (1.77 % random) (4520 /sec)
540.15/540.16	c propagations          : 95634772       (177050 /sec)
540.15/540.16	c conflict literals     : 37522183       (29.01 % deleted)
540.15/540.16	c Memory used           : 21.96 MB
540.15/540.16	c CPU time              : 540.156 s
540.15/540.16	
540.15/540.17	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-1784004-1241909105/watcher-1784004-1241909105 -o /tmp/evaluation-result-1784004-1241909105/solver-1784004-1241909105 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784004-1241909105.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 24936
/proc/meminfo: memFree=1846400/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218943880 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 236 195 169 0 51 0
[pid=24937] ppid=24936 vsize=1140 CPUtime=0
/proc/24937/stat : 24937 (SatELite_releas) R 24936 24936 24861 0 -1 4194304 159 0 0 0 0 0 0 0 19 0 1 0 218943881 1167360 143 1992294400 134512640 135225430 4294956176 18446744073709551615 134886208 0 0 4096 3 0 0 0 17 0 0 0
/proc/24937/statm: 285 158 73 174 0 108 0

[startup+0.017282 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 24936
/proc/meminfo: memFree=1846400/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218943880 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 236 195 169 0 51 0
[pid=24937] ppid=24936 vsize=1276 CPUtime=0.01
/proc/24937/stat : 24937 (SatELite_releas) R 24936 24936 24861 0 -1 4194304 209 0 0 0 1 0 0 0 19 0 1 0 218943881 1306624 193 1992294400 134512640 135225430 4294956176 18446744073709551615 134585887 0 0 4096 3 0 0 0 17 0 0 0
/proc/24937/statm: 319 193 77 174 0 142 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6636

[startup+0.102257 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 24936
/proc/meminfo: memFree=1846400/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301203 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 24936
/proc/meminfo: memFree=1846400/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.702088 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 24936
/proc/meminfo: memFree=1846400/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.50287 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1844400/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=3760 CPUtime=1.47
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 594 0 0 0 147 0 0 0 25 0 1 0 218943883 3850240 580 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 940 580 75 172 0 765 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9120

[startup+3.1014 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1843760/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=4352 CPUtime=3.07
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 735 0 0 0 307 0 0 0 25 0 1 0 218943883 4456448 721 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 1088 721 75 172 0 913 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9712

[startup+6.30149 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1842544/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=5112 CPUtime=6.27
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 929 0 0 0 627 0 0 0 25 0 1 0 218943883 5234688 915 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 1278 915 75 172 0 1103 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10472

[startup+12.7017 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1841392/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=6264 CPUtime=12.67
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 1206 0 0 0 1267 0 0 0 25 0 1 0 218943883 6414336 1192 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 1566 1192 75 172 0 1391 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11624

[startup+25.501 s]
/proc/loadavg: 0.98 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1839984/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=7712 CPUtime=25.47
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 1545 0 0 0 2547 0 0 0 25 0 1 0 218943883 7897088 1531 1992294400 134512640 135217611 4294956304 18446744073709551615 134526275 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 1928 1531 75 172 0 1753 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13072

[startup+51.1018 s]
/proc/loadavg: 0.98 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1838256/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=9532 CPUtime=51.07
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 1971 0 0 0 5107 0 0 0 25 0 1 0 218943883 9760768 1957 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 2383 1957 75 172 0 2208 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14892

[startup+102.306 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 24939
/proc/meminfo: memFree=1835440/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=12560 CPUtime=102.28
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 2646 0 0 0 10227 1 0 0 25 0 1 0 218943883 12861440 2632 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 3140 2632 75 172 0 2965 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 17920

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1833456/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=14560 CPUtime=162.28
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 3141 0 0 0 16226 2 0 0 25 0 1 0 218943883 14909440 3127 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 3640 3127 76 172 0 3465 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 19920

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1831408/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=16844 CPUtime=222.29
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 3653 0 0 0 22226 3 0 0 25 0 1 0 218943883 17248256 3639 1992294400 134512640 135217611 4294956304 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 4211 3639 76 172 0 4036 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 22204

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1830640/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=17780 CPUtime=282.31
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 3836 0 0 0 28227 4 0 0 25 0 1 0 218943883 18206720 3822 1992294400 134512640 135217611 4294956304 18446744073709551615 134533254 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 4445 3822 76 172 0 4270 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 23140

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1828656/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=19848 CPUtime=342.31
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4324 0 0 0 34227 4 0 0 25 0 1 0 218943883 20324352 4310 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 4962 4310 76 172 0 4787 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 25208

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1827824/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=20864 CPUtime=402.31
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4517 0 0 0 40227 4 0 0 25 0 1 0 218943883 21364736 4503 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5216 4503 76 172 0 5041 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 26224

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1827248/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=21440 CPUtime=462.33
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4667 0 0 0 46228 5 0 0 25 0 1 0 218943883 21954560 4653 1992294400 134512640 135217611 4294956304 18446744073709551615 134533184 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5360 4653 76 172 0 5185 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 26800

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=522.33
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4877 0 0 0 52228 5 0 0 25 0 1 0 218943883 23023616 4863 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4863 76 172 0 5446 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 27844

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

[startup+524.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=524.74
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4879 0 0 0 52469 5 0 0 25 0 1 0 218943883 23023616 4865 1992294400 134512640 135217611 4294956304 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 524.75
Current children cumulated vsize (KiB) 27844

[startup+531.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=531.13
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4879 0 0 0 53108 5 0 0 25 0 1 0 218943883 23023616 4865 1992294400 134512640 135217611 4294956304 18446744073709551615 134532666 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 531.14
Current children cumulated vsize (KiB) 27844

[startup+534.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=534.33
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4879 0 0 0 53428 5 0 0 25 0 1 0 218943883 23023616 4865 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 534.34
Current children cumulated vsize (KiB) 27844

[startup+537.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=537.53
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4879 0 0 0 53748 5 0 0 25 0 1 0 218943883 23023616 4865 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 537.54
Current children cumulated vsize (KiB) 27844

[startup+539.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=539.14
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4879 0 0 0 53909 5 0 0 25 0 1 0 218943883 23023616 4865 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 539.15
Current children cumulated vsize (KiB) 27844

[startup+539.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=539.94
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4879 0 0 0 53989 5 0 0 25 0 1 0 218943883 23023616 4865 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 539.95
Current children cumulated vsize (KiB) 27844

[startup+540.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24939
/proc/meminfo: memFree=1826352/2055920 swapFree=4180112/4192956
[pid=24936] ppid=24934 vsize=5360 CPUtime=0.01
/proc/24936/stat : 24936 (glucose.sh) S 24934 24936 24861 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 218943880 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24936/statm: 1340 238 195 169 0 51 0
[pid=24939] ppid=24936 vsize=22484 CPUtime=540.14
/proc/24939/stat : 24939 (glucose_static) R 24936 24936 24861 0 -1 4194304 4879 0 0 0 54009 5 0 0 25 0 1 0 218943883 23023616 4865 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24939/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 540.15
Current children cumulated vsize (KiB) 27844

Child status: 20
Real time (s): 540.178
CPU time (s): 540.24
CPU user time (s): 540.174
CPU system time (s): 0.065989
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 27844

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

runsolver used 0.444932 second user time and 1.52977 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-10 00:45:05
IDJOB=1784004
IDBENCH=24755
IDSOLVER=610
FILE ID=node16/1784004-1241909105
PBS_JOBID= 9264823
Free space on /tmp= 66056 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest02-Mat26.sat05-457.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784004-1241909105/watcher-1784004-1241909105 -o /tmp/evaluation-result-1784004-1241909105/solver-1784004-1241909105 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784004-1241909105.cnf

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

MD5SUM BENCH= 3d4fadc8af17bc65dbe7fef013825ed5
RANDOM SEED=1869190599

node16.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.234
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.234
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:       1846880 kB
Buffers:         41852 kB
Cached:         121348 kB
SwapCached:       7140 kB
Active:          86660 kB
Inactive:        85016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846880 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          13528 kB
Slab:            23448 kB
Committed_AS:   741352 kB
PageTables:       1436 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= 66056 MiB
End job on node16 at 2009-05-10 00:54:05