Trace number 1563602

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 55.4166 55.4377

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.cnf
MD5SUMf135b1d0c8abb3603a01568e46f7396a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0141
Satisfiable
(Un)Satisfiability was proved
Number of variables270963
Number of clauses1601376
Sum of the clauses size4314698
Maximum clause length257
Minimum clause length1
Number of clauses of size 139870
Number of clauses of size 21147330
Number of clauses of size 3334113
Number of clauses of size 49978
Number of clauses of size 50
Number of clauses of size over 570085

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.24	c ==============================================================================
1.19/1.24	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.24	c ==============================================================================
1.19/1.24	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
44.57/44.61	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
44.57/44.61	c ==============================================================================
44.57/44.61	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
44.57/44.61	c CPU time:   44.2373 s
44.57/44.61	c ==============================================================================
45.18/45.25	c
45.18/45.25	c Starting glucose
45.18/45.25	c
45.18/45.25	
45.18/45.25	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
45.18/45.25	
45.18/45.25	c ============================[ Problem Statistics ]=============================
45.18/45.25	c |                                                                             |
45.18/45.25	c |  Number of variables:  5958                                                 |
45.18/45.25	c |  Number of clauses:    261620                                               |
45.22/45.48	c |  Parsing time:         0.20         s                                       |
55.35/55.41	c restarts              : 30
55.35/55.41	c nb ReduceDB           : 2
55.35/55.41	c nb learnts DL2        : 619
55.35/55.41	c nb learnts size 2     : 125
55.35/55.41	c nb learnts size 1     : 11
55.35/55.41	c conflicts             : 52236          (5171 /sec)
55.35/55.41	c decisions             : 78358          (1.79 % random) (7756 /sec)
55.35/55.41	c propagations          : 1924289        (190477 /sec)
55.35/55.41	c conflict literals     : 591433         (19.00 % deleted)
55.35/55.41	c Memory used           : 29.04 MB
55.35/55.41	c CPU time              : 10.1025 s
55.35/55.41	
55.35/55.42	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-1563602-1238787964/watcher-1563602-1238787964 -o /tmp/evaluation-result-1563602-1238787964/solver-1563602-1238787964 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1563602-1238787964.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.00 1.00 1.08 3/65 6344
/proc/meminfo: memFree=1937800/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=1024 CPUtime=0
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 140 0 0 0 0 0 0 0 20 0 1 0 362517357 1048576 124 1992294400 134512640 135225430 4294956160 18446744073709551615 134528133 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 256 125 51 174 0 79 0

[startup+0.0402851 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 6344
/proc/meminfo: memFree=1937800/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=4424 CPUtime=0.02
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 979 0 0 0 2 0 0 0 20 0 1 0 362517357 4530176 963 1992294400 134512640 135225430 4294956160 18446744073709551615 134919822 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 1139 965 51 174 0 962 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9784

[startup+0.102292 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 6344
/proc/meminfo: memFree=1937800/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=11908 CPUtime=0.08
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 2525 0 0 0 7 1 0 0 20 0 1 0 362517357 12193792 2509 1992294400 134512640 135225430 4294956160 18446744073709551615 134722632 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 3010 2510 51 174 0 2833 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17268

[startup+0.302316 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 6344
/proc/meminfo: memFree=1937800/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=29528 CPUtime=0.29
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 6919 0 0 0 25 4 0 0 21 0 1 0 362517357 30236672 6903 1992294400 134512640 135225430 4294956160 18446744073709551615 134722552 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 7382 6904 51 174 0 7205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34888

[startup+0.707524 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 6344
/proc/meminfo: memFree=1937800/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=76256 CPUtime=0.69
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 16493 0 0 0 60 9 0 0 25 0 1 0 362517357 78086144 16477 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 19064 16478 51 174 0 18887 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81616

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 6346
/proc/meminfo: memFree=1842744/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=158780 CPUtime=1.49
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 31947 0 0 0 130 19 0 0 25 0 1 0 362517357 162590720 31931 1992294400 134512640 135225430 4294956160 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 39695 31931 72 174 0 39518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 164140

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 6346
/proc/meminfo: memFree=1808696/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=159292 CPUtime=3.09
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 32049 0 0 0 290 19 0 0 25 0 1 0 362517357 163115008 32033 1992294400 134512640 135225430 4294956160 18446744073709551615 134549603 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 39823 32033 72 174 0 39646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164652

[startup+6.30107 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 6346
/proc/meminfo: memFree=1795448/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=174192 CPUtime=6.28
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 38245 0 0 0 603 25 0 0 25 0 1 0 362517357 178372608 34871 1992294400 134512640 135225430 4294956160 18446744073709551615 134586060 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 43548 34871 77 174 0 43371 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 179552

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 6346
/proc/meminfo: memFree=1753592/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=200768 CPUtime=12.68
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 45216 0 0 0 1236 32 0 0 25 0 1 0 362517357 205586432 41534 1992294400 134512640 135225430 4294956160 18446744073709551615 134549563 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 50192 41534 77 174 0 50015 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 206128

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 6346
/proc/meminfo: memFree=1753208/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=0
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 362517356 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 236 195 169 0 51 0
[pid=6345] ppid=6344 vsize=201280 CPUtime=25.47
/proc/6345/stat : 6345 (SatELite_releas) R 6344 6344 6050 0 -1 4194304 45400 0 0 0 2515 32 0 0 25 0 1 0 362517357 206110720 41718 1992294400 134512640 135225430 4294956160 18446744073709551615 134586096 0 0 4096 3 0 0 0 17 1 0 0
/proc/6345/statm: 50320 41718 77 174 0 50143 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 206640

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 6347
/proc/meminfo: memFree=1881592/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=45.22
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 313 50332 0 0 0 0 4479 43 16 0 1 0 362517356 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 238 195 169 0 51 0
[pid=6347] ppid=6344 vsize=28576 CPUtime=5.83
/proc/6347/stat : 6347 (glucose_static) R 6344 6344 6050 0 -1 4194304 6922 0 0 0 579 4 0 0 25 0 1 0 362521882 29261824 6908 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6347/statm: 7144 6908 77 172 0 6969 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 33936

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

[startup+52.7019 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 6347
/proc/meminfo: memFree=1881080/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=45.22
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 313 50332 0 0 0 0 4479 43 16 0 1 0 362517356 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 238 195 169 0 51 0
[pid=6347] ppid=6344 vsize=29140 CPUtime=7.43
/proc/6347/stat : 6347 (glucose_static) R 6344 6344 6050 0 -1 4194304 7068 0 0 0 739 4 0 0 25 0 1 0 362521882 29839360 7054 1992294400 134512640 135217611 4294956288 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6347/statm: 7285 7054 77 172 0 7110 0
Current children cumulated CPU time (s) 52.65
Current children cumulated vsize (KiB) 34500

[startup+54.3011 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 6347
/proc/meminfo: memFree=1880760/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=45.22
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 313 50332 0 0 0 0 4479 43 16 0 1 0 362517356 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 238 195 169 0 51 0
[pid=6347] ppid=6344 vsize=29728 CPUtime=9.02
/proc/6347/stat : 6347 (glucose_static) R 6344 6344 6050 0 -1 4194304 7194 0 0 0 898 4 0 0 25 0 1 0 362521882 30441472 7180 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6347/statm: 7432 7180 77 172 0 7257 0
Current children cumulated CPU time (s) 54.24
Current children cumulated vsize (KiB) 35088

[startup+55.1012 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 6347
/proc/meminfo: memFree=1880568/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=45.22
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 313 50332 0 0 0 0 4479 43 16 0 1 0 362517356 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 238 195 169 0 51 0
[pid=6347] ppid=6344 vsize=29728 CPUtime=9.83
/proc/6347/stat : 6347 (glucose_static) R 6344 6344 6050 0 -1 4194304 7203 0 0 0 978 5 0 0 25 0 1 0 362521882 30441472 7189 1992294400 134512640 135217611 4294956288 18446744073709551615 134524299 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6347/statm: 7432 7189 77 172 0 7257 0
Current children cumulated CPU time (s) 55.05
Current children cumulated vsize (KiB) 35088

[startup+55.3013 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 6347
/proc/meminfo: memFree=1880568/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=45.22
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 313 50332 0 0 0 0 4479 43 16 0 1 0 362517356 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 238 195 169 0 51 0
[pid=6347] ppid=6344 vsize=29728 CPUtime=10.03
/proc/6347/stat : 6347 (glucose_static) R 6344 6344 6050 0 -1 4194304 7204 0 0 0 998 5 0 0 25 0 1 0 362521882 30441472 7190 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6347/statm: 7432 7190 77 172 0 7257 0
Current children cumulated CPU time (s) 55.25
Current children cumulated vsize (KiB) 35088

[startup+55.4013 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 6347
/proc/meminfo: memFree=1880568/2055920 swapFree=4180116/4192956
[pid=6344] ppid=6342 vsize=5360 CPUtime=45.22
/proc/6344/stat : 6344 (glucose.sh) S 6342 6344 6050 0 -1 4194304 313 50332 0 0 0 0 4479 43 16 0 1 0 362517356 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6344/statm: 1340 238 195 169 0 51 0
[pid=6347] ppid=6344 vsize=29728 CPUtime=10.13
/proc/6347/stat : 6347 (glucose_static) R 6344 6344 6050 0 -1 4194304 7205 0 0 0 1008 5 0 0 25 0 1 0 362521882 30441472 7191 1992294400 134512640 135217611 4294956288 18446744073709551615 134533254 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6347/statm: 7432 7191 77 172 0 7257 0
Current children cumulated CPU time (s) 55.35
Current children cumulated vsize (KiB) 35088

Child status: 20
Real time (s): 55.4377
CPU time (s): 55.4166
CPU user time (s): 54.9027
CPU system time (s): 0.513921
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 232564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.9027
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58017
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= 12
involuntary context switches= 157

runsolver used 0.044993 second user time and 0.165974 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-03 21:46:06
IDJOB=1563602
IDBENCH=70957
IDSOLVER=503
FILE ID=node54/1563602-1238787964
PBS_JOBID= 9085601
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=166893717

node54.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.232
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.232
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:       1938280 kB
Buffers:          6380 kB
Cached:          61208 kB
SwapCached:       4696 kB
Active:          55772 kB
Inactive:        19716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938280 kB
SwapTotal:     4192956 kB
SwapFree:      4180116 kB
Dirty:           34248 kB
Writeback:           0 kB
Mapped:          15044 kB
Slab:            28148 kB
Committed_AS:  1336816 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node54 at 2009-04-03 21:47:02