Trace number 1512584

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) 1200.05 1200.41

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S1040507052-028.cnf
MD5SUM460680b15ea4b6f4cb4765d23626d1a5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.448
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   20000   100000 |    5999       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 1000   #clauses: 20000   #literals: 100000
0.00/0.02	c CPU time:   0.021996 s
0.00/0.02	c ==============================================================================
0.00/0.05	c
0.00/0.05	c Starting glucose
0.00/0.05	c
0.00/0.05	
0.00/0.05	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.05	
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Number of variables:  1000                                                 |
0.00/0.05	c |  Number of clauses:    20000                                                |
0.00/0.07	c |  Parsing time:         0.02         s                                       |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1512584-1238206520/watcher-1512584-1238206520 -o /tmp/evaluation-result-1512584-1238206520/solver-1512584-1238206520 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1512584-1238206520.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 30169
/proc/meminfo: memFree=1639856/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5356 CPUtime=0
/proc/30169/stat : 30169 (glucose.sh) R 30167 30169 30098 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 1093317099 5484544 233 1992294400 4194304 4889804 548682068832 18446744073709551615 228774308339 0 0 4100 65536 0 0 0 17 1 0 0
/proc/30169/statm: 1339 233 194 169 0 50 0

[startup+0.0192839 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 30169
/proc/meminfo: memFree=1639856/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1093317099 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30169/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101297 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 30169
/proc/meminfo: memFree=1639856/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.30132 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 30169
/proc/meminfo: memFree=1639856/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.701368 s]
/proc/loadavg: 0.99 0.97 0.69 3/70 30169
/proc/meminfo: memFree=1639856/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+1.50245 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 30172
/proc/meminfo: memFree=1633824/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=6756 CPUtime=1.43
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 1452 0 0 0 143 0 0 0 25 0 1 0 1093317105 6918144 1438 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 1689 1438 77 172 0 1514 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12116

[startup+3.10164 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 30172
/proc/meminfo: memFree=1632160/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=8076 CPUtime=3.03
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 1788 0 0 0 303 0 0 0 25 0 1 0 1093317105 8269824 1774 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 2019 1774 77 172 0 1844 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13436

[startup+6.302 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 30172
/proc/meminfo: memFree=1630240/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=10056 CPUtime=6.23
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 2258 0 0 0 623 0 0 0 25 0 1 0 1093317105 10297344 2244 1992294400 134512640 135217611 4294956304 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 2514 2244 77 172 0 2339 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15416

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 30172
/proc/meminfo: memFree=1628128/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=12036 CPUtime=12.63
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 2763 0 0 0 1262 1 0 0 25 0 1 0 1093317105 12324864 2749 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 3009 2749 77 172 0 2834 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17396

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.70 2/72 30172
/proc/meminfo: memFree=1625248/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=15108 CPUtime=25.42
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 3515 0 0 0 2541 1 0 0 25 0 1 0 1093317105 15470592 3501 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 3777 3501 77 172 0 3602 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20468

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.70 2/72 30172
/proc/meminfo: memFree=1621792/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=18476 CPUtime=51.01
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 4375 0 0 0 5099 2 0 0 25 0 1 0 1093317105 18919424 4361 1992294400 134512640 135217611 4294956304 18446744073709551615 134526303 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 4619 4361 77 172 0 4444 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23836

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.72 2/72 30172
/proc/meminfo: memFree=1616608/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=23588 CPUtime=102.21
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 5643 0 0 0 10217 4 0 0 25 0 1 0 1093317105 24154112 5629 1992294400 134512640 135217611 4294956304 18446744073709551615 134533778 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 5897 5629 77 172 0 5722 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 28948

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/72 30172
/proc/meminfo: memFree=1611744/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=28500 CPUtime=162.18
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 6843 0 0 0 16213 5 0 0 25 0 1 0 1093317105 29184000 6829 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 7125 6829 77 172 0 6950 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33860

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/72 30172
/proc/meminfo: memFree=1608160/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=31944 CPUtime=222.17
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 7730 0 0 0 22211 6 0 0 25 0 1 0 1093317105 32710656 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 7986 7716 77 172 0 7811 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 37304

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/72 30172
/proc/meminfo: memFree=1604640/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=35664 CPUtime=282.16
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 8615 0 0 0 28209 7 0 0 25 0 1 0 1093317105 36519936 8601 1992294400 134512640 135217611 4294956304 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 8916 8601 77 172 0 8741 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 41024

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/72 30172
/proc/meminfo: memFree=1602784/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=37380 CPUtime=342.14
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 9074 0 0 0 34206 8 0 0 25 0 1 0 1093317105 38277120 9060 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 9345 9060 77 172 0 9170 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 42740

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/72 30172
/proc/meminfo: memFree=1600032/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=40168 CPUtime=402.12
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 9770 0 0 0 40204 8 0 0 25 0 1 0 1093317105 41132032 9756 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 10042 9756 77 172 0 9867 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 45528


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

/proc/30172/statm: 11102 10802 77 172 0 10927 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 49768

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/72 30172
/proc/meminfo: memFree=1593440/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=46816 CPUtime=582.07
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 11408 0 0 0 58197 10 0 0 25 0 1 0 1093317105 47939584 11394 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 11704 11394 77 172 0 11529 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 52176

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/72 30172
/proc/meminfo: memFree=1590752/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=49456 CPUtime=642.06
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 12069 0 0 0 64195 11 0 0 25 0 1 0 1093317105 50642944 12055 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 12364 12055 77 172 0 12189 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 54816

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/72 30172
/proc/meminfo: memFree=1589088/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=51232 CPUtime=702.04
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 12495 0 0 0 70192 12 0 0 25 0 1 0 1093317105 52461568 12481 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 12808 12481 77 172 0 12633 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 56592

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.84 2/72 30172
/proc/meminfo: memFree=1587360/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=52816 CPUtime=762.03
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 12866 0 0 0 76191 12 0 0 25 0 1 0 1093317105 54083584 12852 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 13204 12852 77 172 0 13029 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 58176

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.84 2/72 30172
/proc/meminfo: memFree=1585504/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=54544 CPUtime=822.01
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 13321 0 0 0 82188 13 0 0 25 0 1 0 1093317105 55853056 13307 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 13636 13307 77 172 0 13461 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 59904

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.85 2/72 30172
/proc/meminfo: memFree=1584800/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=55204 CPUtime=881.99
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 13489 0 0 0 88186 13 0 0 25 0 1 0 1093317105 56528896 13475 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 13801 13475 77 172 0 13626 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 60564

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.85 2/72 30172
/proc/meminfo: memFree=1581920/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=58112 CPUtime=941.98
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 14207 0 0 0 94184 14 0 0 25 0 1 0 1093317105 59506688 14193 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 14528 14193 77 172 0 14353 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 63472

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/72 30172
/proc/meminfo: memFree=1581152/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=58904 CPUtime=1001.97
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 14405 0 0 0 100183 14 0 0 25 0 1 0 1093317105 60317696 14391 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 14726 14391 77 172 0 14551 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 64264

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/72 30172
/proc/meminfo: memFree=1580576/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=59436 CPUtime=1061.95
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 14547 0 0 0 106181 14 0 0 25 0 1 0 1093317105 60862464 14533 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 14859 14533 77 172 0 14684 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 64796

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/72 30172
/proc/meminfo: memFree=1579552/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=60492 CPUtime=1121.93
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 14798 0 0 0 112179 14 0 0 25 0 1 0 1093317105 61943808 14784 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 15123 14784 77 172 0 14948 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 65852

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/72 30172
/proc/meminfo: memFree=1578016/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=62384 CPUtime=1181.91
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 15281 0 0 0 118176 15 0 0 25 0 1 0 1093317105 63881216 15267 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 15596 15267 77 172 0 15421 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 67744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.88 2/72 30172
/proc/meminfo: memFree=1577184/2055920 swapFree=4173984/4192956
[pid=30169] ppid=30167 vsize=5360 CPUtime=0.04
/proc/30169/stat : 30169 (glucose.sh) S 30167 30169 30098 0 -1 4194304 313 525 0 0 0 0 4 0 16 0 1 0 1093317099 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30169/statm: 1340 238 195 169 0 51 0
[pid=30172] ppid=30169 vsize=62912 CPUtime=1200.01
/proc/30172/stat : 30172 (glucose_static) R 30169 30169 30098 0 -1 4194304 15410 0 0 0 119986 15 0 0 25 0 1 0 1093317105 64421888 15396 1992294400 134512640 135217611 4294956304 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30172/statm: 15728 15396 77 172 0 15553 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 68272

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

Real time (s): 1200.41
CPU time (s): 1200.05
CPU user time (s): 1199.9
CPU system time (s): 0.15
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 68272

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

runsolver used 1.12283 second user time and 3.2575 second system time

The end

Launcher Data

Begin job on node74 at 2009-03-28 03:15:20
IDJOB=1512584
IDBENCH=70192
IDSOLVER=503
FILE ID=node74/1512584-1238206520
PBS_JOBID= 9060493
Free space on /tmp= 101912 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S1040507052-028.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512584-1238206520/watcher-1512584-1238206520 -o /tmp/evaluation-result-1512584-1238206520/solver-1512584-1238206520 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1512584-1238206520.cnf

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

MD5SUM BENCH= 460680b15ea4b6f4cb4765d23626d1a5
RANDOM SEED=1297413486

node74.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.236
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.236
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:       1640280 kB
Buffers:         35644 kB
Cached:         321560 kB
SwapCached:       7820 kB
Active:          94100 kB
Inactive:       272304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640280 kB
SwapTotal:     4192956 kB
SwapFree:      4173984 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          14784 kB
Slab:            34416 kB
Committed_AS:  2431424 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 101912 MiB
End job on node74 at 2009-03-28 03:35:23