Trace number 1513016

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.07 1200.61

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1970456972-046.cnf
MD5SUMa92f5808dbdbecf675a4a3e4cbc41fbd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.7359
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
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 |   14000    70000 |    4199       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 700   #clauses: 14000   #literals: 70000
0.00/0.01	c CPU time:   0.014997 s
0.00/0.01	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
0.00/0.04	
0.00/0.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  700                                                  |
0.00/0.04	c |  Number of clauses:    14000                                                |
0.00/0.05	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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513016-1238211355/watcher-1513016-1238211355 -o /tmp/evaluation-result-1513016-1238211355/solver-1513016-1238211355 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1513016-1238211355.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.92 0.98 0.99 3/64 8546
/proc/meminfo: memFree=876864/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1093800878 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 236 195 169 0 51 0
[pid=8547] ppid=8546 vsize=1008 CPUtime=0
/proc/8547/stat : 8547 (SatELite_releas) R 8546 8546 6283 0 -1 4194304 131 0 0 0 0 0 0 0 19 0 1 0 1093800879 1032192 115 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/8547/statm: 252 116 50 174 0 75 0

[startup+0.0786969 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8546
/proc/meminfo: memFree=876864/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.102697 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8546
/proc/meminfo: memFree=876864/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.301719 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8546
/proc/meminfo: memFree=876864/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.702764 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8546
/proc/meminfo: memFree=876864/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+1.50284 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8549
/proc/meminfo: memFree=872176/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=6156 CPUtime=1.44
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 1272 0 0 0 144 0 0 0 25 0 1 0 1093800883 6303744 1258 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 1539 1258 75 172 0 1364 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11516

[startup+3.102 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8549
/proc/meminfo: memFree=870768/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=7608 CPUtime=3.04
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 1637 0 0 0 304 0 0 0 25 0 1 0 1093800883 7790592 1623 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 1902 1623 75 172 0 1727 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12968

[startup+6.30132 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8549
/proc/meminfo: memFree=868912/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=8532 CPUtime=6.24
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 1861 0 0 0 624 0 0 0 25 0 1 0 1093800883 8736768 1847 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 2133 1847 75 172 0 1958 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13892

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8549
/proc/meminfo: memFree=867376/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=10892 CPUtime=12.64
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 2448 0 0 0 1263 1 0 0 25 0 1 0 1093800883 11153408 2434 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 2723 2434 75 172 0 2548 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16252

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 8549
/proc/meminfo: memFree=864240/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=13404 CPUtime=25.44
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 3074 0 0 0 2542 2 0 0 25 0 1 0 1093800883 13725696 3060 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 3351 3060 75 172 0 3176 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18764

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 8549
/proc/meminfo: memFree=861808/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=15984 CPUtime=51.02
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 3705 0 0 0 5100 2 0 0 25 0 1 0 1093800883 16367616 3691 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 3996 3691 75 172 0 3821 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21344

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 8549
/proc/meminfo: memFree=857264/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=20356 CPUtime=102.2
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 4770 0 0 0 10217 3 0 0 25 0 1 0 1093800883 20844544 4756 1992294400 134512640 135217611 4294956304 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 5089 4756 75 172 0 4914 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 25716

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8549
/proc/meminfo: memFree=853808/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=23808 CPUtime=162.18
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 5632 0 0 0 16214 4 0 0 25 0 1 0 1093800883 24379392 5618 1992294400 134512640 135217611 4294956304 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 5952 5618 75 172 0 5777 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 29168

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8549
/proc/meminfo: memFree=851120/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=26376 CPUtime=222.15
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 6285 0 0 0 22210 5 0 0 25 0 1 0 1093800883 27009024 6271 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 6594 6271 75 172 0 6419 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 31736

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8549
/proc/meminfo: memFree=849648/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=28076 CPUtime=282.12
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 6666 0 0 0 28207 5 0 0 25 0 1 0 1093800883 28749824 6652 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 7019 6652 75 172 0 6844 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 33436

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8549
/proc/meminfo: memFree=846896/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=30752 CPUtime=342.1
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 7348 0 0 0 34204 6 0 0 25 0 1 0 1093800883 31490048 7334 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 7688 7334 77 172 0 7513 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 36112

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=844976/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=32544 CPUtime=402.06
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 7782 0 0 0 40199 7 0 0 25 0 1 0 1093800883 33325056 7768 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 8136 7768 77 172 0 7961 0

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

/proc/8549/statm: 8951 8569 77 172 0 8776 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 41164

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=839920/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=37876 CPUtime=581.99
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 9101 0 0 0 58190 9 0 0 25 0 1 0 1093800883 38785024 9087 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 9469 9087 77 172 0 9294 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 43236

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=838256/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=39460 CPUtime=641.97
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 9514 0 0 0 64187 10 0 0 25 0 1 0 1093800883 40407040 9500 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 9865 9500 77 172 0 9690 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 44820

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=836464/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=41212 CPUtime=701.94
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 9936 0 0 0 70184 10 0 0 25 0 1 0 1093800883 42201088 9922 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 10303 9922 77 172 0 10128 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 46572

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=836272/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=41344 CPUtime=761.91
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 9978 0 0 0 76181 10 0 0 25 0 1 0 1093800883 42336256 9964 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 10336 9964 77 172 0 10161 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 46704

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=834224/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=43636 CPUtime=821.88
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 10494 0 0 0 82177 11 0 0 25 0 1 0 1093800883 44683264 10480 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 10909 10480 77 172 0 10734 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 48996

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=833264/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=44560 CPUtime=881.87
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 10728 0 0 0 88175 12 0 0 25 0 1 0 1093800883 45629440 10714 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 11140 10714 77 172 0 10965 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 49920

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=832368/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=45492 CPUtime=941.83
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 10955 0 0 0 94171 12 0 0 25 0 1 0 1093800883 46583808 10941 1992294400 134512640 135217611 4294956304 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 11373 10941 77 172 0 11198 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 50852

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=830128/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=47748 CPUtime=1001.81
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 11506 0 0 0 100168 13 0 0 25 0 1 0 1093800883 48893952 11492 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 11937 11492 77 172 0 11762 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 53108

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=829936/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=48012 CPUtime=1061.79
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 11566 0 0 0 106166 13 0 0 25 0 1 0 1093800883 49164288 11552 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 12003 11552 77 172 0 11828 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 53372

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=828656/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=49200 CPUtime=1121.76
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 11881 0 0 0 112163 13 0 0 25 0 1 0 1093800883 50380800 11867 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 12300 11867 77 172 0 12125 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 54560

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=828080/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=49860 CPUtime=1181.74
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 12032 0 0 0 118160 14 0 0 25 0 1 0 1093800883 51056640 12018 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 12465 12018 77 172 0 12290 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 55220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8551
/proc/meminfo: memFree=828080/2055920 swapFree=4176444/4192956
[pid=8546] ppid=8544 vsize=5360 CPUtime=0.03
/proc/8546/stat : 8546 (glucose.sh) S 8544 8546 6283 0 -1 4194304 313 406 0 0 0 0 3 0 18 0 1 0 1093800878 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8546/statm: 1340 238 195 169 0 51 0
[pid=8549] ppid=8546 vsize=49860 CPUtime=1200.04
/proc/8549/stat : 8549 (glucose_static) R 8546 8546 6283 0 -1 4194304 12032 0 0 0 119990 14 0 0 25 0 1 0 1093800883 51056640 12018 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8549/statm: 12465 12018 77 172 0 12290 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 55220

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

Real time (s): 1200.61
CPU time (s): 1200.07
CPU user time (s): 1199.93
CPU system time (s): 0.14
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 55220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.037994
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 1.2958 second user time and 3.08053 second system time

The end

Launcher Data

Begin job on node27 at 2009-03-28 04:35:55
IDJOB=1513016
IDBENCH=70228
IDSOLVER=503
FILE ID=node27/1513016-1238211355
PBS_JOBID= 9060537
Free space on /tmp= 65600 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1970456972-046.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513016-1238211355/watcher-1513016-1238211355 -o /tmp/evaluation-result-1513016-1238211355/solver-1513016-1238211355 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1513016-1238211355.cnf

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

MD5SUM BENCH= a92f5808dbdbecf675a4a3e4cbc41fbd
RANDOM SEED=1134784321

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:        877344 kB
Buffers:         70128 kB
Cached:        1011660 kB
SwapCached:       9544 kB
Active:          98988 kB
Inactive:       993972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        877344 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          16784 kB
Slab:            71572 kB
Committed_AS:  2779760 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65600 MiB
End job on node27 at 2009-03-28 04:55:58