Trace number 1774474

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.0UNSAT 772.307 772.585

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark772.307
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

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...
1.10/1.20	c ==============================================================================
1.10/1.20	c |           |     ORIGINAL     |              LEARNT              |          |
1.10/1.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.10/1.20	c ==============================================================================
1.10/1.20	c |         0 | 1328859  3634310 |  398657       0        0     nan |  0.000 % |
42.17/42.24	c |         0 |  253406  1804413 |      --       0       --      -- |     --   | -752995/-922075
42.17/42.25	c ==============================================================================
42.17/42.25	c Result  :   #vars: 4366   #clauses: 253406   #literals: 1804413
42.17/42.25	c CPU time:   41.8496 s
42.17/42.25	c ==============================================================================
42.77/42.90	c
42.77/42.90	c Starting glucose
42.77/42.90	c
42.77/42.90	
42.77/42.90	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
42.77/42.90	
42.77/42.90	c ============================[ Problem Statistics ]=============================
42.77/42.90	c |                                                                             |
42.77/42.90	c |  Number of variables:  4366                                                 |
42.77/42.90	c |  Number of clauses:    253406                                               |
42.87/43.12	c |  Parsing time:         0.19         s                                       |
772.20/772.55	c restarts              : 2932
772.20/772.55	c nb ReduceDB           : 68
772.20/772.55	c nb learnts DL2        : 12727
772.20/772.55	c nb learnts size 2     : 1900
772.20/772.55	c nb learnts size 1     : 57
772.20/772.55	c conflicts             : 3706416        (5082 /sec)
772.20/772.55	c decisions             : 5475327        (1.44 % random) (7508 /sec)
772.20/772.55	c propagations          : 137453313      (188485 /sec)
772.20/772.55	c conflict literals     : 63208388       (12.38 % deleted)
772.20/772.55	c Memory used           : 67.24 MB
772.20/772.55	c CPU time              : 729.253 s
772.20/772.55	
772.20/772.56	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774474-1241265559/watcher-1774474-1241265559 -o /tmp/evaluation-result-1774474-1241265559/solver-1774474-1241265559 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774474-1241265559.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: 1.00 1.02 1.00 3/64 25001
/proc/meminfo: memFree=1036400/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=1404 CPUtime=0
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 154589024 1437696 209 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 351 210 51 174 0 174 0

[startup+0.0671749 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 25001
/proc/meminfo: memFree=1036400/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=7468 CPUtime=0.05
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 1615 0 0 0 5 0 0 0 18 0 1 0 154589024 7647232 1599 1992294400 134512640 135225430 4294956176 18446744073709551615 134717415 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 1867 1600 51 174 0 1690 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12828

[startup+0.101179 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 25001
/proc/meminfo: memFree=1036400/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=10224 CPUtime=0.09
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 2303 0 0 0 8 1 0 0 18 0 1 0 154589024 10469376 2287 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 2556 2288 51 174 0 2379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15584

[startup+0.30121 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 25001
/proc/meminfo: memFree=1036400/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=29768 CPUtime=0.29
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 6979 0 0 0 25 4 0 0 19 0 1 0 154589024 30482432 6963 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 7442 6964 51 174 0 7265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35128

[startup+0.701275 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 25001
/proc/meminfo: memFree=1036400/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=76208 CPUtime=0.69
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 16676 0 0 0 57 12 0 0 23 0 1 0 154589024 78036992 16660 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 19052 16661 51 174 0 18875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81568

[startup+1.5024 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25003
/proc/meminfo: memFree=940904/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=157160 CPUtime=1.49
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 31405 0 0 0 129 20 0 0 25 0 1 0 154589024 160931840 31367 1992294400 134512640 135225430 4294956176 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 39290 31367 72 174 0 39113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162520

[startup+3.10166 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25003
/proc/meminfo: memFree=910568/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=157672 CPUtime=3.09
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 31506 0 0 0 289 20 0 0 25 0 1 0 154589024 161456128 31468 1992294400 134512640 135225430 4294956176 18446744073709551615 134549636 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 39418 31468 72 174 0 39241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163032

[startup+6.30117 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25003
/proc/meminfo: memFree=896496/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=171884 CPUtime=6.28
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 38233 0 0 0 601 27 0 0 25 0 1 0 154589024 176009216 34561 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 42971 34561 77 174 0 42794 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177244

[startup+12.7012 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25003
/proc/meminfo: memFree=855920/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=196620 CPUtime=12.68
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 44840 0 0 0 1234 34 0 0 25 0 1 0 154589024 201338880 40868 1992294400 134512640 135225430 4294956176 18446744073709551615 134548859 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 49155 40868 77 174 0 48978 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201980

[startup+25.5012 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25003
/proc/meminfo: memFree=855664/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=0
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154589024 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25001/statm: 1340 236 195 169 0 51 0
[pid=25002] ppid=25001 vsize=196876 CPUtime=25.48
/proc/25002/stat : 25002 (SatELite_releas) R 25001 25001 24437 0 -1 4194304 44953 0 0 0 2513 35 0 0 25 0 1 0 154589024 201601024 40981 1992294400 134512640 135225430 4294956176 18446744073709551615 134586069 0 0 4096 3 0 0 0 17 1 0 0
/proc/25002/statm: 49219 40981 77 174 0 49042 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202236

[startup+51.1013 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25004
/proc/meminfo: memFree=977264/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=32992 CPUtime=8.18
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 8043 0 0 0 814 4 0 0 25 0 1 0 154593314 33783808 8029 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 8248 8029 77 172 0 8073 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 38352

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25010
/proc/meminfo: memFree=969312/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=40968 CPUtime=59.36
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 9965 0 0 0 5930 6 0 0 25 0 1 0 154593314 41951232 9951 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 10242 9951 77 172 0 10067 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 46328

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=964528/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=45916 CPUtime=119.34
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 11193 0 0 0 11926 8 0 0 25 0 1 0 154593314 47017984 11179 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 11479 11179 77 172 0 11304 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 51276

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=961200/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=49464 CPUtime=179.31
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 12028 0 0 0 17923 8 0 0 25 0 1 0 154593314 50651136 12014 1992294400 134512640 135217611 4294956288 18446744073709551615 134526275 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 12366 12014 77 172 0 12191 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 54824

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=958768/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=51896 CPUtime=239.3
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 12638 0 0 0 23921 9 0 0 25 0 1 0 154593314 53141504 12624 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 12974 12624 77 172 0 12799 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 57256

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=956464/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=54064 CPUtime=299.28
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 13203 0 0 0 29918 10 0 0 25 0 1 0 154593314 55361536 13189 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 13516 13189 77 172 0 13341 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 59424

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=955248/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=55308 CPUtime=359.26
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 13506 0 0 0 35916 10 0 0 25 0 1 0 154593314 56635392 13492 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 13827 13492 77 172 0 13652 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 60668

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=953328/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=57188 CPUtime=419.24
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 13986 0 0 0 41913 11 0 0 25 0 1 0 154593314 58560512 13972 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 14297 13972 77 172 0 14122 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 62548

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=952240/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=58552 CPUtime=479.21
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 14263 0 0 0 47910 11 0 0 25 0 1 0 154593314 59957248 14249 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 14638 14249 77 172 0 14463 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 63912

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=951088/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=59632 CPUtime=539.19
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 14543 0 0 0 53908 11 0 0 25 0 1 0 154593314 61063168 14529 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 14908 14529 77 172 0 14733 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 64992

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=948272/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=62368 CPUtime=599.18
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 15238 0 0 0 59906 12 0 0 25 0 1 0 154593314 63864832 15224 1992294400 134512640 135217611 4294956288 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 15592 15224 77 172 0 15417 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 67728

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=944176/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=66552 CPUtime=659.16
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 16270 0 0 0 65903 13 0 0 25 0 1 0 154593314 68149248 16256 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 16638 16256 77 172 0 16463 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 71912

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=942256/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=68368 CPUtime=719.14
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 16725 0 0 0 71901 13 0 0 25 0 1 0 154593314 70008832 16711 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 17092 16711 77 172 0 16917 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 73728

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

[startup+767.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=942192/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=68524 CPUtime=724.73
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 16751 0 0 0 72460 13 0 0 25 0 1 0 154593314 70168576 16737 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 17131 16737 77 172 0 16956 0
Current children cumulated CPU time (s) 767.6
Current children cumulated vsize (KiB) 73884

[startup+771.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=942000/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=68676 CPUtime=727.93
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 16785 0 0 0 72780 13 0 0 25 0 1 0 154593314 70324224 16771 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 17169 16771 77 172 0 16994 0
Current children cumulated CPU time (s) 770.8
Current children cumulated vsize (KiB) 74036

[startup+771.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=942000/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=68676 CPUtime=728.73
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 16805 0 0 0 72860 13 0 0 25 0 1 0 154593314 70324224 16791 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 17169 16791 77 172 0 16994 0
Current children cumulated CPU time (s) 771.6
Current children cumulated vsize (KiB) 74036

[startup+772.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=942000/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=68676 CPUtime=729.13
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 16805 0 0 0 72900 13 0 0 25 0 1 0 154593314 70324224 16791 1992294400 134512640 135217611 4294956288 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 17169 16791 77 172 0 16994 0
Current children cumulated CPU time (s) 772
Current children cumulated vsize (KiB) 74036

[startup+772.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25010
/proc/meminfo: memFree=942000/2055920 swapFree=4181456/4192956
[pid=25001] ppid=24999 vsize=5360 CPUtime=42.87
/proc/25001/stat : 25001 (glucose.sh) S 24999 25001 24437 0 -1 4194304 313 49684 0 0 0 0 4241 46 16 0 1 0 154589024 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25001/statm: 1340 238 195 169 0 51 0
[pid=25004] ppid=25001 vsize=68848 CPUtime=729.33
/proc/25004/stat : 25004 (glucose_static) R 25001 25001 24437 0 -1 4194304 16823 0 0 0 72920 13 0 0 25 0 1 0 154593314 70500352 16809 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25004/statm: 17212 16809 77 172 0 17037 0
Current children cumulated CPU time (s) 772.2
Current children cumulated vsize (KiB) 74208

Child status: 20
Real time (s): 772.585
CPU time (s): 772.307
CPU user time (s): 771.672
CPU system time (s): 0.634903
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 213616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 771.672
system time used= 0.634903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66986
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= 39
involuntary context switches= 1551

runsolver used 0.933858 second user time and 1.70474 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-02 13:59:20
IDJOB=1774474
IDBENCH=70950
IDSOLVER=610
FILE ID=node26/1774474-1241265559
PBS_JOBID= 9224962
Free space on /tmp= 66476 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r2-noholes.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774474-1241265559/watcher-1774474-1241265559 -o /tmp/evaluation-result-1774474-1241265559/solver-1774474-1241265559 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774474-1241265559.cnf

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1282109477

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:       1037144 kB
Buffers:         90240 kB
Cached:         817308 kB
SwapCached:       5352 kB
Active:         130052 kB
Inactive:       785404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1037144 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:           33880 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            89428 kB
Committed_AS:   657224 kB
PageTables:       1376 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= 66476 MiB
End job on node26 at 2009-05-02 14:12:13