Trace number 1784268

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.0? (TO) 5000 5002.21

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_11gates_u2_autoenc.cnf
MD5SUM586caddfac4d1887f3667169b6c35a75
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.8434
Satisfiable
(Un)Satisfiability was proved
Number of variables530
Number of clauses153478
Sum of the clauses size900236
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22488
Number of clauses of size 30
Number of clauses of size 41392
Number of clauses of size 57658
Number of clauses of size over 5141876

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.09/0.15	c ==============================================================================
0.09/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.15	c ==============================================================================
0.09/0.15	c |         0 |  153414   900172 |   46024       0        0     nan |  0.000 % |
4.29/4.38	c |         0 |  103568   654290 |      --       0       --      -- |     --   | -7606/44166
4.29/4.38	c ==============================================================================
4.29/4.38	c Result  :   #vars: 430   #clauses: 103568   #literals: 654290
4.29/4.38	c CPU time:   4.35234 s
4.29/4.38	c ==============================================================================
4.49/4.56	c
4.49/4.56	c Starting glucose
4.49/4.56	c
4.49/4.56	
4.49/4.56	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.49/4.56	
4.49/4.56	c ============================[ Problem Statistics ]=============================
4.49/4.56	c |                                                                             |
4.49/4.56	c |  Number of variables:  430                                                  |
4.49/4.56	c |  Number of clauses:    103568                                               |
4.55/4.64	c |  Parsing time:         0.07         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784268-1241930304/watcher-1784268-1241930304 -o /tmp/evaluation-result-1784268-1241930304/solver-1784268-1241930304 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784268-1241930304.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.85 0.97 0.99 2/65 27129
/proc/meminfo: memFree=1802472/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=0
/proc/27129/stat : 27129 (glucose.sh) R 27127 27129 27092 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221060459 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 234045893279 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27129/statm: 1340 235 194 169 0 51 0
[pid=27130] ppid=27129 vsize=1008 CPUtime=0
/proc/27130/stat : 27130 (SatELite_releas) R 27129 27129 27092 0 -1 4194304 125 0 0 0 0 0 0 0 18 0 1 0 221060459 1032192 109 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27130/statm: 252 110 50 174 0 75 0

[startup+0.0839721 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 27129
/proc/meminfo: memFree=1802472/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=0
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221060459 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27129/statm: 1340 236 195 169 0 51 0
[pid=27130] ppid=27129 vsize=6892 CPUtime=0.07
/proc/27130/stat : 27130 (SatELite_releas) R 27129 27129 27092 0 -1 4194304 1571 0 0 0 7 0 0 0 19 0 1 0 221060459 7057408 1555 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27130/statm: 1723 1556 50 174 0 1546 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12252

[startup+0.102973 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 27129
/proc/meminfo: memFree=1802472/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=0
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221060459 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27129/statm: 1340 236 195 169 0 51 0
[pid=27130] ppid=27129 vsize=8216 CPUtime=0.09
/proc/27130/stat : 27130 (SatELite_releas) R 27129 27129 27092 0 -1 4194304 1905 0 0 0 8 1 0 0 19 0 1 0 221060459 8413184 1889 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27130/statm: 2054 1889 50 174 0 1877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13576

[startup+0.302994 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 27129
/proc/meminfo: memFree=1802472/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=0
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221060459 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27129/statm: 1340 236 195 169 0 51 0
[pid=27130] ppid=27129 vsize=14740 CPUtime=0.29
/proc/27130/stat : 27130 (SatELite_releas) R 27129 27129 27092 0 -1 4194304 3467 0 0 0 28 1 0 0 22 0 1 0 221060459 15093760 3448 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/27130/statm: 3685 3448 72 174 0 3508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20100

[startup+0.701036 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 27129
/proc/meminfo: memFree=1802472/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=0
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221060459 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27129/statm: 1340 236 195 169 0 51 0
[pid=27130] ppid=27129 vsize=14920 CPUtime=0.69
/proc/27130/stat : 27130 (SatELite_releas) R 27129 27129 27092 0 -1 4194304 3488 0 0 0 68 1 0 0 25 0 1 0 221060459 15278080 3469 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/27130/statm: 3730 3469 72 174 0 3553 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20280

[startup+1.50112 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 27131
/proc/meminfo: memFree=1788376/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=0
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221060459 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27129/statm: 1340 236 195 169 0 51 0
[pid=27130] ppid=27129 vsize=18432 CPUtime=1.48
/proc/27130/stat : 27130 (SatELite_releas) R 27129 27129 27092 0 -1 4194304 3992 0 0 0 147 1 0 0 25 0 1 0 221060459 18874368 3946 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/27130/statm: 4608 3946 77 174 0 4431 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23792

[startup+3.10129 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 27131
/proc/meminfo: memFree=1786584/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=0
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221060459 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27129/statm: 1340 236 195 169 0 51 0
[pid=27130] ppid=27129 vsize=19256 CPUtime=3.09
/proc/27130/stat : 27130 (SatELite_releas) R 27129 27129 27092 0 -1 4194304 4477 0 0 0 307 2 0 0 25 0 1 0 221060459 19718144 4117 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/27130/statm: 4814 4117 77 174 0 4637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24616

[startup+6.30162 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 27132
/proc/meminfo: memFree=1787224/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=12888 CPUtime=1.73
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 3078 0 0 0 171 2 0 0 25 0 1 0 221060915 13197312 3064 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 3222 3064 77 172 0 3047 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18248

[startup+12.7013 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 27132
/proc/meminfo: memFree=1783656/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=15720 CPUtime=8.12
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 3772 0 0 0 810 2 0 0 25 0 1 0 221060915 16097280 3758 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 3930 3758 77 172 0 3755 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21080

[startup+25.5026 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 27132
/proc/meminfo: memFree=1782448/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=17452 CPUtime=20.91
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 4165 0 0 0 2088 3 0 0 25 0 1 0 221060915 17870848 4151 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 4363 4151 77 172 0 4188 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22812

[startup+51.1023 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 27132
/proc/meminfo: memFree=1780464/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=19500 CPUtime=46.5
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 4648 0 0 0 4647 3 0 0 25 0 1 0 221060915 19968000 4634 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 4875 4634 77 172 0 4700 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 24860

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27132
/proc/meminfo: memFree=1778032/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=22088 CPUtime=97.69
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 5221 0 0 0 9765 4 0 0 25 0 1 0 221060915 22618112 5207 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 5522 5207 77 172 0 5347 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27448

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27132
/proc/meminfo: memFree=1776176/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=24004 CPUtime=157.65
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 5706 0 0 0 15761 4 0 0 25 0 1 0 221060915 24580096 5692 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 6001 5692 77 172 0 5826 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 29364

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27134
/proc/meminfo: memFree=1774896/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=25232 CPUtime=217.62
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 6004 0 0 0 21757 5 0 0 25 0 1 0 221060915 25837568 5990 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 6308 5990 77 172 0 6133 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 30592

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27134
/proc/meminfo: memFree=1773232/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=27376 CPUtime=277.6
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 6439 0 0 0 27755 5 0 0 25 0 1 0 221060915 28033024 6425 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 6844 6425 77 172 0 6669 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 32736

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27134
/proc/meminfo: memFree=1771632/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=28968 CPUtime=337.56
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 6827 0 0 0 33750 6 0 0 25 0 1 0 221060915 29663232 6813 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 7242 6813 77 172 0 7067 0
Current children cumulated CPU time (s) 342.11

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

/proc/27132/statm: 17406 16109 77 172 0 17231 0
Current children cumulated CPU time (s) 4300.4
Current children cumulated vsize (KiB) 74984

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1732912/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=69828 CPUtime=4355.82
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16157 0 0 0 435563 19 0 0 25 0 1 0 221060915 71503872 16143 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 17457 16143 77 172 0 17282 0
Current children cumulated CPU time (s) 4360.37
Current children cumulated vsize (KiB) 75188

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1732784/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=69828 CPUtime=4415.8
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16181 0 0 0 441561 19 0 0 25 0 1 0 221060915 71503872 16167 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 17457 16167 77 172 0 17282 0
Current children cumulated CPU time (s) 4420.35
Current children cumulated vsize (KiB) 75188

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1732400/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=70400 CPUtime=4475.77
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16272 0 0 0 447558 19 0 0 25 0 1 0 221060915 72089600 16258 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 17600 16258 77 172 0 17425 0
Current children cumulated CPU time (s) 4480.32
Current children cumulated vsize (KiB) 75760

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1732272/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=70580 CPUtime=4535.74
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16312 0 0 0 453555 19 0 0 25 0 1 0 221060915 72273920 16298 1992294400 134512640 135217611 4294956304 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 17645 16298 77 172 0 17470 0
Current children cumulated CPU time (s) 4540.29
Current children cumulated vsize (KiB) 75940

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1731504/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=71300 CPUtime=4595.72
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16457 0 0 0 459553 19 0 0 25 0 1 0 221060915 73011200 16443 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 17825 16443 77 172 0 17650 0
Current children cumulated CPU time (s) 4600.27
Current children cumulated vsize (KiB) 76660

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1730928/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=71844 CPUtime=4655.7
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16594 0 0 0 465550 20 0 0 25 0 1 0 221060915 73568256 16580 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 17961 16580 77 172 0 17786 0
Current children cumulated CPU time (s) 4660.25
Current children cumulated vsize (KiB) 77204

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1730480/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=72344 CPUtime=4715.68
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16697 0 0 0 471548 20 0 0 25 0 1 0 221060915 74080256 16683 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 18086 16683 77 172 0 17911 0
Current children cumulated CPU time (s) 4720.23
Current children cumulated vsize (KiB) 77704

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1730416/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=72416 CPUtime=4775.65
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16720 0 0 0 477545 20 0 0 25 0 1 0 221060915 74153984 16706 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 18104 16706 77 172 0 17929 0
Current children cumulated CPU time (s) 4780.2
Current children cumulated vsize (KiB) 77776

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1729392/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=73436 CPUtime=4835.61
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16971 0 0 0 483541 20 0 0 25 0 1 0 221060915 75198464 16957 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 18359 16957 77 172 0 18184 0
Current children cumulated CPU time (s) 4840.16
Current children cumulated vsize (KiB) 78796

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27142
/proc/meminfo: memFree=1729392/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=73436 CPUtime=4895.59
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 16976 0 0 0 489539 20 0 0 25 0 1 0 221060915 75198464 16962 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 18359 16962 77 172 0 18184 0
Current children cumulated CPU time (s) 4900.14
Current children cumulated vsize (KiB) 78796

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27148
/proc/meminfo: memFree=1727848/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=74796 CPUtime=4955.56
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 17313 0 0 0 495535 21 0 0 25 0 1 0 221060915 76591104 17299 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 18699 17299 77 172 0 18524 0
Current children cumulated CPU time (s) 4960.11
Current children cumulated vsize (KiB) 80156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27148
/proc/meminfo: memFree=1727920/2055920 swapFree=4180856/4192956
[pid=27129] ppid=27127 vsize=5360 CPUtime=4.55
/proc/27129/stat : 27129 (glucose.sh) S 27127 27129 27092 0 -1 4194304 313 4515 0 0 0 0 452 3 16 0 1 0 221060459 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27129/statm: 1340 238 195 169 0 51 0
[pid=27132] ppid=27129 vsize=74796 CPUtime=4995.45
/proc/27132/stat : 27132 (glucose_static) R 27129 27129 27092 0 -1 4194304 17313 0 0 0 499523 22 0 0 25 0 1 0 221060915 76591104 17299 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27132/statm: 18699 17299 77 172 0 18524 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 80156

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27129 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=525312
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=38994
# CPU time returned by wait4() is 4.56431
# while last known CPU time is 5000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.21
CPU time (s): 5000
CPU user time (s): 4999.75
CPU system time (s): 0.25
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 80156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.52531
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4828
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= 5
involuntary context switches= 29

runsolver used 4.21736 second user time and 13.9809 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-10 06:38:25
IDJOB=1784268
IDBENCH=71143
IDSOLVER=610
FILE ID=node79/1784268-1241930304
PBS_JOBID= 9264969
Free space on /tmp= 66284 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784268-1241930304/watcher-1784268-1241930304 -o /tmp/evaluation-result-1784268-1241930304/solver-1784268-1241930304 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784268-1241930304.cnf

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

MD5SUM BENCH= 586caddfac4d1887f3667169b6c35a75
RANDOM SEED=1296899964

node79.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:       1803024 kB
Buffers:         49132 kB
Cached:         135252 kB
SwapCached:       7104 kB
Active:         108776 kB
Inactive:        85000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803024 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            6032 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            45104 kB
Committed_AS:   733648 kB
PageTables:       1384 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= 66276 MiB
End job on node79 at 2009-05-10 08:01:49