Trace number 1783836

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.08 5001.61

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
MD5SUM95e4195bdde82ec65467d8f29f037cf2
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 variables390
Number of clauses1722
Sum of the clauses size5166
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31722
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1722     5166 |     516       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 390   #clauses: 1722   #literals: 5166
0.00/0.01	c CPU time:   0.002999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  390                                                  |
0.00/0.01	c |  Number of clauses:    1722                                                 |
0.00/0.01	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-1783836-1241891637/watcher-1783836-1241891637 -o /tmp/evaluation-result-1783836-1241891637/solver-1783836-1241891637 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783836-1241891637.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.05 0.99 0.99 3/64 25115
/proc/meminfo: memFree=1662312/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5344 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) R 25113 25115 25049 0 -1 4194304 145 0 0 0 0 0 0 0 20 0 1 0 217196451 5472256 116 1992294400 4194304 4889804 548682068832 18446744073709551615 4296001 0 0 4096 0 0 0 0 17 1 0 0
/proc/25115/statm: 1338 133 107 169 0 49 0

[startup+0.100301 s]
/proc/loadavg: 1.05 0.99 0.99 3/64 25115
/proc/meminfo: memFree=1662312/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.201314 s]
/proc/loadavg: 1.05 0.99 0.99 3/64 25115
/proc/meminfo: memFree=1662312/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301327 s]
/proc/loadavg: 1.05 0.99 0.99 3/64 25115
/proc/meminfo: memFree=1662312/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701386 s]
/proc/loadavg: 1.05 0.99 0.99 3/64 25115
/proc/meminfo: memFree=1662312/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5015 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1660312/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=3624 CPUtime=1.48
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 539 0 0 0 148 0 0 0 25 0 1 0 217196452 3710976 525 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 906 525 75 172 0 731 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8984

[startup+3.10173 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1659736/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=4284 CPUtime=3.08
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 715 0 0 0 308 0 0 0 25 0 1 0 217196452 4386816 701 1992294400 134512640 135217611 4294956304 18446744073709551615 134533768 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 1071 701 75 172 0 896 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9644

[startup+6.3012 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1658648/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=5084 CPUtime=6.28
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 905 0 0 0 628 0 0 0 25 0 1 0 217196452 5206016 891 1992294400 134512640 135217611 4294956304 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 1271 891 75 172 0 1096 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10444

[startup+12.7011 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1657496/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=6072 CPUtime=12.67
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 1156 0 0 0 1267 0 0 0 25 0 1 0 217196452 6217728 1142 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 1518 1142 75 172 0 1343 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11432

[startup+25.502 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1656088/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=7452 CPUtime=25.47
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 1477 0 0 0 2547 0 0 0 25 0 1 0 217196452 7630848 1463 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 1863 1463 75 172 0 1688 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12812

[startup+51.1017 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1654424/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=9148 CPUtime=51.07
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 1907 0 0 0 5106 1 0 0 25 0 1 0 217196452 9367552 1893 1992294400 134512640 135217611 4294956304 18446744073709551615 134533766 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 2287 1893 75 172 0 2112 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14508

[startup+102.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1651864/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=11836 CPUtime=102.25
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 2538 0 0 0 10223 2 0 0 25 0 1 0 217196452 12120064 2524 1992294400 134512640 135217611 4294956304 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 2959 2524 75 172 0 2784 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17196

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 25118
/proc/meminfo: memFree=1649944/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=13792 CPUtime=162.23
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 3026 0 0 0 16221 2 0 0 25 0 1 0 217196452 14123008 3012 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 3448 3012 75 172 0 3273 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 19152

[startup+222.307 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 25118
/proc/meminfo: memFree=1648536/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=15376 CPUtime=222.22
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 3367 0 0 0 22219 3 0 0 25 0 1 0 217196452 15745024 3353 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 3844 3353 75 172 0 3669 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 20736

[startup+282.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 25118
/proc/meminfo: memFree=1647128/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=16796 CPUtime=282.2
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 3703 0 0 0 28216 4 0 0 25 0 1 0 217196452 17199104 3689 1992294400 134512640 135217611 4294956304 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 4199 3689 75 172 0 4024 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 22156

[startup+342.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 25118
/proc/meminfo: memFree=1646104/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=17892 CPUtime=342.18
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 3949 0 0 0 34214 4 0 0 25 0 1 0 217196452 18321408 3935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 4473 3935 75 172 0 4298 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23252

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25118
/proc/meminfo: memFree=1645208/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=18708 CPUtime=402.15
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 4182 0 0 0 40211 4 0 0 25 0 1 0 217196452 19156992 4168 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 4677 4168 75 172 0 4502 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 24068

[startup+462.301 s]

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

/proc/25118/statm: 11236 10188 75 172 0 11061 0
Current children cumulated CPU time (s) 4360.96
Current children cumulated vsize (KiB) 50304

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1618904/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=45420 CPUtime=4420.94
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10327 0 0 0 442079 15 0 0 25 0 1 0 217196452 46510080 10306 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11355 10306 75 172 0 11180 0
Current children cumulated CPU time (s) 4420.94
Current children cumulated vsize (KiB) 50780

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1618712/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=45596 CPUtime=4480.93
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10376 0 0 0 448078 15 0 0 25 0 1 0 217196452 46690304 10355 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11399 10355 75 172 0 11224 0
Current children cumulated CPU time (s) 4480.93
Current children cumulated vsize (KiB) 50956

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1618456/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=45812 CPUtime=4540.91
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10422 0 0 0 454076 15 0 0 25 0 1 0 217196452 46911488 10401 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11453 10401 75 172 0 11278 0
Current children cumulated CPU time (s) 4540.91
Current children cumulated vsize (KiB) 51172

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1618392/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=45812 CPUtime=4600.9
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10424 0 0 0 460074 16 0 0 25 0 1 0 217196452 46911488 10403 1992294400 134512640 135217611 4294956304 18446744073709551615 134721911 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11453 10403 75 172 0 11278 0
Current children cumulated CPU time (s) 4600.9
Current children cumulated vsize (KiB) 51172

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1618136/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=46184 CPUtime=4660.88
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10469 0 0 0 466072 16 0 0 25 0 1 0 217196452 47292416 10448 1992294400 134512640 135217611 4294956304 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11546 10448 75 172 0 11371 0
Current children cumulated CPU time (s) 4660.88
Current children cumulated vsize (KiB) 51544

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1617624/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=46628 CPUtime=4720.86
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10597 0 0 0 472070 16 0 0 25 0 1 0 217196452 47747072 10576 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11657 10576 75 172 0 11482 0
Current children cumulated CPU time (s) 4720.86
Current children cumulated vsize (KiB) 51988

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1617560/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=46628 CPUtime=4780.84
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10600 0 0 0 478068 16 0 0 25 0 1 0 217196452 47747072 10579 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11657 10579 75 172 0 11482 0
Current children cumulated CPU time (s) 4780.84
Current children cumulated vsize (KiB) 51988

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1617368/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=46916 CPUtime=4840.83
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10656 0 0 0 484066 17 0 0 25 0 1 0 217196452 48041984 10635 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11729 10635 75 172 0 11554 0
Current children cumulated CPU time (s) 4840.83
Current children cumulated vsize (KiB) 52276

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1617176/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=47048 CPUtime=4900.81
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10696 0 0 0 490064 17 0 0 25 0 1 0 217196452 48177152 10675 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11762 10675 75 172 0 11587 0
Current children cumulated CPU time (s) 4900.81
Current children cumulated vsize (KiB) 52408

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1617048/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=47264 CPUtime=4960.79
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10726 0 0 0 496062 17 0 0 25 0 1 0 217196452 48398336 10705 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11816 10705 75 172 0 11641 0
Current children cumulated CPU time (s) 4960.79
Current children cumulated vsize (KiB) 52624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1616984/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=47264 CPUtime=5000.08
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10729 0 0 0 499991 17 0 0 25 0 1 0 217196452 48398336 10708 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11816 10708 75 172 0 11641 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 52624

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

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

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25132
/proc/meminfo: memFree=1616984/2055920 swapFree=4114788/4192956
[pid=25115] ppid=25113 vsize=5360 CPUtime=0
/proc/25115/stat : 25115 (glucose.sh) S 25113 25115 25049 0 -1 4194304 313 153 0 0 0 0 0 0 16 0 1 0 217196451 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25115/statm: 1340 238 195 169 0 51 0
[pid=25118] ppid=25115 vsize=47264 CPUtime=5000.08
/proc/25118/stat : 25118 (glucose_static) R 25115 25115 25049 0 -1 4194304 10729 0 0 0 499991 17 0 0 25 0 1 0 217196452 48398336 10708 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25118/statm: 11816 10708 75 172 0 11641 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 52624

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.61
CPU time (s): 5000.08
CPU user time (s): 4999.91
CPU system time (s): 0.17
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 52624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.007998
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= 466
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= 3

runsolver used 5.72013 second user time and 12.4741 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-09 19:53:57
IDJOB=1783836
IDBENCH=24702
IDSOLVER=610
FILE ID=node30/1783836-1241891637
PBS_JOBID= 9264737
Free space on /tmp= 66260 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783836-1241891637/watcher-1783836-1241891637 -o /tmp/evaluation-result-1783836-1241891637/solver-1783836-1241891637 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783836-1241891637.cnf

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

MD5SUM BENCH= 95e4195bdde82ec65467d8f29f037cf2
RANDOM SEED=450742061

node30.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.265
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.265
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:       1662792 kB
Buffers:         42040 kB
Cached:         215012 kB
SwapCached:      72544 kB
Active:         108380 kB
Inactive:       223236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662792 kB
SwapTotal:     4192956 kB
SwapFree:      4114788 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            47596 kB
Committed_AS:   805424 kB
PageTables:       1356 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= 66260 MiB
End job on node30 at 2009-05-09 21:17:21