Trace number 1563238

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 728.775 729.143

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 benchmark728.775
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.09/1.14	c ==============================================================================
1.09/1.14	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.14	c ==============================================================================
1.09/1.14	c |         0 | 1328859  3634310 |  398657       0        0     nan |  0.000 % |
39.44/39.58	c |         0 |  253406  1804413 |      --       0       --      -- |     --   | -752995/-922075
39.44/39.58	c ==============================================================================
39.44/39.58	c Result  :   #vars: 4366   #clauses: 253406   #literals: 1804413
39.44/39.58	c CPU time:   39.177 s
39.44/39.58	c ==============================================================================
40.05/40.18	c
40.05/40.18	c Starting glucose
40.05/40.18	c
40.05/40.18	
40.05/40.18	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
40.05/40.18	
40.05/40.18	c ============================[ Problem Statistics ]=============================
40.05/40.18	c |                                                                             |
40.05/40.19	c |  Number of variables:  4366                                                 |
40.05/40.19	c |  Number of clauses:    253406                                               |
40.13/40.42	c |  Parsing time:         0.21         s                                       |
728.71/729.11	c restarts              : 2932
728.71/729.11	c nb ReduceDB           : 68
728.71/729.11	c nb learnts DL2        : 12727
728.71/729.11	c nb learnts size 2     : 1900
728.71/729.11	c nb learnts size 1     : 57
728.71/729.11	c conflicts             : 3706416        (5384 /sec)
728.71/729.11	c decisions             : 5475327        (1.44 % random) (7953 /sec)
728.71/729.11	c propagations          : 137453313      (199653 /sec)
728.71/729.11	c conflict literals     : 63208388       (12.38 % deleted)
728.71/729.11	c Memory used           : 67.30 MB
728.71/729.11	c CPU time              : 688.462 s
728.71/729.11	
728.71/729.12	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-1563238-1238783566/watcher-1563238-1238783566 -o /tmp/evaluation-result-1563238-1238783566/solver-1563238-1238783566 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1563238-1238783566.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.03 1.00 3/64 3997
/proc/meminfo: memFree=1778432/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=1140 CPUtime=0
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 144 0 0 0 0 0 0 0 19 0 1 0 1151018626 1167360 128 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 285 128 51 174 0 108 0

[startup+0.106898 s]
/proc/loadavg: 1.02 1.03 1.00 3/64 3997
/proc/meminfo: memFree=1778432/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=12580 CPUtime=0.09
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 2644 0 0 0 8 1 0 0 20 0 1 0 1151018626 12881920 2628 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 3145 2629 51 174 0 2968 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17940

[startup+0.202907 s]
/proc/loadavg: 1.02 1.03 1.00 3/64 3997
/proc/meminfo: memFree=1778432/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=23696 CPUtime=0.19
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 4969 0 0 0 16 3 0 0 20 0 1 0 1151018626 24264704 4953 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 5924 4956 51 174 0 5747 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29056

[startup+0.302915 s]
/proc/loadavg: 1.02 1.03 1.00 3/64 3997
/proc/meminfo: memFree=1778432/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=31588 CPUtime=0.29
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 7560 0 0 0 25 4 0 0 21 0 1 0 1151018626 32346112 7545 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 7897 7545 51 174 0 7720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36948

[startup+0.702953 s]
/proc/loadavg: 1.02 1.03 1.00 3/64 3997
/proc/meminfo: memFree=1778432/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=80284 CPUtime=0.69
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 17975 0 0 0 58 11 0 0 25 0 1 0 1151018626 82210816 17959 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 20071 17960 51 174 0 19894 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85644

[startup+1.50203 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 3999
/proc/meminfo: memFree=1657584/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=157160 CPUtime=1.48
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 31409 0 0 0 129 19 0 0 25 0 1 0 1151018626 160931840 31371 1992294400 134512640 135225430 4294956176 18446744073709551615 134549539 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 39290 31371 72 174 0 39113 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 162520

[startup+3.10124 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 3999
/proc/meminfo: memFree=1652656/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=157672 CPUtime=3.08
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 31519 0 0 0 289 19 0 0 25 0 1 0 1151018626 161456128 31481 1992294400 134512640 135225430 4294956176 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 39418 31481 72 174 0 39241 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 163032

[startup+6.30148 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 3999
/proc/meminfo: memFree=1634800/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=173208 CPUtime=6.28
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 38588 0 0 0 602 26 0 0 25 0 1 0 1151018626 177364992 34916 1992294400 134512640 135225430 4294956176 18446744073709551615 134597727 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 43302 34916 77 174 0 43125 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 178568

[startup+12.7011 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 3999
/proc/meminfo: memFree=1597744/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=196620 CPUtime=12.65
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 44843 0 0 0 1232 33 0 0 25 0 1 0 1151018626 201338880 40871 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 49155 40871 77 174 0 48978 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 201980

[startup+25.5013 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 3999
/proc/meminfo: memFree=1597680/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=0
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151018626 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 236 195 169 0 51 0
[pid=3998] ppid=3997 vsize=196876 CPUtime=25.45
/proc/3998/stat : 3998 (SatELite_releas) R 3997 3997 3932 0 -1 4194304 44965 0 0 0 2512 33 0 0 25 0 1 0 1151018626 201601024 40993 1992294400 134512640 135225430 4294956176 18446744073709551615 134586082 0 0 4096 3 0 0 0 17 0 0 0
/proc/3998/statm: 49219 40993 77 174 0 49042 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 202236

[startup+51.1017 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 4000
/proc/meminfo: memFree=1717872/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=34296 CPUtime=10.9
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 8351 0 0 0 1085 5 0 0 25 0 1 0 1151022645 35119104 8337 1992294400 134512640 135217611 4294956304 18446744073709551615 134533184 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 8574 8337 77 172 0 8399 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 39656

[startup+102.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 4000
/proc/meminfo: memFree=1710768/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=41600 CPUtime=62.08
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 10132 0 0 0 6202 6 0 0 25 0 1 0 1151022645 42598400 10118 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 10400 10118 77 172 0 10225 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 46960

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 4000
/proc/meminfo: memFree=1705968/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=46464 CPUtime=122.05
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 11311 0 0 0 12198 7 0 0 25 0 1 0 1151022645 47579136 11297 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 11616 11297 77 172 0 11441 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 51824

[startup+222.307 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 4000
/proc/meminfo: memFree=1702576/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=50168 CPUtime=182.04
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 12199 0 0 0 18196 8 0 0 25 0 1 0 1151022645 51372032 12185 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 12542 12185 77 172 0 12367 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 55528

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 4000
/proc/meminfo: memFree=1700016/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=52512 CPUtime=241.98
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 12794 0 0 0 24190 8 0 0 25 0 1 0 1151022645 53772288 12780 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 13128 12780 77 172 0 12953 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 57872

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4000
/proc/meminfo: memFree=1697840/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=54672 CPUtime=301.96
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 13333 0 0 0 30187 9 0 0 25 0 1 0 1151022645 55984128 13319 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 13668 13319 77 172 0 13493 0

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


[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4000
/proc/meminfo: memFree=1696176/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=56160 CPUtime=361.93
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 13742 0 0 0 36184 9 0 0 25 0 1 0 1151022645 57507840 13728 1992294400 134512640 135217611 4294956304 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 14040 13728 77 172 0 13865 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 61520

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4000
/proc/meminfo: memFree=1694448/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=58184 CPUtime=421.91
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 14170 0 0 0 42181 10 0 0 25 0 1 0 1151022645 59580416 14156 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 14546 14156 77 172 0 14371 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 63544

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4000
/proc/meminfo: memFree=1693232/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=59264 CPUtime=481.89
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 14460 0 0 0 48178 11 0 0 25 0 1 0 1151022645 60686336 14446 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 14816 14446 77 172 0 14641 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 64624

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4001
/proc/meminfo: memFree=1690992/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=61216 CPUtime=541.86
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 14959 0 0 0 54175 11 0 0 25 0 1 0 1151022645 62685184 14945 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 15304 14945 77 172 0 15129 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 66576

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1686448/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=66240 CPUtime=601.82
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16198 0 0 0 60169 13 0 0 25 0 1 0 1151022645 67829760 16184 1992294400 134512640 135217611 4294956304 18446744073709551615 134539599 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 16560 16184 77 172 0 16385 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 71600

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1684784/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=67608 CPUtime=661.79
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16553 0 0 0 66166 13 0 0 25 0 1 0 1151022645 69230592 16539 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 16902 16539 77 172 0 16727 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 72968

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

[startup+704.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1684656/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=67752 CPUtime=663.49
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16583 0 0 0 66336 13 0 0 25 0 1 0 1151022645 69378048 16569 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 16938 16569 77 172 0 16763 0
Current children cumulated CPU time (s) 703.62
Current children cumulated vsize (KiB) 73112

[startup+716.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1684016/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=68464 CPUtime=676.28
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16720 0 0 0 67615 13 0 0 25 0 1 0 1151022645 70107136 16706 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 17116 16706 77 172 0 16941 0
Current children cumulated CPU time (s) 716.41
Current children cumulated vsize (KiB) 73824

[startup+723.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1683952/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=68464 CPUtime=682.68
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16744 0 0 0 68255 13 0 0 25 0 1 0 1151022645 70107136 16730 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 17116 16730 77 172 0 16941 0
Current children cumulated CPU time (s) 722.81
Current children cumulated vsize (KiB) 73824

[startup+726.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1683696/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=68760 CPUtime=685.88
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16794 0 0 0 68575 13 0 0 25 0 1 0 1151022645 70410240 16780 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 17190 16780 77 172 0 17015 0
Current children cumulated CPU time (s) 726.01
Current children cumulated vsize (KiB) 74120

[startup+728.003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1683696/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=68760 CPUtime=687.48
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16800 0 0 0 68735 13 0 0 25 0 1 0 1151022645 70410240 16786 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 17190 16786 77 172 0 17015 0
Current children cumulated CPU time (s) 727.61
Current children cumulated vsize (KiB) 74120

[startup+728.803 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1683632/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=68760 CPUtime=688.28
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16820 0 0 0 68815 13 0 0 25 0 1 0 1151022645 70410240 16806 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 17190 16806 77 172 0 17015 0
Current children cumulated CPU time (s) 728.41
Current children cumulated vsize (KiB) 74120

[startup+729.003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1683632/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=68916 CPUtime=688.48
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16830 0 0 0 68835 13 0 0 25 0 1 0 1151022645 70569984 16816 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 17229 16816 77 172 0 17054 0
Current children cumulated CPU time (s) 728.61
Current children cumulated vsize (KiB) 74276

[startup+729.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1683632/2055920 swapFree=4179068/4192956
[pid=3997] ppid=3995 vsize=5360 CPUtime=40.13
/proc/3997/stat : 3997 (glucose.sh) S 3995 3997 3932 0 -1 4194304 313 49684 0 0 0 0 3970 43 19 0 1 0 1151018626 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3997/statm: 1340 238 195 169 0 51 0
[pid=4000] ppid=3997 vsize=68916 CPUtime=688.58
/proc/4000/stat : 4000 (glucose_static) R 3997 3997 3932 0 -1 4194304 16839 0 0 0 68845 13 0 0 25 0 1 0 1151022645 70569984 16825 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4000/statm: 17229 16825 77 172 0 17054 0
Current children cumulated CPU time (s) 728.71
Current children cumulated vsize (KiB) 74276

Child status: 20
Real time (s): 729.143
CPU time (s): 728.775
CPU user time (s): 728.172
CPU system time (s): 0.602908
CPU usage (%): 99.9495
Max. virtual memory (cumulated for all children) (KiB): 213616

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

runsolver used 0.620905 second user time and 2.03869 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-03 20:32:47
IDJOB=1563238
IDBENCH=70950
IDSOLVER=503
FILE ID=node61/1563238-1238783566
PBS_JOBID= 9085593
Free space on /tmp= 66444 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-1563238-1238783566/watcher-1563238-1238783566 -o /tmp/evaluation-result-1563238-1238783566/solver-1563238-1238783566 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1563238-1238783566.cnf

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=785343319

node61.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1778976 kB
Buffers:         27112 kB
Cached:         179208 kB
SwapCached:       7880 kB
Active:          63612 kB
Inactive:       152188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778976 kB
SwapTotal:     4192956 kB
SwapFree:      4179068 kB
Dirty:           33888 kB
Writeback:           0 kB
Mapped:          15056 kB
Slab:            47296 kB
Committed_AS:  2950168 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node61 at 2009-04-03 20:44:57