Trace number 1783812

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.05 5001.41

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    9559    37389 |    2867       0        0     nan |  0.000 % |
0.09/0.13	c |         0 |    9196    48642 |      --       0       --      -- |     --   | -363/11253
0.09/0.13	c ==============================================================================
0.09/0.13	c Result  :   #vars: 242   #clauses: 9196   #literals: 48642
0.09/0.13	c CPU time:   0.12598 s
0.09/0.13	c ==============================================================================
0.09/0.14	c
0.09/0.14	c Starting glucose
0.09/0.14	c
0.09/0.15	
0.09/0.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.15	
0.09/0.15	c ============================[ Problem Statistics ]=============================
0.09/0.15	c |                                                                             |
0.09/0.15	c |  Number of variables:  242                                                  |
0.09/0.15	c |  Number of clauses:    9196                                                 |
0.09/0.15	c |  Parsing time:         0.01         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-1783812-1241888611/watcher-1783812-1241888611 -o /tmp/evaluation-result-1783812-1241888611/solver-1783812-1241888611 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783812-1241888611.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.91 1.93 1.83 3/67 10826
/proc/meminfo: memFree=1870440/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0
/proc/10826/stat : 10826 (glucose.sh) R 10824 10826 10789 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 216891263 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 265674091167 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10826/statm: 1340 235 194 169 0 51 0
[pid=10827] ppid=10826 vsize=1008 CPUtime=0
/proc/10827/stat : 10827 (SatELite_releas) R 10826 10826 10789 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 216891263 1032192 100 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/10827/statm: 252 101 50 174 0 75 0

[startup+0.0697969 s]
/proc/loadavg: 1.91 1.93 1.83 3/67 10826
/proc/meminfo: memFree=1870440/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 216891263 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10826/statm: 1340 236 195 169 0 51 0
[pid=10827] ppid=10826 vsize=1988 CPUtime=0.05
/proc/10827/stat : 10827 (SatELite_releas) R 10826 10826 10789 0 -1 4194304 370 0 0 0 5 0 0 0 19 0 1 0 216891263 2035712 354 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 1 0 0
/proc/10827/statm: 497 354 77 174 0 320 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7348

[startup+0.101801 s]
/proc/loadavg: 1.91 1.93 1.83 3/67 10826
/proc/meminfo: memFree=1870440/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 216891263 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10826/statm: 1340 236 195 169 0 51 0
[pid=10827] ppid=10826 vsize=1988 CPUtime=0.09
/proc/10827/stat : 10827 (SatELite_releas) R 10826 10826 10789 0 -1 4194304 370 0 0 0 9 0 0 0 19 0 1 0 216891263 2035712 354 1992294400 134512640 135225430 4294956176 18446744073709551615 134586121 0 0 4096 3 0 0 0 17 1 0 0
/proc/10827/statm: 497 354 77 174 0 320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7348

[startup+0.301828 s]
/proc/loadavg: 1.91 1.93 1.83 3/67 10826
/proc/meminfo: memFree=1870440/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5360

[startup+0.701873 s]
/proc/loadavg: 1.91 1.93 1.83 3/67 10826
/proc/meminfo: memFree=1870440/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5360

[startup+1.50196 s]
/proc/loadavg: 1.91 1.93 1.83 2/67 10829
/proc/meminfo: memFree=1869288/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=4860 CPUtime=1.34
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 912 0 0 0 134 0 0 0 25 0 1 0 216891278 4976640 898 1992294400 134512640 135217611 4294956304 18446744073709551615 134526273 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 1215 898 75 172 0 1040 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10220

[startup+3.10113 s]
/proc/loadavg: 1.91 1.93 1.83 2/67 10829
/proc/meminfo: memFree=1868328/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=5800 CPUtime=2.94
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 1131 0 0 0 294 0 0 0 25 0 1 0 216891278 5939200 1117 1992294400 134512640 135217611 4294956304 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 1450 1117 75 172 0 1275 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11160

[startup+6.30149 s]
/proc/loadavg: 1.84 1.92 1.83 2/67 10829
/proc/meminfo: memFree=1866936/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=6784 CPUtime=6.13
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 1380 0 0 0 613 0 0 0 25 0 1 0 216891278 6946816 1366 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 1696 1366 75 172 0 1521 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12144

[startup+12.7012 s]
/proc/loadavg: 1.77 1.90 1.82 2/67 10829
/proc/meminfo: memFree=1865408/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=8476 CPUtime=12.54
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 1799 0 0 0 1253 1 0 0 25 0 1 0 216891278 8679424 1785 1992294400 134512640 135217611 4294956304 18446744073709551615 134536983 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 2119 1785 75 172 0 1944 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13836

[startup+25.5016 s]
/proc/loadavg: 1.60 1.85 1.81 2/67 10829
/proc/meminfo: memFree=1863296/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=10428 CPUtime=25.33
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 2251 0 0 0 2532 1 0 0 25 0 1 0 216891278 10678272 2237 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 2607 2237 75 172 0 2432 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15788

[startup+51.1015 s]
/proc/loadavg: 1.39 1.78 1.79 2/67 10829
/proc/meminfo: memFree=1860544/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=13304 CPUtime=50.93
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 2936 0 0 0 5091 2 0 0 25 0 1 0 216891278 13623296 2922 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 3326 2922 75 172 0 3151 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18664

[startup+102.305 s]
/proc/loadavg: 1.17 1.66 1.74 2/67 10829
/proc/meminfo: memFree=1857408/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=16604 CPUtime=102.12
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 3724 0 0 0 10209 3 0 0 25 0 1 0 216891278 17002496 3710 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 4151 3710 75 172 0 3976 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 21964

[startup+162.302 s]
/proc/loadavg: 1.06 1.54 1.69 2/67 10829
/proc/meminfo: memFree=1854528/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=19572 CPUtime=162.09
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 4438 0 0 0 16206 3 0 0 25 0 1 0 216891278 20041728 4424 1992294400 134512640 135217611 4294956304 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 4893 4424 75 172 0 4718 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24932

[startup+222.301 s]
/proc/loadavg: 1.02 1.44 1.65 2/67 10829
/proc/meminfo: memFree=1852032/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=22208 CPUtime=222.09
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 5058 0 0 0 22205 4 0 0 25 0 1 0 216891278 22740992 5044 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 5552 5044 75 172 0 5377 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 27568

[startup+282.301 s]
/proc/loadavg: 1.01 1.36 1.61 2/67 10829
/proc/meminfo: memFree=1849408/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=24920 CPUtime=282.07
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 5700 0 0 0 28203 4 0 0 25 0 1 0 216891278 25518080 5686 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 6230 5686 75 172 0 6055 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 30280

[startup+342.302 s]
/proc/loadavg: 1.00 1.29 1.56 2/67 10829
/proc/meminfo: memFree=1848192/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=26444 CPUtime=342.05
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 5986 0 0 0 34201 4 0 0 25 0 1 0 216891278 27078656 5972 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 6611 5972 75 172 0 6436 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 31804

[startup+402.302 s]
/proc/loadavg: 1.00 1.23 1.53 2/67 10829
/proc/meminfo: memFree=1846720/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13

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

/proc/10829/statm: 17357 15747 75 172 0 17182 0
Current children cumulated CPU time (s) 4301.14
Current children cumulated vsize (KiB) 74788

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1807040/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=69644 CPUtime=4360.99
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 15820 0 0 0 436085 14 0 0 25 0 1 0 216891278 71315456 15791 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17411 15791 75 172 0 17236 0
Current children cumulated CPU time (s) 4361.12
Current children cumulated vsize (KiB) 75004

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1806656/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=70088 CPUtime=4420.97
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 15910 0 0 0 442083 14 0 0 25 0 1 0 216891278 71770112 15881 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17522 15881 75 172 0 17347 0
Current children cumulated CPU time (s) 4421.1
Current children cumulated vsize (KiB) 75448

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1806464/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=70304 CPUtime=4480.96
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 15959 0 0 0 448082 14 0 0 25 0 1 0 216891278 71991296 15930 1992294400 134512640 135217611 4294956304 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17576 15930 75 172 0 17401 0
Current children cumulated CPU time (s) 4481.09
Current children cumulated vsize (KiB) 75664

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1806208/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=70556 CPUtime=4540.94
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16012 0 0 0 454080 14 0 0 25 0 1 0 216891278 72249344 15983 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17639 15983 75 172 0 17464 0
Current children cumulated CPU time (s) 4541.07
Current children cumulated vsize (KiB) 75916

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1805888/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=70844 CPUtime=4600.93
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16078 0 0 0 460079 14 0 0 25 0 1 0 216891278 72544256 16049 1992294400 134512640 135217611 4294956304 18446744073709551615 134548497 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17711 16049 75 172 0 17536 0
Current children cumulated CPU time (s) 4601.06
Current children cumulated vsize (KiB) 76204

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1805888/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=70844 CPUtime=4660.91
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16082 0 0 0 466077 14 0 0 25 0 1 0 216891278 72544256 16053 1992294400 134512640 135217611 4294956304 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17711 16053 75 172 0 17536 0
Current children cumulated CPU time (s) 4661.04
Current children cumulated vsize (KiB) 76204

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1805696/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=70976 CPUtime=4720.9
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16125 0 0 0 472075 15 0 0 25 0 1 0 216891278 72679424 16096 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17744 16096 75 172 0 17569 0
Current children cumulated CPU time (s) 4721.03
Current children cumulated vsize (KiB) 76336

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1805632/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=70976 CPUtime=4780.88
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16129 0 0 0 478073 15 0 0 25 0 1 0 216891278 72679424 16100 1992294400 134512640 135217611 4294956304 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17744 16100 75 172 0 17569 0
Current children cumulated CPU time (s) 4781.01
Current children cumulated vsize (KiB) 76336

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1804800/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=71792 CPUtime=4840.86
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16320 0 0 0 484071 15 0 0 25 0 1 0 216891278 73515008 16291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 17948 16291 75 172 0 17773 0
Current children cumulated CPU time (s) 4840.99
Current children cumulated vsize (KiB) 77152

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1804288/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=72332 CPUtime=4900.85
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16446 0 0 0 490070 15 0 0 25 0 1 0 216891278 74067968 16417 1992294400 134512640 135217611 4294956304 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 18083 16417 75 172 0 17908 0
Current children cumulated CPU time (s) 4900.98
Current children cumulated vsize (KiB) 77692

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1804224/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=72440 CPUtime=4960.83
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16463 0 0 0 496068 15 0 0 25 0 1 0 216891278 74178560 16434 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 18110 16434 75 172 0 17935 0
Current children cumulated CPU time (s) 4960.96
Current children cumulated vsize (KiB) 77800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10837
/proc/meminfo: memFree=1803968/2055920 swapFree=4180400/4192956
[pid=10826] ppid=10824 vsize=5360 CPUtime=0.13
/proc/10826/stat : 10826 (glucose.sh) S 10824 10826 10789 0 -1 4194304 313 375 0 0 0 0 13 0 15 0 1 0 216891263 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10826/statm: 1340 238 195 169 0 51 0
[pid=10829] ppid=10826 vsize=72816 CPUtime=4999.92
/proc/10829/stat : 10829 (glucose_static) R 10826 10826 10789 0 -1 4194304 16523 0 0 0 499977 15 0 0 25 0 1 0 216891278 74563584 16494 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10829/statm: 18204 16494 75 172 0 18029 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 78176

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

Real time (s): 5001.41
CPU time (s): 5000.05
CPU user time (s): 4999.9
CPU system time (s): 0.15
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 78176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.141978
system time used= 0.007998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 688
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= 6
involuntary context switches= 2

runsolver used 4.5843 second user time and 13.6089 second system time

The end

Launcher Data

Begin job on node76 at 2009-05-09 19:03:31
IDJOB=1783812
IDBENCH=24692
IDSOLVER=610
FILE ID=node76/1783812-1241888611
PBS_JOBID= 9264714
Free space on /tmp= 66380 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783812-1241888611/watcher-1783812-1241888611 -o /tmp/evaluation-result-1783812-1241888611/solver-1783812-1241888611 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783812-1241888611.cnf

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=1467675256

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:       1870856 kB
Buffers:         33268 kB
Cached:         102740 kB
SwapCached:       7200 kB
Active:          62848 kB
Inactive:        84100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870856 kB
SwapTotal:     4192956 kB
SwapFree:      4180400 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          16976 kB
Slab:            23904 kB
Committed_AS:   832820 kB
PageTables:       1520 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= 66380 MiB
End job on node76 at 2009-05-09 20:26:55