Trace number 1784040

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.01 5002.11

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_8_4_5_cmp.cnf
MD5SUM0b9eae71c375cb5515f5dd7953424584
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark207.864
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses22340
Sum of the clauses size74788
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23164
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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 |   22340    74788 |    6701       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   22340    74804 |      --       0       --      -- |     --   | 0/16
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 2416   #clauses: 22340   #literals: 74804
0.00/0.06	c CPU time:   0.06299 s
0.00/0.06	c ==============================================================================
0.00/0.09	c
0.00/0.09	c Starting glucose
0.00/0.09	c
0.00/0.09	
0.00/0.09	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.09	
0.00/0.09	c ============================[ Problem Statistics ]=============================
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Number of variables:  2416                                                 |
0.00/0.09	c |  Number of clauses:    22340                                                |
0.08/0.11	c |  Parsing time:         0.01         s                                       |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784040-1241912079/watcher-1784040-1241912079 -o /tmp/evaluation-result-1784040-1241912079/solver-1784040-1241912079 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784040-1241912079.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26882
/proc/meminfo: memFree=1704520/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0
/proc/26882/stat : 26882 (glucose.sh) R 26880 26882 26744 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 219241676 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706544287 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26882/statm: 1340 235 194 169 0 51 0
[pid=26883] ppid=26882 vsize=1332 CPUtime=0
/proc/26883/stat : 26883 (SatELite_releas) R 26882 26882 26744 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 219241676 1363968 171 1992294400 134512640 135225430 4294956176 18446744073709551615 134544172 0 0 4096 3 0 0 0 17 0 0 0
/proc/26883/statm: 333 173 50 174 0 156 0

[startup+0.0941631 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26882
/proc/meminfo: memFree=1704520/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 287 0 0 0 0 0 0 0 15 0 1 0 219241676 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563354798 0 0 17 0 0 0
/proc/26882/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101167 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26882
/proc/meminfo: memFree=1704520/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301192 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26882
/proc/meminfo: memFree=1704520/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701231 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26882
/proc/meminfo: memFree=1704520/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1699896/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=5296 CPUtime=1.39
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 1084 0 0 0 139 0 0 0 25 0 1 0 219241686 5423104 1070 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 1324 1070 77 172 0 1149 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10656

[startup+3.10144 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1699192/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=6492 CPUtime=2.99
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 1357 0 0 0 299 0 0 0 25 0 1 0 219241686 6647808 1343 1992294400 134512640 135217611 4294956304 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 1623 1343 77 172 0 1448 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11852

[startup+6.30174 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1697080/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=7908 CPUtime=6.19
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 1729 0 0 0 618 1 0 0 25 0 1 0 219241686 8097792 1715 1992294400 134512640 135217611 4294956304 18446744073709551615 134528153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 1977 1715 77 172 0 1802 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13268

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1695168/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=9624 CPUtime=12.59
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 2157 0 0 0 1258 1 0 0 25 0 1 0 219241686 9854976 2143 1992294400 134512640 135217611 4294956304 18446744073709551615 134528127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 2406 2143 77 172 0 2231 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14984

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1691584/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=13352 CPUtime=25.38
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 3075 0 0 0 2536 2 0 0 25 0 1 0 219241686 13672448 3061 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 3338 3061 77 172 0 3163 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18712

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1686336/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=18588 CPUtime=50.98
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 4372 0 0 0 5095 3 0 0 25 0 1 0 219241686 19034112 4358 1992294400 134512640 135217611 4294956304 18446744073709551615 134615064 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 4647 4358 77 172 0 4472 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 23948

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1680832/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=24128 CPUtime=102.16
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 5743 0 0 0 10212 4 0 0 25 0 1 0 219241686 24707072 5729 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 6032 5729 77 172 0 5857 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29488

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1674944/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=29832 CPUtime=162.13
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 7192 0 0 0 16208 5 0 0 25 0 1 0 219241686 30547968 7178 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 7458 7178 77 172 0 7283 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 35192

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1669440/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=35484 CPUtime=222.11
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 8572 0 0 0 22205 6 0 0 25 0 1 0 219241686 36335616 8558 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 8871 8558 77 172 0 8696 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 40844

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26885
/proc/meminfo: memFree=1666176/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=38796 CPUtime=282.09
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 9369 0 0 0 28203 6 0 0 25 0 1 0 219241686 39727104 9355 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 9699 9355 77 172 0 9524 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 44156

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26887
/proc/meminfo: memFree=1659072/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=45892 CPUtime=342.06
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 11096 0 0 0 34198 8 0 0 25 0 1 0 219241686 46993408 11082 1992294400 134512640 135217611 4294956304 18446744073709551615 134528199 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 11473 11082 77 172 0 11298 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 51252

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26887
/proc/meminfo: memFree=1658944/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=46204 CPUtime=402.03
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 11134 0 0 0 40195 8 0 0 25 0 1 0 219241686 47312896 11120 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 11551 11120 77 172 0 11376 0
Current children cumulated CPU time (s) 402.11

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

/proc/26885/statm: 24893 24187 77 172 0 24718 0
Current children cumulated CPU time (s) 4360.49
Current children cumulated vsize (KiB) 104932

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1604864/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=99860 CPUtime=4420.39
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 24264 0 0 0 442014 25 0 0 25 0 1 0 219241686 102256640 24250 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 24965 24250 77 172 0 24790 0
Current children cumulated CPU time (s) 4420.47
Current children cumulated vsize (KiB) 105220

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1604800/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=99860 CPUtime=4480.36
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 24264 0 0 0 448011 25 0 0 25 0 1 0 219241686 102256640 24250 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 24965 24250 77 172 0 24790 0
Current children cumulated CPU time (s) 4480.44
Current children cumulated vsize (KiB) 105220

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1604672/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=100076 CPUtime=4540.34
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 24302 0 0 0 454009 25 0 0 25 0 1 0 219241686 102477824 24288 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 25019 24288 77 172 0 24844 0
Current children cumulated CPU time (s) 4540.42
Current children cumulated vsize (KiB) 105436

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1603008/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=101636 CPUtime=4600.31
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 24670 0 0 0 460005 26 0 0 25 0 1 0 219241686 104075264 24656 1992294400 134512640 135217611 4294956304 18446744073709551615 134537799 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 25409 24656 77 172 0 25234 0
Current children cumulated CPU time (s) 4600.39
Current children cumulated vsize (KiB) 106996

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1602880/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=101708 CPUtime=4660.26
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 24691 0 0 0 466000 26 0 0 25 0 1 0 219241686 104148992 24677 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 25427 24677 77 172 0 25252 0
Current children cumulated CPU time (s) 4660.34
Current children cumulated vsize (KiB) 107068

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1600000/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=104720 CPUtime=4720.24
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 25406 0 0 0 471997 27 0 0 25 0 1 0 219241686 107233280 25392 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 26180 25392 77 172 0 26005 0
Current children cumulated CPU time (s) 4720.32
Current children cumulated vsize (KiB) 110080

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1599936/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=104720 CPUtime=4780.22
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 25406 0 0 0 477995 27 0 0 25 0 1 0 219241686 107233280 25392 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 26180 25392 77 172 0 26005 0
Current children cumulated CPU time (s) 4780.3
Current children cumulated vsize (KiB) 110080

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1599168/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=105512 CPUtime=4840.19
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 25628 0 0 0 483991 28 0 0 25 0 1 0 219241686 108044288 25614 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 26378 25614 77 172 0 26203 0
Current children cumulated CPU time (s) 4840.27
Current children cumulated vsize (KiB) 110872

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1597312/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=107372 CPUtime=4900.17
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 26081 0 0 0 489988 29 0 0 25 0 1 0 219241686 109948928 26067 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 26843 26067 77 172 0 26668 0
Current children cumulated CPU time (s) 4900.25
Current children cumulated vsize (KiB) 112732

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1597248/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=107372 CPUtime=4960.15
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 26082 0 0 0 495986 29 0 0 25 0 1 0 219241686 109948928 26068 1992294400 134512640 135217611 4294956304 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 26843 26068 77 172 0 26668 0
Current children cumulated CPU time (s) 4960.23
Current children cumulated vsize (KiB) 112732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1597248/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=107372 CPUtime=4999.93
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 26084 0 0 0 499964 29 0 0 25 0 1 0 219241686 109948928 26070 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 26843 26070 77 172 0 26668 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 112732

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

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26895
/proc/meminfo: memFree=1597248/2055920 swapFree=4167404/4192956
[pid=26882] ppid=26880 vsize=5360 CPUtime=0.08
/proc/26882/stat : 26882 (glucose.sh) S 26880 26882 26744 0 -1 4194304 313 594 0 0 0 0 8 0 15 0 1 0 219241676 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26882/statm: 1340 238 195 169 0 51 0
[pid=26885] ppid=26882 vsize=107372 CPUtime=4999.93
/proc/26885/stat : 26885 (glucose_static) R 26882 26882 26744 0 -1 4194304 26084 0 0 0 499964 29 0 0 25 0 1 0 219241686 109948928 26070 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26885/statm: 26843 26070 77 172 0 26668 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 112732

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.11
CPU time (s): 5000.01
CPU user time (s): 4999.72
CPU system time (s): 0.29
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 112732

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

runsolver used 4.30934 second user time and 13.8889 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-10 01:34:40
IDJOB=1784040
IDBENCH=70913
IDSOLVER=610
FILE ID=node8/1784040-1241912079
PBS_JOBID= 9264797
Free space on /tmp= 66096 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_8_4_5_cmp.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784040-1241912079/watcher-1784040-1241912079 -o /tmp/evaluation-result-1784040-1241912079/solver-1784040-1241912079 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784040-1241912079.cnf

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

MD5SUM BENCH= 0b9eae71c375cb5515f5dd7953424584
RANDOM SEED=1096542317

node8.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.238
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.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1705000 kB
Buffers:         50992 kB
Cached:         217084 kB
SwapCached:      19088 kB
Active:         102416 kB
Inactive:       186456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705000 kB
SwapTotal:     4192956 kB
SwapFree:      4167404 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:          14244 kB
Slab:            47888 kB
Committed_AS:   842868 kB
PageTables:       1372 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= 66092 MiB
End job on node8 at 2009-05-10 02:58:04