Trace number 1731598

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 539.751 539.903

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 benchmark248.946
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.00/0.01	c |         0 |    2208     7456 |      --       0       --      -- |     --   | -256/1024
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 360   #clauses: 2208   #literals: 7456
0.00/0.01	c CPU time:   0.011998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
0.00/0.02	
0.00/0.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  360                                                  |
0.00/0.02	c |  Number of clauses:    2208                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
539.63/539.89	c restarts              : 3
539.63/539.89	c nb ReduceDB           : 61
539.63/539.89	c nb learnts DL2        : 485
539.63/539.89	c nb learnts size 2     : 123
539.63/539.89	c nb learnts size 1     : 13
539.63/539.89	c conflicts             : 2161575        (4005 /sec)
539.63/539.89	c decisions             : 2441716        (1.77 % random) (4524 /sec)
539.63/539.89	c propagations          : 95634772       (177207 /sec)
539.63/539.89	c conflict literals     : 37522183       (29.01 % deleted)
539.63/539.89	c Memory used           : 21.96 MB
539.63/539.89	c CPU time              : 539.679 s
539.63/539.89	
539.63/539.89	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-1731598-1240772383/watcher-1731598-1240772383 -o /tmp/evaluation-result-1731598-1240772383/solver-1731598-1240772383 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1731598-1240772383.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.08 1.30 3/65 25207
/proc/meminfo: memFree=1508200/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 105268458 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 236 195 169 0 51 0
[pid=25208] ppid=25207 vsize=1140 CPUtime=0
/proc/25208/stat : 25208 (SatELite_releas) R 25207 25207 24869 0 -1 4194304 140 0 0 0 0 0 0 0 19 0 1 0 105268459 1167360 124 1992294400 134512640 135225430 4294956160 18446744073709551615 134722632 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 285 126 51 174 0 108 0

[startup+0.0318439 s]
/proc/loadavg: 1.00 1.08 1.30 3/65 25207
/proc/meminfo: memFree=1508200/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.102847 s]
/proc/loadavg: 1.00 1.08 1.30 3/65 25207
/proc/meminfo: memFree=1508200/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301868 s]
/proc/loadavg: 1.00 1.08 1.30 3/65 25207
/proc/meminfo: memFree=1508200/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701913 s]
/proc/loadavg: 1.00 1.08 1.30 3/65 25207
/proc/meminfo: memFree=1508200/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.503 s]
/proc/loadavg: 1.00 1.08 1.30 2/67 25210
/proc/meminfo: memFree=1506200/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=3760 CPUtime=1.48
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 594 0 0 0 148 0 0 0 25 0 1 0 105268460 3850240 580 1992294400 134512640 135217611 4294956272 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 940 580 75 172 0 765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9120

[startup+3.10118 s]
/proc/loadavg: 1.00 1.08 1.30 2/67 25210
/proc/meminfo: memFree=1505368/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=4352 CPUtime=3.07
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 744 0 0 0 307 0 0 0 25 0 1 0 105268460 4456448 730 1992294400 134512640 135217611 4294956272 18446744073709551615 134522440 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 1088 730 75 172 0 913 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9712

[startup+6.30154 s]
/proc/loadavg: 1.00 1.08 1.30 2/67 25210
/proc/meminfo: memFree=1504280/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=5112 CPUtime=6.27
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 929 0 0 0 627 0 0 0 25 0 1 0 105268460 5234688 915 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 1278 915 75 172 0 1103 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10472

[startup+12.7013 s]
/proc/loadavg: 1.00 1.08 1.30 2/67 25210
/proc/meminfo: memFree=1503128/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=6264 CPUtime=12.67
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 1206 0 0 0 1267 0 0 0 25 0 1 0 105268460 6414336 1192 1992294400 134512640 135217611 4294956272 18446744073709551615 134526384 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 1566 1192 75 172 0 1391 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11624

[startup+25.5017 s]
/proc/loadavg: 1.00 1.07 1.29 2/67 25210
/proc/meminfo: memFree=1501656/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=7712 CPUtime=25.46
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 1545 0 0 0 2546 0 0 0 25 0 1 0 105268460 7897088 1531 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 1928 1531 75 172 0 1753 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13072

[startup+51.1016 s]
/proc/loadavg: 1.07 1.08 1.29 2/67 25210
/proc/meminfo: memFree=1499864/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=9532 CPUtime=51.05
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 1971 0 0 0 5105 0 0 0 25 0 1 0 105268460 9760768 1957 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 2383 1957 75 172 0 2208 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14892

[startup+102.305 s]
/proc/loadavg: 1.10 1.08 1.27 2/67 25216
/proc/meminfo: memFree=1497112/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=12560 CPUtime=102.24
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 2646 0 0 0 10223 1 0 0 25 0 1 0 105268460 12861440 2632 1992294400 134512640 135217611 4294956272 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 3140 2632 75 172 0 2965 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17920

[startup+162.302 s]
/proc/loadavg: 1.04 1.07 1.25 2/67 25216
/proc/meminfo: memFree=1495192/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=14560 CPUtime=162.22
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 3142 0 0 0 16221 1 0 0 25 0 1 0 105268460 14909440 3128 1992294400 134512640 135217611 4294956272 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 3640 3128 76 172 0 3465 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 19920

[startup+222.302 s]
/proc/loadavg: 1.01 1.05 1.24 2/67 25216
/proc/meminfo: memFree=1493080/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=16844 CPUtime=222.2
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 3655 0 0 0 22218 2 0 0 25 0 1 0 105268460 17248256 3641 1992294400 134512640 135217611 4294956272 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 4211 3641 76 172 0 4036 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 22204

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.22 2/67 25216
/proc/meminfo: memFree=1492312/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=17780 CPUtime=282.18
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 3836 0 0 0 28216 2 0 0 25 0 1 0 105268460 18206720 3822 1992294400 134512640 135217611 4294956272 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 4445 3822 76 172 0 4270 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23140

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.20 2/67 25216
/proc/meminfo: memFree=1490328/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=19848 CPUtime=342.17
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4326 0 0 0 34214 3 0 0 25 0 1 0 105268460 20324352 4312 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 4962 4312 76 172 0 4787 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 25208

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.18 2/67 25216
/proc/meminfo: memFree=1489624/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=20864 CPUtime=402.16
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4517 0 0 0 40213 3 0 0 25 0 1 0 105268460 21364736 4503 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5216 4503 76 172 0 5041 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 26224

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.17 2/67 25216
/proc/meminfo: memFree=1488984/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=21548 CPUtime=462.14
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4671 0 0 0 46211 3 0 0 25 0 1 0 105268460 22065152 4657 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5387 4657 76 172 0 5212 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 26908

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488152/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=22484 CPUtime=522.13
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4877 0 0 0 52209 4 0 0 25 0 1 0 105268460 23023616 4863 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5621 4863 76 172 0 5446 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 27844

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

[startup+524.706 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488088/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=22484 CPUtime=524.53
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4879 0 0 0 52449 4 0 0 25 0 1 0 105268460 23023616 4865 1992294400 134512640 135217611 4294956272 18446744073709551615 134522688 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 524.54
Current children cumulated vsize (KiB) 27844

[startup+531.101 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488088/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=22484 CPUtime=530.92
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4879 0 0 0 53088 4 0 0 25 0 1 0 105268460 23023616 4865 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 530.93
Current children cumulated vsize (KiB) 27844

[startup+534.302 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488088/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=22484 CPUtime=534.12
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4879 0 0 0 53408 4 0 0 25 0 1 0 105268460 23023616 4865 1992294400 134512640 135217611 4294956272 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 534.13
Current children cumulated vsize (KiB) 27844

[startup+537.501 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488088/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=22484 CPUtime=537.32
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4879 0 0 0 53728 4 0 0 25 0 1 0 105268460 23023616 4865 1992294400 134512640 135217611 4294956272 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 537.33
Current children cumulated vsize (KiB) 27844

[startup+539.101 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488088/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=22484 CPUtime=538.92
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4879 0 0 0 53888 4 0 0 25 0 1 0 105268460 23023616 4865 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 538.93
Current children cumulated vsize (KiB) 27844

[startup+539.501 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488088/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=0.01
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 313 215 0 0 0 0 1 0 18 0 1 0 105268458 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 238 195 169 0 51 0
[pid=25210] ppid=25207 vsize=22484 CPUtime=539.32
/proc/25210/stat : 25210 (glucose_static) R 25207 25207 24869 0 -1 4194304 4879 0 0 0 53928 4 0 0 25 0 1 0 105268460 23023616 4865 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25210/statm: 5621 4865 76 172 0 5446 0
Current children cumulated CPU time (s) 539.33
Current children cumulated vsize (KiB) 27844

[startup+539.902 s]
/proc/loadavg: 1.00 1.01 1.16 2/67 25216
/proc/meminfo: memFree=1488088/2055920 swapFree=4192192/4192956
[pid=25207] ppid=25205 vsize=5360 CPUtime=539.74
/proc/25207/stat : 25207 (glucose.sh) S 25205 25207 24869 0 -1 4194304 341 5107 0 0 0 0 53969 5 19 0 1 0 105268458 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25207/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 539.74
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 539.903
CPU time (s): 539.751
CPU user time (s): 539.693
CPU system time (s): 0.057991
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 27844

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

runsolver used 0.45693 second user time and 1.51877 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-26 20:59:43
IDJOB=1731598
IDBENCH=24755
IDSOLVER=503
FILE ID=node76/1731598-1240772383
PBS_JOBID= 9187189
Free space on /tmp= 66204 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-1731598-1240772383/watcher-1731598-1240772383 -o /tmp/evaluation-result-1731598-1240772383/solver-1731598-1240772383 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1731598-1240772383.cnf

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

MD5SUM BENCH= 3d4fadc8af17bc65dbe7fef013825ed5
RANDOM SEED=1329607097

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1508680 kB
Buffers:         63664 kB
Cached:         411648 kB
SwapCached:        620 kB
Active:         215392 kB
Inactive:       273696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508680 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          22340 kB
Slab:            44144 kB
Committed_AS:   371116 kB
PageTables:       1432 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= 66204 MiB
End job on node76 at 2009-04-26 21:08:43