Trace number 1774554

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 1510.73 1511.26

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1510.73
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

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...
2.08/2.18	c ==============================================================================
2.08/2.18	c |           |     ORIGINAL     |              LEARNT              |          |
2.08/2.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.08/2.18	c ==============================================================================
2.08/2.18	c |         0 | 2445459  6687382 |  733637       0        0     nan |  0.000 % |
74.42/74.58	c |         0 |  459462  3264797 |      --       0       --      -- |     --   | -1360719/-1657359
74.42/74.59	c ==============================================================================
74.42/74.59	c Result  :   #vars: 7950   #clauses: 459462   #literals: 3264797
74.42/74.59	c CPU time:   73.8358 s
74.42/74.59	c ==============================================================================
75.62/75.70	c
75.62/75.70	c Starting glucose
75.62/75.70	c
75.62/75.70	
75.62/75.70	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
75.62/75.70	
75.62/75.70	c ============================[ Problem Statistics ]=============================
75.62/75.70	c |                                                                             |
75.62/75.70	c |  Number of variables:  7950                                                 |
75.62/75.70	c |  Number of clauses:    459462                                               |
76.01/76.12	c |  Parsing time:         0.36         s                                       |
1510.65/1511.20	c restarts              : 6131
1510.65/1511.20	c nb ReduceDB           : 83
1510.65/1511.20	c nb learnts DL2        : 27821
1510.65/1511.20	c nb learnts size 2     : 3920
1510.65/1511.20	c nb learnts size 1     : 85
1510.65/1511.20	c conflicts             : 5133360        (3578 /sec)
1510.65/1511.20	c decisions             : 9389355        (1.53 % random) (6544 /sec)
1510.65/1511.20	c propagations          : 300588270      (209495 /sec)
1510.65/1511.20	c conflict literals     : 76830980       (15.63 % deleted)
1510.65/1511.20	c Memory used           : 111.05 MB
1510.65/1511.20	c CPU time              : 1434.82 s
1510.65/1511.20	
1510.65/1511.22	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-1774554-1241266333/watcher-1774554-1241266333 -o /tmp/evaluation-result-1774554-1241266333/solver-1774554-1241266333 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774554-1241266333.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.00 1.00 3/64 25037
/proc/meminfo: memFree=997056/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=1024 CPUtime=0
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 142 0 0 0 0 0 0 0 19 0 1 0 154666662 1048576 126 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 256 127 51 174 0 79 0

[startup+0.043581 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25037
/proc/meminfo: memFree=997056/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=5884 CPUtime=0.03
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 1210 0 0 0 3 0 0 0 19 0 1 0 154666662 6025216 1194 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 1471 1195 51 174 0 1294 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11244

[startup+0.101589 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25037
/proc/meminfo: memFree=997056/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=12248 CPUtime=0.09
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 2549 0 0 0 8 1 0 0 19 0 1 0 154666662 12541952 2533 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 3062 2534 51 174 0 2885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17608

[startup+0.30162 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25037
/proc/meminfo: memFree=997056/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=30576 CPUtime=0.28
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 7008 0 0 0 24 4 0 0 21 0 1 0 154666662 31309824 6992 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 7644 6993 51 174 0 7467 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35936

[startup+0.701683 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25037
/proc/meminfo: memFree=997056/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=79420 CPUtime=0.69
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 17258 0 0 0 58 11 0 0 24 0 1 0 154666662 81326080 17242 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 19855 17243 51 174 0 19678 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84780

[startup+1.50282 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25039
/proc/meminfo: memFree=897136/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=161784 CPUtime=1.49
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 36849 0 0 0 123 26 0 0 25 0 1 0 154666662 165666816 36833 1992294400 134512640 135225430 4294956176 18446744073709551615 134529038 0 0 4096 3 0 0 0 17 1 0 0
/proc/25038/statm: 40446 36833 51 174 0 40269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 167144

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25039
/proc/meminfo: memFree=773808/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=251704 CPUtime=3.08
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 58050 0 0 0 269 39 0 0 25 0 1 0 154666662 257744896 58013 1992294400 134512640 135225430 4294956176 18446744073709551615 134549555 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 62926 58013 72 174 0 62749 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 257064

[startup+6.30258 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25039
/proc/meminfo: memFree=764784/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=252728 CPUtime=6.28
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 58273 0 0 0 589 39 0 0 25 0 1 0 154666662 258793472 58236 1992294400 134512640 135225430 4294956176 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 63182 58236 72 174 0 63005 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 258088

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25039
/proc/meminfo: memFree=721584/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=286284 CPUtime=12.66
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 71945 0 0 0 1212 54 0 0 25 0 1 0 154666662 293154816 65630 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 71571 65630 77 174 0 71394 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 291644

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25039
/proc/meminfo: memFree=664496/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=324768 CPUtime=25.46
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 82245 0 0 0 2481 65 0 0 25 0 1 0 154666662 332562432 75354 1992294400 134512640 135225430 4294956176 18446744073709551615 134549603 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 81192 75354 77 174 0 81015 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 330128

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25039
/proc/meminfo: memFree=663856/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=0
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154666662 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 236 195 169 0 51 0
[pid=25038] ppid=25037 vsize=326304 CPUtime=51.03
/proc/25038/stat : 25038 (SatELite_releas) R 25037 25037 24437 0 -1 4194304 82518 0 0 0 5038 65 0 0 25 0 1 0 154666662 334135296 75627 1992294400 134512640 135225430 4294956176 18446744073709551615 134586134 0 0 4096 3 0 0 0 17 0 0 0
/proc/25038/statm: 81576 75627 77 174 0 81399 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 331664

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=889776/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=57332 CPUtime=26.58
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 14126 0 0 0 2649 9 0 0 25 0 1 0 154674232 58707968 14112 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 14333 14112 77 172 0 14158 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 62692

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=884016/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=63492 CPUtime=86.54
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 15598 0 0 0 8644 10 0 0 25 0 1 0 154674232 65015808 15584 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 15873 15584 77 172 0 15698 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 68852

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=880560/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=66912 CPUtime=146.53
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 16461 0 0 0 14642 11 0 0 25 0 1 0 154674232 68517888 16447 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 16728 16447 77 172 0 16553 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 72272

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=877808/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=69636 CPUtime=206.51
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 17151 0 0 0 20640 11 0 0 25 0 1 0 154674232 71307264 17137 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 17409 17137 77 172 0 17234 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 74996

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=875824/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=71860 CPUtime=266.48
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 17658 0 0 0 26637 11 0 0 25 0 1 0 154674232 73584640 17644 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 17965 17644 77 172 0 17790 0
Current children cumulated CPU time (s) 342.11

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


[startup+1242.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 25040
/proc/meminfo: memFree=845168/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=102988 CPUtime=1166.2
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 25302 0 0 0 116602 18 0 0 25 0 1 0 154674232 105459712 25288 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 25747 25288 77 172 0 25572 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 108348

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25040
/proc/meminfo: memFree=843376/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=104728 CPUtime=1226.2
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 25758 0 0 0 122601 19 0 0 25 0 1 0 154674232 107241472 25744 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 26182 25744 77 172 0 26007 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 110088

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25040
/proc/meminfo: memFree=842224/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=105800 CPUtime=1286.17
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 26043 0 0 0 128598 19 0 0 25 0 1 0 154674232 108339200 26029 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 26450 26029 77 172 0 26275 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 111160

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=840560/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=107608 CPUtime=1346.16
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 26472 0 0 0 134596 20 0 0 25 0 1 0 154674232 110190592 26458 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 26902 26458 77 172 0 26727 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 112968

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=837104/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=111124 CPUtime=1406.14
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27352 0 0 0 140593 21 0 0 25 0 1 0 154674232 113790976 27338 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 27781 27338 77 172 0 27606 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 116484

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

[startup+1484.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=836784/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=111524 CPUtime=1408.54
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27419 0 0 0 140833 21 0 0 25 0 1 0 154674232 114200576 27405 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 27881 27405 77 172 0 27706 0
Current children cumulated CPU time (s) 1484.17
Current children cumulated vsize (KiB) 116884

[startup+1497.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113560 CPUtime=1421.33
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27804 0 0 0 142112 21 0 0 25 0 1 0 154674232 116285440 27790 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28390 27790 77 172 0 28215 0
Current children cumulated CPU time (s) 1496.96
Current children cumulated vsize (KiB) 118920

[startup+1503.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113560 CPUtime=1427.73
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27807 0 0 0 142752 21 0 0 25 0 1 0 154674232 116285440 27793 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28390 27793 77 172 0 28215 0
Current children cumulated CPU time (s) 1503.36
Current children cumulated vsize (KiB) 118920

[startup+1507.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113560 CPUtime=1430.93
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27809 0 0 0 143072 21 0 0 25 0 1 0 154674232 116285440 27795 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28390 27795 77 172 0 28215 0
Current children cumulated CPU time (s) 1506.56
Current children cumulated vsize (KiB) 118920

[startup+1508.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113560 CPUtime=1432.53
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27810 0 0 0 143232 21 0 0 25 0 1 0 154674232 116285440 27796 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28390 27796 77 172 0 28215 0
Current children cumulated CPU time (s) 1508.16
Current children cumulated vsize (KiB) 118920

[startup+1510.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113560 CPUtime=1434.13
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27811 0 0 0 143392 21 0 0 25 0 1 0 154674232 116285440 27797 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28390 27797 77 172 0 28215 0
Current children cumulated CPU time (s) 1509.76
Current children cumulated vsize (KiB) 118920

[startup+1510.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113712 CPUtime=1434.52
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27819 0 0 0 143431 21 0 0 25 0 1 0 154674232 116441088 27805 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28428 27805 77 172 0 28253 0
Current children cumulated CPU time (s) 1510.15
Current children cumulated vsize (KiB) 119072

[startup+1511.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113712 CPUtime=1434.92
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27819 0 0 0 143471 21 0 0 25 0 1 0 154674232 116441088 27805 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28428 27805 77 172 0 28253 0
Current children cumulated CPU time (s) 1510.55
Current children cumulated vsize (KiB) 119072

[startup+1511.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25040
/proc/meminfo: memFree=835184/2055920 swapFree=4181456/4192956
[pid=25037] ppid=25035 vsize=5360 CPUtime=75.63
/proc/25037/stat : 25037 (glucose.sh) S 25035 25037 24437 0 -1 4194304 313 91372 0 0 0 0 7483 80 16 0 1 0 154666662 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25037/statm: 1340 238 195 169 0 51 0
[pid=25040] ppid=25037 vsize=113712 CPUtime=1435.02
/proc/25040/stat : 25040 (glucose_static) R 25037 25037 24437 0 -1 4194304 27819 0 0 0 143481 21 0 0 25 0 1 0 154674232 116441088 27805 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25040/statm: 28428 27805 77 172 0 28253 0
Current children cumulated CPU time (s) 1510.65
Current children cumulated vsize (KiB) 119072

Child status: 20
Real time (s): 1511.26
CPU time (s): 1510.73
CPU user time (s): 1509.66
CPU system time (s): 1.06584
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 350420

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

runsolver used 1.2858 second user time and 4.22036 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-02 14:12:17
IDJOB=1774554
IDBENCH=70959
IDSOLVER=610
FILE ID=node26/1774554-1241266333
PBS_JOBID= 9224962
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED=432525657

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:        997472 kB
Buffers:         90424 kB
Cached:         855748 kB
SwapCached:       5352 kB
Active:         159704 kB
Inactive:       794408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        997472 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:           63212 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            90328 kB
Committed_AS:   658284 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= 66448 MiB
End job on node26 at 2009-05-02 14:37:28