Trace number 1783816

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.09 5001.21

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
MD5SUMc528b705716be41ea2448c50a45c52a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
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 |    1078     3624 |     323       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     956     3650 |      --       0       --      -- |     --   | -122/26
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 165   #clauses: 956   #literals: 3650
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  165                                                  |
0.00/0.00	c |  Number of clauses:    956                                                  |
0.00/0.00	c |  Parsing time:         0.00         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-1783816-1241888960/watcher-1783816-1241888960 -o /tmp/evaluation-result-1783816-1241888960/solver-1783816-1241888960 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783816-1241888960.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: 1.00 1.00 1.00 3/64 28695
/proc/meminfo: memFree=935336/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 216929535 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 236 195 169 0 51 0
[pid=28696] ppid=28695 vsize=1012 CPUtime=0
/proc/28696/stat : 28696 (SatELite_releas) R 28695 28695 28616 0 -1 4194304 136 0 0 0 0 0 0 0 19 0 1 0 216929535 1036288 120 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/28696/statm: 253 120 76 174 0 76 0

[startup+0.04558 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28695
/proc/meminfo: memFree=935336/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102579 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28695
/proc/meminfo: memFree=935336/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.30159 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28695
/proc/meminfo: memFree=935336/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701617 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28695
/proc/meminfo: memFree=935336/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50267 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=933400/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=3780 CPUtime=1.49
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 593 0 0 0 149 0 0 0 25 0 1 0 216929536 3870720 579 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 945 579 75 172 0 770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9140

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=932632/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=4512 CPUtime=3.09
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 779 0 0 0 309 0 0 0 25 0 1 0 216929536 4620288 765 1992294400 134512640 135217611 4294956304 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 1128 765 75 172 0 953 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9872

[startup+6.30198 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=931608/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=5224 CPUtime=6.29
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 953 0 0 0 629 0 0 0 25 0 1 0 216929536 5349376 939 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 1306 939 75 172 0 1131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10584

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=930264/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=6400 CPUtime=12.68
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 1213 0 0 0 1268 0 0 0 25 0 1 0 216929536 6553600 1199 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 1600 1199 75 172 0 1425 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11760

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=928728/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=8132 CPUtime=25.48
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 1630 0 0 0 2548 0 0 0 25 0 1 0 216929536 8327168 1616 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 2033 1616 75 172 0 1858 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13492

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=926808/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=10152 CPUtime=51.08
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 2099 0 0 0 5107 1 0 0 25 0 1 0 216929536 10395648 2085 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 2538 2085 75 172 0 2363 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15512

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=924120/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=13052 CPUtime=102.26
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 2769 0 0 0 10225 1 0 0 25 0 1 0 216929536 13365248 2755 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 3263 2755 75 172 0 3088 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18412

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=921688/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=15676 CPUtime=162.24
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 3369 0 0 0 16222 2 0 0 25 0 1 0 216929536 16052224 3355 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 3919 3355 75 172 0 3744 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 21036

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=919832/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=17720 CPUtime=222.23
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 3823 0 0 0 22220 3 0 0 25 0 1 0 216929536 18145280 3809 1992294400 134512640 135217611 4294956304 18446744073709551615 134527785 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 4430 3809 75 172 0 4255 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 23080

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=918616/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=18908 CPUtime=282.22
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 4126 0 0 0 28218 4 0 0 25 0 1 0 216929536 19361792 4112 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 4727 4112 75 172 0 4552 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 24268

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=917336/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=20444 CPUtime=342.2
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 4445 0 0 0 34216 4 0 0 25 0 1 0 216929536 20934656 4431 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 5111 4431 75 172 0 4936 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 25804

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28698
/proc/meminfo: memFree=916184/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=21964 CPUtime=402.2
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 4761 0 0 0 40215 5 0 0 25 0 1 0 216929536 22491136 4747 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 5491 4747 75 172 0 5316 0
Current children cumulated CPU time (s) 402.2

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

/proc/28698/statm: 13449 12006 75 172 0 13274 0
Current children cumulated CPU time (s) 4301.34
Current children cumulated vsize (KiB) 59156

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=886168/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=53796 CPUtime=4361.33
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12061 0 0 0 436106 27 0 0 25 0 1 0 216929536 55087104 12026 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13449 12026 75 172 0 13274 0
Current children cumulated CPU time (s) 4361.33
Current children cumulated vsize (KiB) 59156

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=886104/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=53796 CPUtime=4421.31
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12068 0 0 0 442104 27 0 0 25 0 1 0 216929536 55087104 12033 1992294400 134512640 135217611 4294956304 18446744073709551615 134539117 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13449 12033 75 172 0 13274 0
Current children cumulated CPU time (s) 4421.31
Current children cumulated vsize (KiB) 59156

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=885464/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=54460 CPUtime=4481.31
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12235 0 0 0 448103 28 0 0 25 0 1 0 216929536 55767040 12200 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13615 12200 75 172 0 13440 0
Current children cumulated CPU time (s) 4481.31
Current children cumulated vsize (KiB) 59820

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=885336/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=54460 CPUtime=4541.29
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12252 0 0 0 454101 28 0 0 25 0 1 0 216929536 55767040 12217 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13615 12217 75 172 0 13440 0
Current children cumulated CPU time (s) 4541.29
Current children cumulated vsize (KiB) 59820

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=885208/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=54592 CPUtime=4601.28
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12272 0 0 0 460100 28 0 0 25 0 1 0 216929536 55902208 12237 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13648 12237 75 172 0 13473 0
Current children cumulated CPU time (s) 4601.28
Current children cumulated vsize (KiB) 59952

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=885208/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=54664 CPUtime=4661.26
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12277 0 0 0 466098 28 0 0 25 0 1 0 216929536 55975936 12242 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13666 12242 75 172 0 13491 0
Current children cumulated CPU time (s) 4661.26
Current children cumulated vsize (KiB) 60024

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=885080/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=54644 CPUtime=4721.25
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12299 0 0 0 472097 28 0 0 25 0 1 0 216929536 55955456 12264 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13661 12264 75 172 0 13486 0
Current children cumulated CPU time (s) 4721.25
Current children cumulated vsize (KiB) 60004

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=884824/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=54964 CPUtime=4781.24
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12371 0 0 0 478095 29 0 0 25 0 1 0 216929536 56283136 12336 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13741 12336 75 172 0 13566 0
Current children cumulated CPU time (s) 4781.24
Current children cumulated vsize (KiB) 60324

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=884696/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=54964 CPUtime=4841.23
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12400 0 0 0 484094 29 0 0 25 0 1 0 216929536 56283136 12365 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13741 12365 75 172 0 13566 0
Current children cumulated CPU time (s) 4841.23
Current children cumulated vsize (KiB) 60324

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28706
/proc/meminfo: memFree=884248/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=55364 CPUtime=4901.21
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12516 0 0 0 490092 29 0 0 25 0 1 0 216929536 56692736 12478 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13841 12478 75 172 0 13666 0
Current children cumulated CPU time (s) 4901.21
Current children cumulated vsize (KiB) 60724

[startup+4962.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 28706
/proc/meminfo: memFree=883800/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=55760 CPUtime=4961.2
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12618 0 0 0 496090 30 0 0 25 0 1 0 216929536 57098240 12580 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 13940 12580 75 172 0 13765 0
Current children cumulated CPU time (s) 4961.2
Current children cumulated vsize (KiB) 61120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.2 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 28706
/proc/meminfo: memFree=883544/2055920 swapFree=4181272/4192956
[pid=28695] ppid=28693 vsize=5360 CPUtime=0
/proc/28695/stat : 28695 (glucose.sh) S 28693 28695 28616 0 -1 4194304 313 148 0 0 0 0 0 0 19 0 1 0 216929535 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28695/statm: 1340 238 195 169 0 51 0
[pid=28698] ppid=28695 vsize=56028 CPUtime=5000.09
/proc/28698/stat : 28698 (glucose_static) R 28695 28695 28616 0 -1 4194304 12684 0 0 0 499979 30 0 0 25 0 1 0 216929536 57372672 12646 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28698/statm: 14007 12646 75 172 0 13832 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 61388

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 28695 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=5999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.007998
# while last known CPU time is 5000.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.21
CPU time (s): 5000.09
CPU user time (s): 4999.79
CPU system time (s): 0.3
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 61388

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

runsolver used 5.68014 second user time and 12.2831 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-09 19:09:20
IDJOB=1783816
IDBENCH=24693
IDSOLVER=610
FILE ID=node22/1783816-1241888960
PBS_JOBID= 9264692
Free space on /tmp= 66368 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/others/hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783816-1241888960/watcher-1783816-1241888960 -o /tmp/evaluation-result-1783816-1241888960/solver-1783816-1241888960 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783816-1241888960.cnf

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

MD5SUM BENCH= c528b705716be41ea2448c50a45c52a8
RANDOM SEED=1183673480

node22.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.232
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.232
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:        935880 kB
Buffers:         57480 kB
Cached:         968552 kB
SwapCached:       5528 kB
Active:         249632 kB
Inactive:       784832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        935880 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            71664 kB
Committed_AS:   808708 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node22 at 2009-05-09 20:32:43