Trace number 1773964

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4518.06
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
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 |  226144   586057 |   67843       0        0     nan |  0.000 % |
0.88/0.95	c |         0 |  163375   552718 |      --       0       --      -- |     --   | -62769/-33339
0.88/0.95	c ==============================================================================
0.88/0.95	c Result  :   #vars: 28527   #clauses: 163375   #literals: 552718
0.88/0.95	c CPU time:   0.890864 s
0.88/0.95	c ==============================================================================
1.09/1.14	c
1.09/1.14	c Starting glucose
1.09/1.14	c
1.09/1.14	
1.09/1.14	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.14	
1.09/1.14	c ============================[ Problem Statistics ]=============================
1.09/1.14	c |                                                                             |
1.09/1.14	c |  Number of variables:  28527                                                |
1.09/1.14	c |  Number of clauses:    163375                                               |
1.14/1.27	c |  Parsing time:         0.12         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-1773964-1241260502/watcher-1773964-1241260502 -o /tmp/evaluation-result-1773964-1241260502/solver-1773964-1241260502 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773964-1241260502.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.96 0.97 0.99 3/64 24383
/proc/meminfo: memFree=780920/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=0
/proc/24383/stat : 24383 (glucose.sh) R 24381 24383 24256 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154083790 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24383/statm: 1340 235 194 169 0 51 0
[pid=24384] ppid=24383 vsize=1744 CPUtime=0
/proc/24384/stat : 24384 (SatELite_releas) R 24383 24383 24256 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 154083790 1785856 266 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24384/statm: 436 268 51 174 0 259 0

[startup+0.0943411 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 24383
/proc/meminfo: memFree=780920/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=0
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154083790 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24383/statm: 1340 236 195 169 0 51 0
[pid=24384] ppid=24383 vsize=23236 CPUtime=0.08
/proc/24384/stat : 24384 (SatELite_releas) R 24383 24383 24256 0 -1 4194304 4458 0 0 0 6 2 0 0 19 0 1 0 154083790 23793664 4295 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24384/statm: 5842 4296 51 174 0 5665 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28596

[startup+0.101341 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 24383
/proc/meminfo: memFree=780920/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=0
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154083790 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24383/statm: 1340 236 195 169 0 51 0
[pid=24384] ppid=24383 vsize=23896 CPUtime=0.09
/proc/24384/stat : 24384 (SatELite_releas) R 24383 24383 24256 0 -1 4194304 4627 0 0 0 7 2 0 0 19 0 1 0 154083790 24469504 4464 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24384/statm: 5974 4465 51 174 0 5797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29256

[startup+0.301352 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 24383
/proc/meminfo: memFree=780920/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=0
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154083790 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24383/statm: 1340 236 195 169 0 51 0
[pid=24384] ppid=24383 vsize=37380 CPUtime=0.29
/proc/24384/stat : 24384 (SatELite_releas) R 24383 24383 24256 0 -1 4194304 8103 0 0 0 25 4 0 0 21 0 1 0 154083790 38277120 7738 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24384/statm: 9345 7738 76 174 0 9168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42740

[startup+0.701378 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 24383
/proc/meminfo: memFree=780920/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=0
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154083790 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24383/statm: 1340 236 195 169 0 51 0
[pid=24384] ppid=24383 vsize=42608 CPUtime=0.69
/proc/24384/stat : 24384 (SatELite_releas) R 24383 24383 24256 0 -1 4194304 9349 0 0 0 64 5 0 0 25 0 1 0 154083790 43630592 8916 1992294400 134512640 135225430 4294956176 18446744073709551615 134598965 0 0 4096 3 0 0 0 17 0 0 0
/proc/24384/statm: 10652 8916 76 174 0 10475 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47968

[startup+1.50144 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 24385
/proc/meminfo: memFree=739816/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 5360

[startup+3.10153 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 24386
/proc/meminfo: memFree=757608/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=16832 CPUtime=1.94
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 3958 0 0 0 193 1 0 0 25 0 1 0 154083905 17235968 3944 1992294400 134512640 135217611 4294956288 18446744073709551615 134533225 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 4208 3944 75 172 0 4033 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22192

[startup+6.30274 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 24386
/proc/meminfo: memFree=756904/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=17360 CPUtime=5.14
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 4089 0 0 0 511 3 0 0 25 0 1 0 154083905 17776640 4075 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 4340 4075 77 172 0 4165 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22720

[startup+12.7011 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 24386
/proc/meminfo: memFree=756200/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=18152 CPUtime=11.54
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 4308 0 0 0 1151 3 0 0 25 0 1 0 154083905 18587648 4294 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 4538 4294 77 172 0 4363 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23512

[startup+25.502 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 24386
/proc/meminfo: memFree=754600/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=19868 CPUtime=24.34
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 4733 0 0 0 2430 4 0 0 25 0 1 0 154083905 20344832 4719 1992294400 134512640 135217611 4294956288 18446744073709551615 134527896 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 4967 4719 77 172 0 4792 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25228

[startup+51.1016 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 24386
/proc/meminfo: memFree=751720/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=22908 CPUtime=49.91
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 5490 0 0 0 4986 5 0 0 25 0 1 0 154083905 23457792 5476 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 5727 5476 77 172 0 5552 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28268

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24386
/proc/meminfo: memFree=747240/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=27348 CPUtime=101.1
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 6581 0 0 0 10103 7 0 0 25 0 1 0 154083905 28004352 6567 1992294400 134512640 135217611 4294956288 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 6837 6567 77 172 0 6662 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 32708

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24386
/proc/meminfo: memFree=745448/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=29196 CPUtime=161.07
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 7056 0 0 0 16100 7 0 0 25 0 1 0 154083905 29896704 7042 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 7299 7042 77 172 0 7124 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 34556

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24388
/proc/meminfo: memFree=741352/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=33056 CPUtime=221.05
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 7998 0 0 0 22096 9 0 0 25 0 1 0 154083905 33849344 7984 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 8264 7984 77 172 0 8089 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 38416

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24388
/proc/meminfo: memFree=741352/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=33056 CPUtime=281.03
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 7998 0 0 0 28094 9 0 0 25 0 1 0 154083905 33849344 7984 1992294400 134512640 135217611 4294956288 18446744073709551615 134528022 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 8264 7984 77 172 0 8089 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 38416

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24388
/proc/meminfo: memFree=740008/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=34376 CPUtime=340.99
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 8334 0 0 0 34090 9 0 0 25 0 1 0 154083905 35201024 8320 1992294400 134512640 135217611 4294956288 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 8594 8320 77 172 0 8419 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 39736

[startup+402.302 s]

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

/proc/24386/statm: 21202 20917 77 172 0 21027 0
Current children cumulated CPU time (s) 9398.49
Current children cumulated vsize (KiB) 90168

[startup+9462.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/66 24410
/proc/meminfo: memFree=689512/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=84808 CPUtime=9457.33
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20948 0 0 0 945702 31 0 0 25 0 1 0 154083905 86843392 20917 1992294400 134512640 135217611 4294956288 18446744073709551615 134532635 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21202 20917 77 172 0 21027 0
Current children cumulated CPU time (s) 9458.47
Current children cumulated vsize (KiB) 90168

[startup+9522.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 24410
/proc/meminfo: memFree=689512/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=84808 CPUtime=9517.31
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20948 0 0 0 951700 31 0 0 25 0 1 0 154083905 86843392 20917 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21202 20917 77 172 0 21027 0
Current children cumulated CPU time (s) 9518.45
Current children cumulated vsize (KiB) 90168

[startup+9582.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 24410
/proc/meminfo: memFree=689512/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=84808 CPUtime=9577.28
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20948 0 0 0 957697 31 0 0 25 0 1 0 154083905 86843392 20917 1992294400 134512640 135217611 4294956288 18446744073709551615 134536942 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21202 20917 77 172 0 21027 0
Current children cumulated CPU time (s) 9578.42
Current children cumulated vsize (KiB) 90168

[startup+9642.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24410
/proc/meminfo: memFree=689512/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=85212 CPUtime=9637.26
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20953 0 0 0 963695 31 0 0 25 0 1 0 154083905 87257088 20922 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21303 20922 77 172 0 21128 0
Current children cumulated CPU time (s) 9638.4
Current children cumulated vsize (KiB) 90572

[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24410
/proc/meminfo: memFree=689384/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=85344 CPUtime=9697.24
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20977 0 0 0 969693 31 0 0 25 0 1 0 154083905 87392256 20946 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21336 20946 77 172 0 21161 0
Current children cumulated CPU time (s) 9698.38
Current children cumulated vsize (KiB) 90704

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24410
/proc/meminfo: memFree=689384/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=85344 CPUtime=9757.22
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20977 0 0 0 975690 32 0 0 25 0 1 0 154083905 87392256 20946 1992294400 134512640 135217611 4294956288 18446744073709551615 134538462 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21336 20946 77 172 0 21161 0
Current children cumulated CPU time (s) 9758.36
Current children cumulated vsize (KiB) 90704

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24410
/proc/meminfo: memFree=689384/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=85344 CPUtime=9817.2
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20977 0 0 0 981688 32 0 0 25 0 1 0 154083905 87392256 20946 1992294400 134512640 135217611 4294956288 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21336 20946 77 172 0 21161 0
Current children cumulated CPU time (s) 9818.34
Current children cumulated vsize (KiB) 90704

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24410
/proc/meminfo: memFree=689384/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=85344 CPUtime=9877.18
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20977 0 0 0 987686 32 0 0 25 0 1 0 154083905 87392256 20946 1992294400 134512640 135217611 4294956288 18446744073709551615 134527948 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21336 20946 77 172 0 21161 0
Current children cumulated CPU time (s) 9878.32
Current children cumulated vsize (KiB) 90704

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24410
/proc/meminfo: memFree=689384/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=85344 CPUtime=9937.16
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 20977 0 0 0 993684 32 0 0 25 0 1 0 154083905 87392256 20946 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21336 20946 77 172 0 21161 0
Current children cumulated CPU time (s) 9938.3
Current children cumulated vsize (KiB) 90704

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24410
/proc/meminfo: memFree=688296/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=86400 CPUtime=9997.14
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 21271 0 0 0 999682 32 0 0 25 0 1 0 154083905 88473600 21240 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21600 21240 77 172 0 21425 0
Current children cumulated CPU time (s) 9998.28
Current children cumulated vsize (KiB) 91760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24410
/proc/meminfo: memFree=688104/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=86672 CPUtime=9998.94
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 21320 0 0 0 999862 32 0 0 25 0 1 0 154083905 88752128 21289 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21668 21289 77 172 0 21493 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 92032

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

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

[startup+10004.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24410
/proc/meminfo: memFree=688104/2055920 swapFree=4181244/4192956
[pid=24383] ppid=24381 vsize=5360 CPUtime=1.14
/proc/24383/stat : 24383 (glucose.sh) S 24381 24383 24256 0 -1 4194304 313 9838 0 0 0 0 106 8 16 0 1 0 154083790 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24383/statm: 1340 238 195 169 0 51 0
[pid=24386] ppid=24383 vsize=86672 CPUtime=9998.94
/proc/24386/stat : 24386 (glucose_static) R 24383 24383 24256 0 -1 4194304 21320 0 0 0 999862 32 0 0 25 0 1 0 154083905 88752128 21289 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24386/statm: 21668 21289 77 172 0 21493 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 92032

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10004.1
CPU time (s): 10000.1
CPU user time (s): 9999.68
CPU system time (s): 0.4
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 92032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.06384
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10151
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.1756 second user time and 27.2079 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-02 12:35:02
IDJOB=1773964
IDBENCH=70830
IDSOLVER=610
FILE ID=node22/1773964-1241260502
PBS_JOBID= 9224952
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=686566840

node22.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.232
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.232
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:        781464 kB
Buffers:         82556 kB
Cached:        1084956 kB
SwapCached:       5556 kB
Active:         244128 kB
Inactive:       931224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        781464 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:            5928 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            85204 kB
Committed_AS:   765132 kB
PageTables:       1368 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= 66416 MiB
End job on node22 at 2009-05-02 15:21:49