Trace number 1773924

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) 10000 10004.6

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.10/0.18	c ==============================================================================
0.10/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.18	c ==============================================================================
0.10/0.18	c |         0 |  226367   586604 |   67910       0        0     nan |  0.000 % |
0.88/0.94	c |         0 |  163489   553284 |      --       0       --      -- |     --   | -62878/-33320
0.88/0.95	c ==============================================================================
0.88/0.95	c Result  :   #vars: 28527   #clauses: 163489   #literals: 553284
0.88/0.95	c CPU time:   0.888864 s
0.88/0.95	c ==============================================================================
1.08/1.15	c
1.08/1.15	c Starting glucose
1.08/1.15	c
1.08/1.15	
1.08/1.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.08/1.15	
1.08/1.15	c ============================[ Problem Statistics ]=============================
1.08/1.15	c |                                                                             |
1.08/1.15	c |  Number of variables:  28527                                                |
1.08/1.15	c |  Number of clauses:    163489                                               |
1.13/1.27	c |  Parsing time:         0.11         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-1773924-1241260361/watcher-1773924-1241260361 -o /tmp/evaluation-result-1773924-1241260361/solver-1773924-1241260361 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773924-1241260361.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.92 0.98 0.99 3/65 28937
/proc/meminfo: memFree=1355080/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=0
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 154069827 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 236 195 169 0 51 0
[pid=28938] ppid=28937 vsize=1744 CPUtime=0
/proc/28938/stat : 28938 (SatELite_releas) R 28937 28937 28900 0 -1 4194304 273 0 0 0 0 0 0 0 21 0 1 0 154069828 1785856 257 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28938/statm: 436 260 51 174 0 259 0

[startup+0.105445 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 28937
/proc/meminfo: memFree=1355080/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=0
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 154069827 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 236 195 169 0 51 0
[pid=28938] ppid=28937 vsize=24436 CPUtime=0.1
/proc/28938/stat : 28938 (SatELite_releas) R 28937 28937 28900 0 -1 4194304 4756 0 0 0 8 2 0 0 22 0 1 0 154069828 25022464 4593 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/28938/statm: 6109 4594 51 174 0 5932 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29796

[startup+0.202453 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 28937
/proc/meminfo: memFree=1355080/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=0
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 154069827 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 236 195 169 0 51 0
[pid=28938] ppid=28937 vsize=33896 CPUtime=0.19
/proc/28938/stat : 28938 (SatELite_releas) R 28937 28937 28900 0 -1 4194304 7292 0 0 0 16 3 0 0 22 0 1 0 154069828 34709504 6925 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28938/statm: 8474 6925 76 174 0 8297 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39256

[startup+0.302462 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 28937
/proc/meminfo: memFree=1355080/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=0
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 154069827 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 236 195 169 0 51 0
[pid=28938] ppid=28937 vsize=37536 CPUtime=0.29
/proc/28938/stat : 28938 (SatELite_releas) R 28937 28937 28900 0 -1 4194304 8141 0 0 0 25 4 0 0 23 0 1 0 154069828 38436864 7774 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/28938/statm: 9384 7774 76 174 0 9207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42896

[startup+0.70251 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 28937
/proc/meminfo: memFree=1355080/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=0
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 154069827 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 236 195 169 0 51 0
[pid=28938] ppid=28937 vsize=42556 CPUtime=0.69
/proc/28938/stat : 28938 (SatELite_releas) R 28937 28937 28900 0 -1 4194304 9373 0 0 0 64 5 0 0 25 0 1 0 154069828 43577344 8938 1992294400 134512640 135225430 4294956176 18446744073709551615 134587327 0 0 4096 3 0 0 0 17 0 0 0
/proc/28938/statm: 10639 8938 76 174 0 10462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47916

[startup+1.50158 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 28939
/proc/meminfo: memFree=1311672/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 5360

[startup+3.10173 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1331576/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=17172 CPUtime=1.94
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 4024 0 0 0 192 2 0 0 25 0 1 0 154069942 17584128 4010 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 4293 4010 75 172 0 4118 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22532

[startup+6.30103 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1330496/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=17964 CPUtime=5.13
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 4211 0 0 0 511 2 0 0 25 0 1 0 154069942 18395136 4197 1992294400 134512640 135217611 4294956288 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 4491 4197 76 172 0 4316 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23324

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1330432/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=18228 CPUtime=11.54
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 4282 0 0 0 1151 3 0 0 25 0 1 0 154069942 18665472 4268 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 4557 4268 77 172 0 4382 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23588

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1330048/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=18756 CPUtime=24.34
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 4433 0 0 0 2431 3 0 0 25 0 1 0 154069942 19206144 4419 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 4689 4419 77 172 0 4514 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24116

[startup+51.1022 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1326912/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=21944 CPUtime=49.91
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 5209 0 0 0 4987 4 0 0 25 0 1 0 154069942 22470656 5195 1992294400 134512640 135217611 4294956288 18446744073709551615 134538439 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 5486 5195 77 172 0 5311 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 27304

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1322944/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=25780 CPUtime=101.1
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 6183 0 0 0 10105 5 0 0 25 0 1 0 154069942 26398720 6169 1992294400 134512640 135217611 4294956288 18446744073709551615 134537569 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 6445 6169 77 172 0 6270 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 31140

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1318336/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=30452 CPUtime=161.07
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 7343 0 0 0 16100 7 0 0 25 0 1 0 154069942 31182848 7329 1992294400 134512640 135217611 4294956288 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 7613 7329 77 172 0 7438 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 35812

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1317056/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=31644 CPUtime=221.05
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 7639 0 0 0 22098 7 0 0 25 0 1 0 154069942 32403456 7625 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 7911 7625 77 172 0 7736 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 37004

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1317056/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=31644 CPUtime=281.02
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 7645 0 0 0 28095 7 0 0 25 0 1 0 154069942 32403456 7631 1992294400 134512640 135217611 4294956288 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 7911 7631 77 172 0 7736 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 37004

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28940
/proc/meminfo: memFree=1316416/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=32304 CPUtime=340.99
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 7811 0 0 0 34092 7 0 0 25 0 1 0 154069942 33079296 7797 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 8076 7797 77 172 0 7901 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 37664

[startup+402.302 s]

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

/proc/28940/statm: 21917 21584 77 172 0 21742 0
Current children cumulated CPU time (s) 9397.99
Current children cumulated vsize (KiB) 93028

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1259712/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=87668 CPUtime=9456.83
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 21601 0 0 0 945650 33 0 0 25 0 1 0 154069942 89772032 21584 1992294400 134512640 135217611 4294956288 18446744073709551615 134533594 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 21917 21584 77 172 0 21742 0
Current children cumulated CPU time (s) 9457.96
Current children cumulated vsize (KiB) 93028

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1259712/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=87668 CPUtime=9516.8
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 21601 0 0 0 951647 33 0 0 25 0 1 0 154069942 89772032 21584 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 21917 21584 77 172 0 21742 0
Current children cumulated CPU time (s) 9517.93
Current children cumulated vsize (KiB) 93028

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1255872/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=91760 CPUtime=9576.78
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22628 0 0 0 957643 35 0 0 25 0 1 0 154069942 93962240 22611 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 22940 22611 77 172 0 22765 0
Current children cumulated CPU time (s) 9577.91
Current children cumulated vsize (KiB) 97120

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1255872/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=91760 CPUtime=9636.74
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22628 0 0 0 963639 35 0 0 25 0 1 0 154069942 93962240 22611 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 22940 22611 77 172 0 22765 0
Current children cumulated CPU time (s) 9637.87
Current children cumulated vsize (KiB) 97120

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1255744/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=91760 CPUtime=9696.71
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22628 0 0 0 969636 35 0 0 25 0 1 0 154069942 93962240 22611 1992294400 134512640 135217611 4294956288 18446744073709551615 134537468 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 22940 22611 77 172 0 22765 0
Current children cumulated CPU time (s) 9697.84
Current children cumulated vsize (KiB) 97120

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1255744/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=91760 CPUtime=9756.69
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22630 0 0 0 975634 35 0 0 25 0 1 0 154069942 93962240 22613 1992294400 134512640 135217611 4294956288 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 22940 22613 77 172 0 22765 0
Current children cumulated CPU time (s) 9757.82
Current children cumulated vsize (KiB) 97120

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1255744/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=91760 CPUtime=9816.66
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22630 0 0 0 981631 35 0 0 25 0 1 0 154069942 93962240 22613 1992294400 134512640 135217611 4294956288 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 22940 22613 77 172 0 22765 0
Current children cumulated CPU time (s) 9817.79
Current children cumulated vsize (KiB) 97120

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1255744/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=91760 CPUtime=9876.63
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22630 0 0 0 987628 35 0 0 25 0 1 0 154069942 93962240 22613 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 22940 22613 77 172 0 22765 0
Current children cumulated CPU time (s) 9877.76
Current children cumulated vsize (KiB) 97120

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1255424/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=92156 CPUtime=9936.6
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22717 0 0 0 993625 35 0 0 25 0 1 0 154069942 94367744 22700 1992294400 134512640 135217611 4294956288 18446744073709551615 134536942 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 23039 22700 77 172 0 22864 0
Current children cumulated CPU time (s) 9937.73
Current children cumulated vsize (KiB) 97516

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1254464/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=93080 CPUtime=9996.58
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22955 0 0 0 999622 36 0 0 25 0 1 0 154069942 95313920 22938 1992294400 134512640 135217611 4294956288 18446744073709551615 134532981 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 23270 22938 77 172 0 23095 0
Current children cumulated CPU time (s) 9997.71
Current children cumulated vsize (KiB) 98440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 28964
/proc/meminfo: memFree=1254464/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=93080 CPUtime=9998.88
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22955 0 0 0 999852 36 0 0 25 0 1 0 154069942 95313920 22938 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 23270 22938 77 172 0 23095 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 98440

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

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

[startup+10004.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 28964
/proc/meminfo: memFree=1254464/2055920 swapFree=4181396/4192956
[pid=28937] ppid=28935 vsize=5360 CPUtime=1.13
/proc/28937/stat : 28937 (glucose.sh) S 28935 28937 28900 0 -1 4194304 313 9890 0 0 0 0 105 8 19 0 1 0 154069827 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28937/statm: 1340 238 195 169 0 51 0
[pid=28940] ppid=28937 vsize=93080 CPUtime=9998.88
/proc/28940/stat : 28940 (glucose_static) R 28937 28937 28900 0 -1 4194304 22955 0 0 0 999852 36 0 0 25 0 1 0 154069942 95313920 22938 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28940/statm: 23270 22938 77 172 0 23095 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 98440

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10004.6
CPU time (s): 10000
CPU user time (s): 9999.57
CPU system time (s): 0.44
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 98440

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

runsolver used 9.2406 second user time and 27.1469 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-02 12:32:41
IDJOB=1773924
IDBENCH=70824
IDSOLVER=610
FILE ID=node8/1773924-1241260361
PBS_JOBID= 9224951
Free space on /tmp= 65936 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-14.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773924-1241260361/watcher-1773924-1241260361 -o /tmp/evaluation-result-1773924-1241260361/solver-1773924-1241260361 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773924-1241260361.cnf

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED=577573753

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:       1355632 kB
Buffers:         73892 kB
Cached:         525196 kB
SwapCached:       5024 kB
Active:          48432 kB
Inactive:       559492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355632 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            5828 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            78172 kB
Committed_AS:   781800 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= 65928 MiB
End job on node8 at 2009-05-02 15:19:28