Trace number 1783724

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

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
MD5SUM42a7abc6638576e7c05fba1c9e36829b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2533.34
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   18453   132624 |    5535       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   16525   120280 |      --       0       --      -- |     --   | -532/-6130
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 2870   #clauses: 16525   #literals: 120280
0.00/0.10	c CPU time:   0.094985 s
0.00/0.10	c ==============================================================================
0.09/0.14	c
0.09/0.14	c Starting glucose
0.09/0.14	c
0.09/0.14	
0.09/0.14	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.14	
0.09/0.14	c ============================[ Problem Statistics ]=============================
0.09/0.14	c |                                                                             |
0.09/0.14	c |  Number of variables:  2870                                                 |
0.09/0.14	c |  Number of clauses:    16525                                                |
0.09/0.16	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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783724-1241876935/watcher-1783724-1241876935 -o /tmp/evaluation-result-1783724-1241876935/solver-1783724-1241876935 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783724-1241876935.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: 0.87 0.99 0.96 3/64 12346
/proc/meminfo: memFree=1846104/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215719576 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12346/statm: 1340 236 195 169 0 51 0
[pid=12347] ppid=12346 vsize=1360 CPUtime=0
/proc/12347/stat : 12347 (SatELite_releas) R 12346 12346 12309 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 215719576 1392640 179 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/12347/statm: 340 179 51 174 0 163 0

[startup+0.104162 s]
/proc/loadavg: 0.87 0.99 0.96 3/64 12346
/proc/meminfo: memFree=1846104/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215719576 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12346/statm: 1340 236 195 169 0 51 0
[pid=12347] ppid=12346 vsize=3316 CPUtime=0.09
/proc/12347/stat : 12347 (SatELite_releas) R 12346 12346 12309 0 -1 4194304 745 0 0 0 9 0 0 0 18 0 1 0 215719576 3395584 694 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12347/statm: 829 694 81 174 0 652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8676

[startup+0.20118 s]
/proc/loadavg: 0.87 0.99 0.96 3/64 12346
/proc/meminfo: memFree=1846104/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5360

[startup+0.301188 s]
/proc/loadavg: 0.87 0.99 0.96 3/64 12346
/proc/meminfo: memFree=1846104/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5360

[startup+0.701229 s]
/proc/loadavg: 0.87 0.99 0.96 3/64 12346
/proc/meminfo: memFree=1846104/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5360

[startup+1.5013 s]
/proc/loadavg: 0.88 0.99 0.96 2/66 12349
/proc/meminfo: memFree=1841032/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=5596 CPUtime=1.35
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 1174 0 0 0 135 0 0 0 25 0 1 0 215719590 5730304 1160 1992294400 134512640 135217611 4294956304 18446744073709551615 134533571 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 1399 1160 76 172 0 1224 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10956

[startup+3.10146 s]
/proc/loadavg: 0.88 0.99 0.96 2/66 12349
/proc/meminfo: memFree=1840264/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=6388 CPUtime=2.94
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 1388 0 0 0 294 0 0 0 25 0 1 0 215719590 6541312 1374 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 1597 1374 76 172 0 1422 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11748

[startup+6.30178 s]
/proc/loadavg: 0.88 0.99 0.96 2/66 12349
/proc/meminfo: memFree=1838728/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=7244 CPUtime=6.14
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 1614 0 0 0 614 0 0 0 25 0 1 0 215719590 7417856 1600 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 1811 1600 76 172 0 1636 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12604

[startup+12.7014 s]
/proc/loadavg: 0.90 0.99 0.96 2/66 12349
/proc/meminfo: memFree=1837512/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=8608 CPUtime=12.54
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 1948 0 0 0 1254 0 0 0 25 0 1 0 215719590 8814592 1934 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 2152 1934 76 172 0 1977 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13968

[startup+25.5017 s]
/proc/loadavg: 0.91 0.99 0.96 2/66 12349
/proc/meminfo: memFree=1835856/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=10220 CPUtime=25.34
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 2346 0 0 0 2533 1 0 0 25 0 1 0 215719590 10465280 2332 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 2555 2332 76 172 0 2380 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15580

[startup+51.1012 s]
/proc/loadavg: 0.94 0.99 0.96 2/66 12349
/proc/meminfo: memFree=1833552/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=12572 CPUtime=50.93
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 2908 0 0 0 5092 1 0 0 25 0 1 0 215719590 12873728 2894 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 3143 2894 76 172 0 2968 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 17932

[startup+102.301 s]
/proc/loadavg: 0.97 0.99 0.96 2/66 12349
/proc/meminfo: memFree=1830416/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=15780 CPUtime=102.13
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 3705 0 0 0 10210 3 0 0 25 0 1 0 215719590 16158720 3691 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 3945 3691 76 172 0 3770 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21140

[startup+162.301 s]
/proc/loadavg: 1.02 1.00 0.96 2/66 12349
/proc/meminfo: memFree=1828240/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=17980 CPUtime=162.11
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 4233 0 0 0 16207 4 0 0 25 0 1 0 215719590 18411520 4219 1992294400 134512640 135217611 4294956304 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 4495 4219 76 172 0 4320 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23340

[startup+222.305 s]
/proc/loadavg: 1.01 1.00 0.96 2/66 12349
/proc/meminfo: memFree=1826832/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=19496 CPUtime=222.09
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 4601 0 0 0 22205 4 0 0 25 0 1 0 215719590 19963904 4587 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 4874 4587 76 172 0 4699 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 24856

[startup+282.301 s]
/proc/loadavg: 1.07 1.02 0.97 2/66 12349
/proc/meminfo: memFree=1825296/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=21108 CPUtime=282.07
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 4977 0 0 0 28202 5 0 0 25 0 1 0 215719590 21614592 4963 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 5277 4963 76 172 0 5102 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 26468

[startup+342.301 s]
/proc/loadavg: 1.02 1.01 0.97 2/66 12349
/proc/meminfo: memFree=1823952/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=22500 CPUtime=342.06
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 5315 0 0 0 34200 6 0 0 25 0 1 0 215719590 23040000 5301 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 5625 5301 76 172 0 5450 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 27860

[startup+402.301 s]
/proc/loadavg: 1.04 1.02 0.97 2/66 12349
/proc/meminfo: memFree=1822288/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=24248 CPUtime=402.04

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

/proc/12349/statm: 13117 12231 76 172 0 12942 0
Current children cumulated CPU time (s) 4361.16
Current children cumulated vsize (KiB) 57828

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1794568/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=52468 CPUtime=4421.01
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12274 0 0 0 442074 27 0 0 25 0 1 0 215719590 53727232 12244 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13117 12244 76 172 0 12942 0
Current children cumulated CPU time (s) 4421.14
Current children cumulated vsize (KiB) 57828

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1794440/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=52616 CPUtime=4480.99
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12316 0 0 0 448072 27 0 0 25 0 1 0 215719590 53878784 12286 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13154 12286 76 172 0 12979 0
Current children cumulated CPU time (s) 4481.12
Current children cumulated vsize (KiB) 57976

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1794184/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=52892 CPUtime=4540.99
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12379 0 0 0 454071 28 0 0 25 0 1 0 215719590 54161408 12349 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13223 12349 76 172 0 13048 0
Current children cumulated CPU time (s) 4541.12
Current children cumulated vsize (KiB) 58252

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1793736/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=53180 CPUtime=4600.97
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12448 0 0 0 460069 28 0 0 25 0 1 0 215719590 54456320 12418 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13295 12418 76 172 0 13120 0
Current children cumulated CPU time (s) 4601.1
Current children cumulated vsize (KiB) 58540

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1793488/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=53396 CPUtime=4660.96
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12498 0 0 0 466067 29 0 0 25 0 1 0 215719590 54677504 12468 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13349 12468 76 172 0 13174 0
Current children cumulated CPU time (s) 4661.09
Current children cumulated vsize (KiB) 58756

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1793488/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=53396 CPUtime=4720.95
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12501 0 0 0 472066 29 0 0 25 0 1 0 215719590 54677504 12471 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13349 12471 76 172 0 13174 0
Current children cumulated CPU time (s) 4721.08
Current children cumulated vsize (KiB) 58756

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1792912/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=54012 CPUtime=4780.92
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12650 0 0 0 478063 29 0 0 25 0 1 0 215719590 55308288 12620 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13503 12620 76 172 0 13328 0
Current children cumulated CPU time (s) 4781.05
Current children cumulated vsize (KiB) 59372

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1792592/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=54372 CPUtime=4840.92
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12724 0 0 0 484062 30 0 0 25 0 1 0 215719590 55676928 12694 1992294400 134512640 135217611 4294956304 18446744073709551615 134522531 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13593 12694 76 172 0 13418 0
Current children cumulated CPU time (s) 4841.05
Current children cumulated vsize (KiB) 59732

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1792592/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=54372 CPUtime=4900.89
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12724 0 0 0 490059 30 0 0 25 0 1 0 215719590 55676928 12694 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13593 12694 76 172 0 13418 0
Current children cumulated CPU time (s) 4901.02
Current children cumulated vsize (KiB) 59732

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1792080/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=54992 CPUtime=4960.88
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12849 0 0 0 496058 30 0 0 25 0 1 0 215719590 56311808 12819 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13748 12819 76 172 0 13573 0
Current children cumulated CPU time (s) 4961.01
Current children cumulated vsize (KiB) 60352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1791824/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=55352 CPUtime=4999.97
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12912 0 0 0 499967 30 0 0 25 0 1 0 215719590 56680448 12882 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13838 12882 76 172 0 13663 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 60712

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

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

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12363
/proc/meminfo: memFree=1791824/2055920 swapFree=4180136/4192956
[pid=12346] ppid=12344 vsize=5360 CPUtime=0.13
/proc/12346/stat : 12346 (glucose.sh) S 12344 12346 12309 0 -1 4194304 313 746 0 0 0 0 13 0 16 0 1 0 215719576 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12346/statm: 1340 238 195 169 0 51 0
[pid=12349] ppid=12346 vsize=55352 CPUtime=4999.97
/proc/12349/stat : 12349 (glucose_static) R 12346 12346 12309 0 -1 4194304 12912 0 0 0 499967 30 0 0 25 0 1 0 215719590 56680448 12882 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12349/statm: 13838 12882 76 172 0 13663 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 60712

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.41
CPU time (s): 5000.1
CPU user time (s): 4999.8
CPU system time (s): 0.3
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 60712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.135979
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2

runsolver used 5.77812 second user time and 12.4121 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-09 15:48:55
IDJOB=1783724
IDBENCH=24648
IDSOLVER=610
FILE ID=node70/1783724-1241876935
PBS_JOBID= 9264666
Free space on /tmp= 66332 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783724-1241876935/watcher-1783724-1241876935 -o /tmp/evaluation-result-1783724-1241876935/solver-1783724-1241876935 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783724-1241876935.cnf

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

MD5SUM BENCH= 42a7abc6638576e7c05fba1c9e36829b
RANDOM SEED=522960829

node70.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.213
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.213
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:       1846584 kB
Buffers:         34264 kB
Cached:         106728 kB
SwapCached:       7044 kB
Active:          62040 kB
Inactive:        87820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846584 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          13900 kB
Slab:            45580 kB
Committed_AS:   667012 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node70 at 2009-05-09 17:12:19