Trace number 1773884

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.5

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
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 variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
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.09/0.18	c ==============================================================================
0.09/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.18	c ==============================================================================
0.09/0.18	c |         0 |  226528   587013 |   67958       0        0     nan |  0.000 % |
0.89/0.96	c |         0 |  163587   553632 |      --       0       --      -- |     --   | -62941/-33381
0.89/0.96	c ==============================================================================
0.89/0.96	c Result  :   #vars: 28546   #clauses: 163587   #literals: 553632
0.89/0.96	c CPU time:   0.894863 s
0.89/0.96	c ==============================================================================
1.09/1.15	c
1.09/1.15	c Starting glucose
1.09/1.15	c
1.09/1.15	
1.09/1.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.15	
1.09/1.15	c ============================[ Problem Statistics ]=============================
1.09/1.15	c |                                                                             |
1.09/1.15	c |  Number of variables:  28546                                                |
1.09/1.15	c |  Number of clauses:    163587                                               |
1.14/1.28	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-1773884-1241259842/watcher-1773884-1241259842 -o /tmp/evaluation-result-1773884-1241259842/solver-1773884-1241259842 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773884-1241259842.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.85 0.97 0.99 3/64 21672
/proc/meminfo: memFree=1104952/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=0
/proc/21672/stat : 21672 (glucose.sh) R 21670 21672 21635 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154017383 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21672/statm: 1340 235 194 169 0 51 0
[pid=21673] ppid=21672 vsize=1744 CPUtime=0
/proc/21673/stat : 21673 (SatELite_releas) R 21672 21672 21635 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 154017383 1785856 272 1992294400 134512640 135225430 4294956176 18446744073709551615 134543604 0 0 4096 3 0 0 0 17 0 0 0
/proc/21673/statm: 436 274 51 174 0 259 0

[startup+0.00781096 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21672
/proc/meminfo: memFree=1104952/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=0
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154017383 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21672/statm: 1340 236 195 169 0 51 0
[pid=21673] ppid=21672 vsize=2576 CPUtime=0
/proc/21673/stat : 21673 (SatELite_releas) R 21672 21672 21635 0 -1 4194304 489 0 0 0 0 0 0 0 18 0 1 0 154017383 2637824 473 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21673/statm: 644 475 51 174 0 467 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7936

[startup+0.101819 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21672
/proc/meminfo: memFree=1104952/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=0
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154017383 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21672/statm: 1340 236 195 169 0 51 0
[pid=21673] ppid=21672 vsize=23908 CPUtime=0.09
/proc/21673/stat : 21673 (SatELite_releas) R 21672 21672 21635 0 -1 4194304 4635 0 0 0 7 2 0 0 19 0 1 0 154017383 24481792 4472 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21673/statm: 5977 4473 51 174 0 5800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29268

[startup+0.301834 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21672
/proc/meminfo: memFree=1104952/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=0
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154017383 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21672/statm: 1340 236 195 169 0 51 0
[pid=21673] ppid=21672 vsize=37416 CPUtime=0.29
/proc/21673/stat : 21673 (SatELite_releas) R 21672 21672 21635 0 -1 4194304 8119 0 0 0 25 4 0 0 21 0 1 0 154017383 38313984 7752 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21673/statm: 9354 7752 76 174 0 9177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42776

[startup+0.701869 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21672
/proc/meminfo: memFree=1104952/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=0
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154017383 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21672/statm: 1340 236 195 169 0 51 0
[pid=21673] ppid=21672 vsize=42572 CPUtime=0.68
/proc/21673/stat : 21673 (SatELite_releas) R 21672 21672 21635 0 -1 4194304 9378 0 0 0 63 5 0 0 25 0 1 0 154017383 43593728 8943 1992294400 134512640 135225430 4294956176 18446744073709551615 134587241 0 0 4096 3 0 0 0 17 0 0 0
/proc/21673/statm: 10643 8943 76 174 0 10466 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47932

[startup+1.50295 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 21674
/proc/meminfo: memFree=1063720/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 5360

[startup+3.10108 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1081768/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=17052 CPUtime=1.93
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 4007 0 0 0 191 2 0 0 25 0 1 0 154017498 17461248 3993 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 4263 3993 77 172 0 4088 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22412

[startup+6.30136 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1080680/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=17580 CPUtime=5.12
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 4130 0 0 0 510 2 0 0 25 0 1 0 154017498 18001920 4116 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21675/statm: 4395 4116 77 172 0 4220 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 22940

[startup+12.7019 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1080120/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=18372 CPUtime=11.5
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 4324 0 0 0 1148 2 0 0 25 0 1 0 154017498 18812928 4310 1992294400 134512640 135217611 4294956288 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 4593 4310 77 172 0 4418 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 23732

[startup+25.502 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1078712/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=19824 CPUtime=24.3
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 4689 0 0 0 2427 3 0 0 25 0 1 0 154017498 20299776 4675 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 4956 4675 77 172 0 4781 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 25184

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1076024/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=22472 CPUtime=49.88
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 5353 0 0 0 4984 4 0 0 25 0 1 0 154017498 23011328 5339 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 5618 5339 77 172 0 5443 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 27832

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1070648/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=27916 CPUtime=101.06
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 6716 0 0 0 10101 5 0 0 25 0 1 0 154017498 28585984 6702 1992294400 134512640 135217611 4294956288 18446744073709551615 134537296 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 6979 6702 77 172 0 6804 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 33276

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1070136/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=28444 CPUtime=161.03
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 6819 0 0 0 16098 5 0 0 25 0 1 0 154017498 29126656 6805 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 7111 6805 77 172 0 6936 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 33804

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1065336/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=33096 CPUtime=221.01
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 8006 0 0 0 22094 7 0 0 25 0 1 0 154017498 33890304 7992 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 8274 7992 77 172 0 8099 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 38456

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1065336/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=33096 CPUtime=280.98
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 8007 0 0 0 28091 7 0 0 25 0 1 0 154017498 33890304 7993 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 8274 7993 77 172 0 8099 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 38456

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21675
/proc/meminfo: memFree=1063736/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=34816 CPUtime=340.95
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 8416 0 0 0 34087 8 0 0 25 0 1 0 154017498 35651584 8402 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 8704 8402 77 172 0 8529 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 40176

[startup+402.301 s]

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

/proc/21675/statm: 21298 20923 77 172 0 21123 0
Current children cumulated CPU time (s) 9398.08
Current children cumulated vsize (KiB) 90552

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1013112/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85192 CPUtime=9456.92
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 20937 0 0 0 945662 30 0 0 25 0 1 0 154017498 87236608 20923 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21298 20923 77 172 0 21123 0
Current children cumulated CPU time (s) 9458.06
Current children cumulated vsize (KiB) 90552

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1013112/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85332 CPUtime=9516.88
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 20970 0 0 0 951658 30 0 0 25 0 1 0 154017498 87379968 20956 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21675/statm: 21333 20956 77 172 0 21158 0
Current children cumulated CPU time (s) 9518.02
Current children cumulated vsize (KiB) 90692

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1013112/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85524 CPUtime=9576.85
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 20996 0 0 0 957655 30 0 0 25 0 1 0 154017498 87576576 20982 1992294400 134512640 135217611 4294956288 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21381 20982 77 172 0 21206 0
Current children cumulated CPU time (s) 9577.99
Current children cumulated vsize (KiB) 90884

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1013048/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9636.83
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21028 0 0 0 963653 30 0 0 25 0 1 0 154017498 87785472 21014 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21014 77 172 0 21257 0
Current children cumulated CPU time (s) 9637.97
Current children cumulated vsize (KiB) 91088

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012920/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9696.8
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21031 0 0 0 969650 30 0 0 25 0 1 0 154017498 87785472 21017 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21017 77 172 0 21257 0
Current children cumulated CPU time (s) 9697.94
Current children cumulated vsize (KiB) 91088

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012856/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9756.78
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21031 0 0 0 975648 30 0 0 25 0 1 0 154017498 87785472 21017 1992294400 134512640 135217611 4294956288 18446744073709551615 134534007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21017 77 172 0 21257 0
Current children cumulated CPU time (s) 9757.92
Current children cumulated vsize (KiB) 91088

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012856/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9816.77
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21031 0 0 0 981646 31 0 0 25 0 1 0 154017498 87785472 21017 1992294400 134512640 135217611 4294956288 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21017 77 172 0 21257 0
Current children cumulated CPU time (s) 9817.91
Current children cumulated vsize (KiB) 91088

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012856/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9876.73
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21031 0 0 0 987642 31 0 0 25 0 1 0 154017498 87785472 21017 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21675/statm: 21432 21017 77 172 0 21257 0
Current children cumulated CPU time (s) 9877.87
Current children cumulated vsize (KiB) 91088

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012856/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9936.7
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21031 0 0 0 993639 31 0 0 25 0 1 0 154017498 87785472 21017 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21017 77 172 0 21257 0
Current children cumulated CPU time (s) 9937.84
Current children cumulated vsize (KiB) 91088

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012856/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9996.68
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21035 0 0 0 999637 31 0 0 25 0 1 0 154017498 87785472 21021 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21021 77 172 0 21257 0
Current children cumulated CPU time (s) 9997.82
Current children cumulated vsize (KiB) 91088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012856/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9998.88
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21035 0 0 0 999857 31 0 0 25 0 1 0 154017498 87785472 21021 1992294400 134512640 135217611 4294956288 18446744073709551615 134522684 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21021 77 172 0 21257 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 91088

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

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

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21699
/proc/meminfo: memFree=1012856/2055920 swapFree=4191900/4192956
[pid=21672] ppid=21670 vsize=5360 CPUtime=1.14
/proc/21672/stat : 21672 (glucose.sh) S 21670 21672 21635 0 -1 4194304 313 9895 0 0 0 0 106 8 16 0 1 0 154017383 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21672/statm: 1340 238 195 169 0 51 0
[pid=21675] ppid=21672 vsize=85728 CPUtime=9998.88
/proc/21675/stat : 21675 (glucose_static) R 21672 21672 21635 0 -1 4194304 21035 0 0 0 999857 31 0 0 25 0 1 0 154017498 87785472 21021 1992294400 134512640 135217611 4294956288 18446744073709551615 134522684 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21675/statm: 21432 21021 77 172 0 21257 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 91088

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21672 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=67837
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=88986
# CPU time returned by wait4() is 1.15682
# 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.5
CPU time (s): 10000
CPU user time (s): 9999.63
CPU system time (s): 0.39
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 91088

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

runsolver used 8.60869 second user time and 27.7798 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-02 12:24:02
IDJOB=1773884
IDBENCH=70819
IDSOLVER=610
FILE ID=node31/1773884-1241259842
PBS_JOBID= 9224949
Free space on /tmp= 66464 MiB

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

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED=574656948

node31.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:       1105504 kB
Buffers:         82440 kB
Cached:         756636 kB
SwapCached:        384 kB
Active:          85184 kB
Inactive:       768184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105504 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            5820 kB
Writeback:           0 kB
Mapped:          22692 kB
Slab:            82856 kB
Committed_AS:   658916 kB
PageTables:       1464 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= 66456 MiB
End job on node31 at 2009-05-02 15:10:49