Trace number 1783656

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0? (TO) 5000.05 5001.81

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
Bench CategoryCRAFTED (crafted 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 variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
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.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  181551   815827 |   54465       0        0     nan |  0.000 % |
0.28/0.33	c |         0 |  178852   803251 |      --       0       --      -- |     --   | -1337/-6089
0.28/0.33	c ==============================================================================
0.28/0.33	c Result  :   #vars: 18119   #clauses: 178852   #literals: 803251
0.28/0.33	c CPU time:   0.296954 s
0.28/0.33	c ==============================================================================
0.59/0.61	c
0.59/0.61	c Starting glucose
0.59/0.61	c
0.59/0.61	
0.59/0.61	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.59/0.61	
0.59/0.61	c ============================[ Problem Statistics ]=============================
0.59/0.61	c |                                                                             |
0.59/0.61	c |  Number of variables:  18119                                                |
0.59/0.61	c |  Number of clauses:    178852                                               |
0.60/0.79	c |  Parsing time:         0.16         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-1783656-1241861951/watcher-1783656-1241861951 -o /tmp/evaluation-result-1783656-1241861951/solver-1783656-1241861951 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783656-1241861951.cnf 

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


[startup+0 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 23456
/proc/meminfo: memFree=1589240/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0
/proc/23456/stat : 23456 (glucose.sh) R 23454 23456 23365 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 214228179 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 269028485791 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/23456/statm: 1340 235 194 169 0 51 0
[pid=23457] ppid=23456 vsize=1008 CPUtime=0
/proc/23457/stat : 23457 (SatELite_releas) R 23456 23456 23365 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 214228179 1032192 110 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23457/statm: 252 113 49 174 0 75 0

[startup+0.0152169 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 23456
/proc/meminfo: memFree=1589240/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214228179 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23456/statm: 1340 236 195 169 0 51 0
[pid=23457] ppid=23456 vsize=4244 CPUtime=0
/proc/23457/stat : 23457 (SatELite_releas) R 23456 23456 23365 0 -1 4194304 693 0 0 0 0 0 0 0 21 0 1 0 214228179 4345856 677 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/23457/statm: 1094 678 51 174 0 917 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9604

[startup+0.10123 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 23456
/proc/meminfo: memFree=1589240/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214228179 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23456/statm: 1340 236 195 169 0 51 0
[pid=23457] ppid=23456 vsize=9392 CPUtime=0.09
/proc/23457/stat : 23457 (SatELite_releas) R 23456 23456 23365 0 -1 4194304 1905 0 0 0 8 1 0 0 21 0 1 0 214228179 9617408 1889 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/23457/statm: 2348 1889 51 174 0 2171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14752

[startup+0.301261 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 23456
/proc/meminfo: memFree=1589240/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214228179 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23456/statm: 1340 236 195 169 0 51 0
[pid=23457] ppid=23456 vsize=20036 CPUtime=0.28
/proc/23457/stat : 23457 (SatELite_releas) R 23456 23456 23365 0 -1 4194304 4603 0 0 0 26 2 0 0 23 0 1 0 214228179 20516864 4561 1992294400 134512640 135225430 4294956176 18446744073709551615 134610907 0 0 4096 3 0 0 0 17 1 0 0
/proc/23457/statm: 5009 4561 77 174 0 4832 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25396

[startup+0.701337 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 23456
/proc/meminfo: memFree=1589240/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 5360

[startup+1.50145 s]
/proc/loadavg: 0.93 0.41 0.15 2/66 23459
/proc/meminfo: memFree=1568872/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=16348 CPUtime=0.87
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 3927 0 0 0 85 2 0 0 24 0 1 0 214228240 16740352 3913 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 4087 3913 77 172 0 3912 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21708

[startup+3.10171 s]
/proc/loadavg: 0.93 0.41 0.15 2/66 23459
/proc/meminfo: memFree=1567976/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=16748 CPUtime=2.47
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 4032 0 0 0 245 2 0 0 25 0 1 0 214228240 17149952 4018 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 4187 4018 77 172 0 4012 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22108

[startup+6.30122 s]
/proc/loadavg: 0.94 0.42 0.16 2/66 23459
/proc/meminfo: memFree=1567208/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=17412 CPUtime=5.67
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 4180 0 0 0 565 2 0 0 25 0 1 0 214228240 17829888 4166 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 4353 4166 77 172 0 4178 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22772

[startup+12.7012 s]
/proc/loadavg: 0.94 0.43 0.16 2/66 23459
/proc/meminfo: memFree=1566248/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=18336 CPUtime=12.07
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 4427 0 0 0 1204 3 0 0 25 0 1 0 214228240 18776064 4413 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 4584 4413 77 172 0 4409 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23696

[startup+25.5013 s]
/proc/loadavg: 0.96 0.46 0.17 2/66 23459
/proc/meminfo: memFree=1564264/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=20316 CPUtime=24.86
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 4924 0 0 0 2482 4 0 0 25 0 1 0 214228240 20803584 4910 1992294400 134512640 135217611 4294956304 18446744073709551615 134533568 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 5079 4910 77 172 0 4904 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25676

[startup+51.1014 s]
/proc/loadavg: 0.97 0.50 0.19 2/66 23461
/proc/meminfo: memFree=1559976/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=24680 CPUtime=50.45
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 6013 0 0 0 5040 5 0 0 25 0 1 0 214228240 25272320 5999 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 6170 5999 77 172 0 5995 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30040

[startup+102.306 s]
/proc/loadavg: 0.98 0.57 0.23 2/66 23461
/proc/meminfo: memFree=1553000/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=31628 CPUtime=101.63
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 7735 0 0 0 10156 7 0 0 25 0 1 0 214228240 32387072 7721 1992294400 134512640 135217611 4294956304 18446744073709551615 134537525 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 7907 7721 77 172 0 7732 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 36988

[startup+162.301 s]
/proc/loadavg: 0.99 0.65 0.28 2/66 23461
/proc/meminfo: memFree=1547112/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=37624 CPUtime=161.61
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 9238 0 0 0 16152 9 0 0 25 0 1 0 214228240 38526976 9224 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 9406 9224 77 172 0 9231 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 42984

[startup+222.303 s]
/proc/loadavg: 0.99 0.71 0.32 2/66 23461
/proc/meminfo: memFree=1545896/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=38688 CPUtime=221.59
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 9498 0 0 0 22149 10 0 0 25 0 1 0 214228240 39616512 9484 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 9672 9484 77 172 0 9497 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44048

[startup+282.301 s]
/proc/loadavg: 0.99 0.76 0.36 2/66 23461
/proc/meminfo: memFree=1543400/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=41196 CPUtime=281.56
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 10116 0 0 0 28146 10 0 0 25 0 1 0 214228240 42184704 10102 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 10299 10102 77 172 0 10124 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 46556

[startup+342.302 s]
/proc/loadavg: 0.99 0.80 0.40 2/66 23461
/proc/meminfo: memFree=1539752/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=44872 CPUtime=341.55
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 11016 0 0 0 34144 11 0 0 25 0 1 0 214228240 45948928 11002 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 11218 11002 77 172 0 11043 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 50232

[startup+402.301 s]

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

/proc/23459/statm: 16371 16038 77 172 0 16196 0
Current children cumulated CPU time (s) 4300.79
Current children cumulated vsize (KiB) 70844

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1518184/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=65484 CPUtime=4360.17
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 16052 0 0 0 435991 26 0 0 25 0 1 0 214228240 67055616 16038 1992294400 134512640 135217611 4294956304 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 16371 16038 77 172 0 16196 0
Current children cumulated CPU time (s) 4360.77
Current children cumulated vsize (KiB) 70844

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1518056/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=65640 CPUtime=4420.16
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 16087 0 0 0 441989 27 0 0 25 0 1 0 214228240 67215360 16073 1992294400 134512640 135217611 4294956304 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 16410 16073 77 172 0 16235 0
Current children cumulated CPU time (s) 4420.76
Current children cumulated vsize (KiB) 71000

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1516072/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=67752 CPUtime=4480.13
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 16599 0 0 0 447986 27 0 0 25 0 1 0 214228240 69378048 16585 1992294400 134512640 135217611 4294956304 18446744073709551615 134549144 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 16938 16585 77 172 0 16763 0
Current children cumulated CPU time (s) 4480.73
Current children cumulated vsize (KiB) 73112

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1515944/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=67752 CPUtime=4540.11
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 16599 0 0 0 453984 27 0 0 25 0 1 0 214228240 69378048 16585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 16938 16585 77 172 0 16763 0
Current children cumulated CPU time (s) 4540.71
Current children cumulated vsize (KiB) 73112

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1515880/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=67752 CPUtime=4600.09
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 16599 0 0 0 459982 27 0 0 25 0 1 0 214228240 69378048 16585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 16938 16585 77 172 0 16763 0
Current children cumulated CPU time (s) 4600.69
Current children cumulated vsize (KiB) 73112

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1515880/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=67752 CPUtime=4660.07
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 16600 0 0 0 465979 28 0 0 25 0 1 0 214228240 69378048 16586 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 16938 16586 77 172 0 16763 0
Current children cumulated CPU time (s) 4660.67
Current children cumulated vsize (KiB) 73112

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1514024/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=69520 CPUtime=4720.05
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 17056 0 0 0 471977 28 0 0 25 0 1 0 214228240 71188480 17042 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 17380 17042 77 172 0 17205 0
Current children cumulated CPU time (s) 4720.65
Current children cumulated vsize (KiB) 74880

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1514088/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=69520 CPUtime=4780.03
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 17056 0 0 0 477974 29 0 0 25 0 1 0 214228240 71188480 17042 1992294400 134512640 135217611 4294956304 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 17380 17042 77 172 0 17205 0
Current children cumulated CPU time (s) 4780.63
Current children cumulated vsize (KiB) 74880

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1514024/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=69520 CPUtime=4840.01
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 17056 0 0 0 483972 29 0 0 25 0 1 0 214228240 71188480 17042 1992294400 134512640 135217611 4294956304 18446744073709551615 134526248 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 17380 17042 77 172 0 17205 0
Current children cumulated CPU time (s) 4840.61
Current children cumulated vsize (KiB) 74880

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23469
/proc/meminfo: memFree=1512168/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=71376 CPUtime=4899.99
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 17521 0 0 0 489969 30 0 0 25 0 1 0 214228240 73089024 17507 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 17844 17507 77 172 0 17669 0
Current children cumulated CPU time (s) 4900.59
Current children cumulated vsize (KiB) 76736

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23475
/proc/meminfo: memFree=1512096/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=71376 CPUtime=4959.96
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 17521 0 0 0 495966 30 0 0 25 0 1 0 214228240 73089024 17507 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 17844 17507 77 172 0 17669 0
Current children cumulated CPU time (s) 4960.56
Current children cumulated vsize (KiB) 76736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.8 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23475
/proc/meminfo: memFree=1512096/2055920 swapFree=4181456/4192956
[pid=23456] ppid=23454 vsize=5360 CPUtime=0.6
/proc/23456/stat : 23456 (glucose.sh) S 23454 23456 23365 0 -1 4194304 313 5218 0 0 0 0 55 5 16 0 1 0 214228179 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23456/statm: 1340 238 195 169 0 51 0
[pid=23459] ppid=23456 vsize=71376 CPUtime=4999.45
/proc/23459/stat : 23459 (glucose_static) R 23456 23456 23365 0 -1 4194304 17521 0 0 0 499915 30 0 0 25 0 1 0 214228240 73089024 17507 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23459/statm: 17844 17507 77 172 0 17669 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 76736

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.81
CPU time (s): 5000.05
CPU user time (s): 4999.7
CPU system time (s): 0.35
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 76736

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

runsolver used 5.65614 second user time and 12.3551 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-09 11:39:12
IDJOB=1783656
IDBENCH=24627
IDSOLVER=610
FILE ID=node26/1783656-1241861951
PBS_JOBID= 9264586
Free space on /tmp= 66096 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783656-1241861951/watcher-1783656-1241861951 -o /tmp/evaluation-result-1783656-1241861951/solver-1783656-1241861951 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783656-1241861951.cnf

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

MD5SUM BENCH= 8b466b7ef3217bdc844a579ae744d427
RANDOM SEED=607819177

node26.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.261
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.261
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:       1589720 kB
Buffers:         37756 kB
Cached:         350884 kB
SwapCached:       5352 kB
Active:          65596 kB
Inactive:       330884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589720 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            6776 kB
Writeback:           0 kB
Mapped:          13540 kB
Slab:            55828 kB
Committed_AS:   698704 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= 66088 MiB
End job on node26 at 2009-05-09 13:02:36