Trace number 1563290

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 656.877 657.072

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark656.877
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

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.19/1.22	c ==============================================================================
1.19/1.22	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.22	c ==============================================================================
1.19/1.22	c |         0 | 1356467  3708070 |  406940       0        0     nan |  0.000 % |
42.46/42.52	c |         0 |  255997  1816599 |      --       0       --      -- |     --   | -768336/-956869
42.46/42.53	c ==============================================================================
42.46/42.53	c Result  :   #vars: 4925   #clauses: 255997   #literals: 1816599
42.46/42.53	c CPU time:   42.0976 s
42.46/42.53	c ==============================================================================
43.07/43.18	c
43.07/43.18	c Starting glucose
43.07/43.18	c
43.07/43.18	
43.07/43.18	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
43.07/43.18	
43.07/43.18	c ============================[ Problem Statistics ]=============================
43.07/43.18	c |                                                                             |
43.07/43.19	c |  Number of variables:  4925                                                 |
43.07/43.19	c |  Number of clauses:    255997                                               |
43.15/43.41	c |  Parsing time:         0.20         s                                       |
656.78/657.04	c restarts              : 2385
656.78/657.04	c nb ReduceDB           : 61
656.78/657.04	c nb learnts DL2        : 12385
656.78/657.04	c nb learnts size 2     : 1871
656.78/657.04	c nb learnts size 1     : 88
656.78/657.04	c conflicts             : 3076652        (5014 /sec)
656.78/657.04	c decisions             : 4631934        (1.51 % random) (7549 /sec)
656.78/657.04	c propagations          : 120843339      (196954 /sec)
656.78/657.04	c conflict literals     : 50339872       (13.56 % deleted)
656.78/657.04	c Memory used           : 63.98 MB
656.78/657.04	c CPU time              : 613.563 s
656.78/657.04	
656.78/657.05	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-1563290-1238784553/watcher-1563290-1238784553 -o /tmp/evaluation-result-1563290-1238784553/solver-1563290-1238784553 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1563290-1238784553.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: 0.99 0.97 0.98 3/64 15925
/proc/meminfo: memFree=1633000/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=1008 CPUtime=0
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 130 0 0 0 0 0 0 0 19 0 1 0 1151118683 1032192 114 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 252 115 51 174 0 75 0

[startup+0.040379 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15925
/proc/meminfo: memFree=1633000/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=5364 CPUtime=0.02
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 1064 0 0 0 2 0 0 0 19 0 1 0 1151118683 5492736 1048 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 1341 1049 51 174 0 1164 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10724

[startup+0.101385 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15925
/proc/meminfo: memFree=1633000/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=10356 CPUtime=0.09
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 2328 0 0 0 8 1 0 0 19 0 1 0 1151118683 10604544 2312 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 2589 2313 51 174 0 2412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15716

[startup+0.301407 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15925
/proc/meminfo: memFree=1633000/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=30032 CPUtime=0.29
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 7048 0 0 0 25 4 0 0 20 0 1 0 1151118683 30752768 7032 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 7508 7033 51 174 0 7331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35392

[startup+0.701458 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 15925
/proc/meminfo: memFree=1633000/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=76472 CPUtime=0.69
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 16791 0 0 0 58 11 0 0 24 0 1 0 1151118683 78307328 16775 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 19118 16775 51 174 0 18941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81832

[startup+1.50154 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15927
/proc/meminfo: memFree=1536152/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=159396 CPUtime=1.48
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 32273 0 0 0 128 20 0 0 25 0 1 0 1151118683 163221504 32236 1992294400 134512640 135225430 4294956176 18446744073709551615 134711864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 39849 32236 72 174 0 39672 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 164756

[startup+3.10171 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15927
/proc/meminfo: memFree=1503832/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=159908 CPUtime=3.09
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 32379 0 0 0 288 21 0 0 25 0 1 0 1151118683 163745792 32342 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 39977 32342 72 174 0 39800 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165268

[startup+6.30106 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15927
/proc/meminfo: memFree=1489560/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=179344 CPUtime=6.29
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 38981 0 0 0 600 29 0 0 25 0 1 0 1151118683 183648256 35418 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 44836 35418 77 174 0 44659 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 184704

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15927
/proc/meminfo: memFree=1447704/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=204496 CPUtime=12.68
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 45759 0 0 0 1232 36 0 0 25 0 1 0 1151118683 209403904 41882 1992294400 134512640 135225430 4294956176 18446744073709551615 134722632 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 51124 41882 77 174 0 50947 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 209856

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15927
/proc/meminfo: memFree=1447576/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=0
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151118682 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 236 195 169 0 51 0
[pid=15926] ppid=15925 vsize=204752 CPUtime=25.48
/proc/15926/stat : 15926 (SatELite_releas) R 15925 15925 15860 0 -1 4194304 45870 0 0 0 2512 36 0 0 25 0 1 0 1151118683 209666048 41993 1992294400 134512640 135225430 4294956176 18446744073709551615 134586442 0 0 4096 3 0 0 0 17 1 0 0
/proc/15926/statm: 51188 41993 77 174 0 51011 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 210112

[startup+51.1019 s]
/proc/loadavg: 1.07 0.99 0.98 2/66 15928
/proc/meminfo: memFree=1572760/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=33372 CPUtime=7.89
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 8143 0 0 0 785 4 0 0 25 0 1 0 1151123001 34172928 8129 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 8343 8129 77 172 0 8168 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 38732

[startup+102.306 s]
/proc/loadavg: 1.10 1.00 0.99 2/66 15928
/proc/meminfo: memFree=1564568/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=41612 CPUtime=59.08
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 10139 0 0 0 5902 6 0 0 25 0 1 0 1151123001 42610688 10125 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 10403 10125 77 172 0 10228 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 46972

[startup+162.301 s]
/proc/loadavg: 1.10 1.02 0.99 2/66 15928
/proc/meminfo: memFree=1560024/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=46200 CPUtime=119.06
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 11267 0 0 0 11899 7 0 0 25 0 1 0 1151123001 47308800 11253 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 11550 11253 77 172 0 11375 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 51560

[startup+222.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 15928
/proc/meminfo: memFree=1556632/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=49892 CPUtime=179.04
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 12124 0 0 0 17896 8 0 0 25 0 1 0 1151123001 51089408 12110 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 12473 12110 77 172 0 12298 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 55252

[startup+282.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 15928
/proc/meminfo: memFree=1553560/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=52844 CPUtime=239.02
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 12884 0 0 0 23894 8 0 0 25 0 1 0 1151123001 54112256 12870 1992294400 134512640 135217611 4294956304 18446744073709551615 134537033 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 13211 12870 77 172 0 13036 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 58204

[startup+342.302 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 15928
/proc/meminfo: memFree=1551704/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=54632 CPUtime=299.01
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 13326 0 0 0 29893 8 0 0 25 0 1 0 1151123001 55943168 13312 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 13658 13312 77 172 0 13483 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 59992

[startup+402.301 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 15928
/proc/meminfo: memFree=1550232/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=56012 CPUtime=359
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 13693 0 0 0 35891 9 0 0 25 0 1 0 1151123001 57356288 13679 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 14003 13679 77 172 0 13828 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 61372

[startup+462.302 s]
/proc/loadavg: 1.11 1.06 1.01 2/66 15928
/proc/meminfo: memFree=1549080/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=57256 CPUtime=418.98
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 13990 0 0 0 41889 9 0 0 25 0 1 0 1151123001 58630144 13976 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 14314 13976 77 172 0 14139 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 62616

[startup+522.301 s]
/proc/loadavg: 1.17 1.09 1.02 2/66 15928
/proc/meminfo: memFree=1547096/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=59380 CPUtime=478.97
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 14482 0 0 0 47887 10 0 0 25 0 1 0 1151123001 60805120 14468 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 14845 14468 77 172 0 14670 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 64740

[startup+582.302 s]
/proc/loadavg: 1.10 1.09 1.02 2/66 15928
/proc/meminfo: memFree=1544984/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=61420 CPUtime=538.95
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 14999 0 0 0 53885 10 0 0 25 0 1 0 1151123001 62894080 14985 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 15355 14985 77 172 0 15180 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 66780

[startup+642.301 s]
/proc/loadavg: 1.03 1.07 1.01 2/66 15928
/proc/meminfo: memFree=1541784/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=64784 CPUtime=598.94
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15800 0 0 0 59883 11 0 0 25 0 1 0 1151123001 66338816 15786 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16196 15786 77 172 0 16021 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 70144

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

[startup+646.302 s]
/proc/loadavg: 1.03 1.07 1.01 2/66 15928
/proc/meminfo: memFree=1541656/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=64916 CPUtime=602.93
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15847 0 0 0 60282 11 0 0 25 0 1 0 1151123001 66473984 15833 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16229 15833 77 172 0 16054 0
Current children cumulated CPU time (s) 646.08
Current children cumulated vsize (KiB) 70276

[startup+652.701 s]
/proc/loadavg: 1.03 1.07 1.01 2/66 15928
/proc/meminfo: memFree=1541272/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=65224 CPUtime=609.33
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15935 0 0 0 60922 11 0 0 25 0 1 0 1151123001 66789376 15921 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16306 15921 77 172 0 16131 0
Current children cumulated CPU time (s) 652.48
Current children cumulated vsize (KiB) 70584

[startup+654.302 s]
/proc/loadavg: 1.03 1.07 1.01 2/66 15928
/proc/meminfo: memFree=1541272/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=65224 CPUtime=610.93
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15935 0 0 0 61082 11 0 0 25 0 1 0 1151123001 66789376 15921 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16306 15921 77 172 0 16131 0
Current children cumulated CPU time (s) 654.08
Current children cumulated vsize (KiB) 70584

[startup+655.902 s]
/proc/loadavg: 1.03 1.06 1.01 2/66 15928
/proc/meminfo: memFree=1541144/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=65516 CPUtime=612.53
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15976 0 0 0 61242 11 0 0 25 0 1 0 1151123001 67088384 15962 1992294400 134512640 135217611 4294956304 18446744073709551615 134522688 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16379 15962 77 172 0 16204 0
Current children cumulated CPU time (s) 655.68
Current children cumulated vsize (KiB) 70876

[startup+656.706 s]
/proc/loadavg: 1.03 1.06 1.01 2/66 15928
/proc/meminfo: memFree=1541080/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=65516 CPUtime=613.33
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15978 0 0 0 61322 11 0 0 25 0 1 0 1151123001 67088384 15964 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16379 15964 77 172 0 16204 0
Current children cumulated CPU time (s) 656.48
Current children cumulated vsize (KiB) 70876

[startup+656.902 s]
/proc/loadavg: 1.03 1.06 1.01 2/66 15928
/proc/meminfo: memFree=1541080/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=65516 CPUtime=613.53
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15979 0 0 0 61342 11 0 0 25 0 1 0 1151123001 67088384 15965 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16379 15965 77 172 0 16204 0
Current children cumulated CPU time (s) 656.68
Current children cumulated vsize (KiB) 70876

[startup+657.003 s]
/proc/loadavg: 1.03 1.06 1.01 2/66 15928
/proc/meminfo: memFree=1541080/2055920 swapFree=4175224/4192956
[pid=15925] ppid=15923 vsize=5360 CPUtime=43.15
/proc/15925/stat : 15925 (glucose.sh) S 15923 15925 15860 0 -1 4194304 313 53648 0 0 0 0 4267 48 16 0 1 0 1151118682 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15925/statm: 1340 238 195 169 0 51 0
[pid=15928] ppid=15925 vsize=65516 CPUtime=613.63
/proc/15928/stat : 15928 (glucose_static) R 15925 15925 15860 0 -1 4194304 15980 0 0 0 61352 11 0 0 25 0 1 0 1151123001 67088384 15966 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15928/statm: 16379 15966 77 172 0 16204 0
Current children cumulated CPU time (s) 656.78
Current children cumulated vsize (KiB) 70876

Child status: 20
Real time (s): 657.072
CPU time (s): 656.877
CPU user time (s): 656.241
CPU system time (s): 0.635903
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 222032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 656.241
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70107
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= 38
involuntary context switches= 685

runsolver used 0.704892 second user time and 1.69374 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-03 20:49:15
IDJOB=1563290
IDBENCH=70951
IDSOLVER=503
FILE ID=node37/1563290-1238784553
PBS_JOBID= 9085603
Free space on /tmp= 66464 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563290-1238784553/watcher-1563290-1238784553 -o /tmp/evaluation-result-1563290-1238784553/solver-1563290-1238784553 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1563290-1238784553.cnf

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=152597403

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1633416 kB
Buffers:         65956 kB
Cached:         278144 kB
SwapCached:      11608 kB
Active:         187072 kB
Inactive:       170132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633416 kB
SwapTotal:     4192956 kB
SwapFree:      4175224 kB
Dirty:           34536 kB
Writeback:           0 kB
Mapped:          18748 kB
Slab:            51368 kB
Committed_AS:  3196668 kB
PageTables:       1384 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= 66460 MiB
End job on node37 at 2009-04-03 21:00:12