Trace number 1727199

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 769.438 769.807

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

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.99/1.09	c ==============================================================================
0.99/1.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.09	c ==============================================================================
0.99/1.09	c |         0 | 1139180  2298131 |  341753       0        0     nan |  0.000 % |
6.29/6.34	c |         0 | 1104460  3153095 |      --       0       --      -- |     --   | -34720/854964
6.29/6.34	c ==============================================================================
6.29/6.34	c Result  :   #vars: 22503   #clauses: 1104460   #literals: 3153095
6.29/6.34	c CPU time:   6.16006 s
6.29/6.34	c ==============================================================================
7.39/7.40	c
7.39/7.40	c Starting glucose
7.39/7.40	c
7.39/7.40	
7.39/7.40	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.39/7.40	
7.39/7.40	c ============================[ Problem Statistics ]=============================
7.39/7.40	c |                                                                             |
7.39/7.40	c |  Number of variables:  22503                                                |
7.39/7.40	c |  Number of clauses:    1104460                                              |
8.28/8.37	c |  Parsing time:         0.88         s                                       |
769.31/769.77	c restarts              : 844
769.31/769.77	c nb ReduceDB           : 17
769.31/769.77	c nb learnts DL2        : 17182
769.31/769.77	c nb learnts size 2     : 4039
769.31/769.77	c nb learnts size 1     : 1230
769.31/769.77	c conflicts             : 499598         (656 /sec)
769.31/769.77	c decisions             : 1652870        (1.52 % random) (2170 /sec)
769.31/769.77	c propagations          : 467625043      (613803 /sec)
769.31/769.77	c conflict literals     : 21580032       (58.55 % deleted)
769.31/769.77	c Memory used           : 87.29 MB
769.31/769.77	c CPU time              : 761.848 s
769.31/769.77	
769.31/769.78	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-1727199-1240722141/watcher-1727199-1240722141 -o /tmp/evaluation-result-1727199-1240722141/solver-1727199-1240722141 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1727199-1240722141.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.95 0.97 0.98 3/64 23033
/proc/meminfo: memFree=1414432/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) R 23031 23033 22960 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 226913479327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23033/statm: 1340 235 194 169 0 51 0
[pid=23034] ppid=23033 vsize=1744 CPUtime=0
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248335 1785856 271 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 436 273 49 174 0 259 0

[startup+0.077732 s]
/proc/loadavg: 0.95 0.97 0.98 3/64 23033
/proc/meminfo: memFree=1414432/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1340 236 195 169 0 51 0
[pid=23034] ppid=23033 vsize=8540 CPUtime=0.07
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 1851 0 0 0 6 1 0 0 19 0 1 0 100248335 8744960 1835 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 2135 1835 50 174 0 1958 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13900

[startup+0.101733 s]
/proc/loadavg: 0.95 0.97 0.98 3/64 23033
/proc/meminfo: memFree=1414432/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1340 236 195 169 0 51 0
[pid=23034] ppid=23033 vsize=9860 CPUtime=0.09
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 2195 0 0 0 8 1 0 0 19 0 1 0 100248335 10096640 2179 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 2465 2179 50 174 0 2288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15220

[startup+0.301756 s]
/proc/loadavg: 0.95 0.97 0.98 3/64 23033
/proc/meminfo: memFree=1414432/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1340 236 195 169 0 51 0
[pid=23034] ppid=23033 vsize=20900 CPUtime=0.29
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 4837 0 0 0 26 3 0 0 21 0 1 0 100248335 21401600 4821 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 5225 4822 50 174 0 5048 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26260

[startup+0.7018 s]
/proc/loadavg: 0.95 0.97 0.98 3/64 23033
/proc/meminfo: memFree=1414432/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1340 236 195 169 0 51 0
[pid=23034] ppid=23033 vsize=41956 CPUtime=0.69
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 10095 0 0 0 62 7 0 0 25 0 1 0 100248335 42962944 10079 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 10489 10079 50 174 0 10312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47316

[startup+1.50189 s]
/proc/loadavg: 0.95 0.97 0.98 2/66 23035
/proc/meminfo: memFree=1356560/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1340 236 195 169 0 51 0
[pid=23034] ppid=23033 vsize=79848 CPUtime=1.49
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 17715 0 0 0 137 12 0 0 25 0 1 0 100248335 81764352 17649 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 19962 17649 76 174 0 19785 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85208

[startup+3.10207 s]
/proc/loadavg: 0.96 0.97 0.98 2/66 23035
/proc/meminfo: memFree=1324880/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1340 236 195 169 0 51 0
[pid=23034] ppid=23033 vsize=116716 CPUtime=3.09
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 23535 0 0 0 294 15 0 0 25 0 1 0 100248335 119517184 23469 1992294400 134512640 135225430 4294956176 18446744073709551615 134586802 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 29179 23469 77 174 0 29002 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122076

[startup+6.30143 s]
/proc/loadavg: 0.96 0.97 0.98 2/66 23035
/proc/meminfo: memFree=1318480/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=0
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 100248334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23033/statm: 1340 236 195 169 0 51 0
[pid=23034] ppid=23033 vsize=105596 CPUtime=6.29
/proc/23034/stat : 23034 (SatELite_releas) R 23033 23033 22960 0 -1 4194304 27575 0 0 0 612 17 0 0 25 0 1 0 100248335 108130304 22659 1992294400 134512640 135225430 4294956176 18446744073709551615 134604890 0 0 4096 3 0 0 0 17 0 0 0
/proc/23034/statm: 26399 22664 77 174 0 26222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110956

[startup+12.7011 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1325392/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=68708 CPUtime=5.28
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 16493 0 0 0 518 10 0 0 25 0 1 0 100249075 70356992 16479 1992294400 134512640 135217611 4294956304 18446744073709551615 134526273 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 17177 16479 77 172 0 17002 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 74068

[startup+25.5016 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1322448/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=72256 CPUtime=18.07
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 17371 0 0 0 1796 11 0 0 25 0 1 0 100249075 73990144 17357 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 18064 17357 77 172 0 17889 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 77616

[startup+51.1014 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1320848/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=73740 CPUtime=43.64
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 17750 0 0 0 4352 12 0 0 25 0 1 0 100249075 75509760 17736 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 18435 17736 77 172 0 18260 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 79100

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1318864/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=75944 CPUtime=94.81
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 18289 0 0 0 9469 12 0 0 25 0 1 0 100249075 77766656 18275 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 18986 18275 77 172 0 18811 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 81304

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1316624/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=78184 CPUtime=154.79
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 18828 0 0 0 15466 13 0 0 25 0 1 0 100249075 80060416 18814 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 19546 18814 77 172 0 19371 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 83544

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1313872/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=80824 CPUtime=214.76
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 19523 0 0 0 21463 13 0 0 25 0 1 0 100249075 82763776 19509 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 20206 19509 77 172 0 20031 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 86184

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1312912/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=81752 CPUtime=274.74
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 19765 0 0 0 27460 14 0 0 25 0 1 0 100249075 83714048 19751 1992294400 134512640 135217611 4294956304 18446744073709551615 134533333 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 20438 19751 77 172 0 20263 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 87112

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1311568/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=83260 CPUtime=334.71
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 20093 0 0 0 33457 14 0 0 25 0 1 0 100249075 85258240 20079 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 20815 20079 77 172 0 20640 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 88620

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1310160/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=84844 CPUtime=394.68
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 20490 0 0 0 39454 14 0 0 25 0 1 0 100249075 86880256 20476 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 21211 20476 77 172 0 21036 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 90204

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1308816/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=86048 CPUtime=454.66
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 20793 0 0 0 45451 15 0 0 25 0 1 0 100249075 88113152 20779 1992294400 134512640 135217611 4294956304 18446744073709551615 134542144 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 21512 20779 77 172 0 21337 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 91408

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1307856/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=86972 CPUtime=514.63
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21026 0 0 0 51448 15 0 0 25 0 1 0 100249075 89059328 21012 1992294400 134512640 135217611 4294956304 18446744073709551615 134524379 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 21743 21012 77 172 0 21568 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 92332

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1306896/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=88028 CPUtime=574.61
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21283 0 0 0 57446 15 0 0 25 0 1 0 100249075 90140672 21269 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22007 21269 77 172 0 21832 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 93388

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305552/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89252 CPUtime=634.58
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21598 0 0 0 63443 15 0 0 25 0 1 0 100249075 91394048 21584 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22313 21584 77 172 0 22138 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 94612

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305360/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89384 CPUtime=694.55
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21622 0 0 0 69440 15 0 0 25 0 1 0 100249075 91529216 21608 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22346 21608 77 172 0 22171 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 94744

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305232/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89384 CPUtime=754.53
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21650 0 0 0 75438 15 0 0 25 0 1 0 100249075 91529216 21636 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22346 21636 77 172 0 22171 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 94744

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

[startup+764.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305232/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89384 CPUtime=756.92
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21650 0 0 0 75677 15 0 0 25 0 1 0 100249075 91529216 21636 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22346 21636 77 172 0 22171 0
Current children cumulated CPU time (s) 764.31
Current children cumulated vsize (KiB) 94744

[startup+767.902 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305232/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89384 CPUtime=760.12
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21650 0 0 0 75997 15 0 0 25 0 1 0 100249075 91529216 21636 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22346 21636 77 172 0 22171 0
Current children cumulated CPU time (s) 767.51
Current children cumulated vsize (KiB) 94744

[startup+768.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305232/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89384 CPUtime=760.92
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21650 0 0 0 76077 15 0 0 25 0 1 0 100249075 91529216 21636 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22346 21636 77 172 0 22171 0
Current children cumulated CPU time (s) 768.31
Current children cumulated vsize (KiB) 94744

[startup+769.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305232/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89384 CPUtime=761.72
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21650 0 0 0 76157 15 0 0 25 0 1 0 100249075 91529216 21636 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22346 21636 77 172 0 22171 0
Current children cumulated CPU time (s) 769.11
Current children cumulated vsize (KiB) 94744

[startup+769.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305232/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=7.39
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 313 28095 0 0 0 0 711 28 16 0 1 0 100248334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 238 195 169 0 51 0
[pid=23036] ppid=23033 vsize=89384 CPUtime=761.92
/proc/23036/stat : 23036 (glucose_static) R 23033 23033 22960 0 -1 4194304 21650 0 0 0 76177 15 0 0 25 0 1 0 100249075 91529216 21636 1992294400 134512640 135217611 4294956304 18446744073709551615 134533652 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23036/statm: 22346 21636 77 172 0 22171 0
Current children cumulated CPU time (s) 769.31
Current children cumulated vsize (KiB) 94744

[startup+769.802 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 23036
/proc/meminfo: memFree=1305232/2055920 swapFree=4192956/4192956
[pid=23033] ppid=23031 vsize=5360 CPUtime=769.41
/proc/23033/stat : 23033 (glucose.sh) S 23031 23033 22960 0 -1 4194304 340 49757 0 0 0 0 76896 45 19 0 1 0 100248334 5488640 240 1992294400 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23033/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 769.41
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 769.807
CPU time (s): 769.438
CPU user time (s): 768.964
CPU system time (s): 0.473927
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 123420

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

runsolver used 0.626904 second user time and 2.18267 second system time

The end

Launcher Data

Begin job on node5 at 2009-04-26 07:02:24
IDJOB=1727199
IDBENCH=24632
IDSOLVER=503
FILE ID=node5/1727199-1240722141
PBS_JOBID= 9186918
Free space on /tmp= 66328 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727199-1240722141/watcher-1727199-1240722141 -o /tmp/evaluation-result-1727199-1240722141/solver-1727199-1240722141 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1727199-1240722141.cnf

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=1364760205

node5.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.212
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.212
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:       1414976 kB
Buffers:         70304 kB
Cached:         483216 kB
SwapCached:          0 kB
Active:         206132 kB
Inactive:       361268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414976 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17472 kB
Writeback:           0 kB
Mapped:          23628 kB
Slab:            59700 kB
Committed_AS:   362092 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= 66324 MiB
End job on node5 at 2009-04-26 07:15:14