Trace number 1720988

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 328.8 328.937

General information on the benchmark

Namegoldb-heqc-alu4mul.cnf
MD5SUM2d68b23bdbf6e7e2868e82c4f24dffc3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.624
Satisfiable
(Un)Satisfiability was proved
Number of variables4736
Number of clauses30465
Sum of the clauses size103040
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27024
Number of clauses of size 314112
Number of clauses of size 40
Number of clauses of size 59328
Number of clauses of size over 51

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...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   30465   103040 |    9139       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   30392   102976 |      --       0       --      -- |     --   | -73/-64
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 4709   #clauses: 30392   #literals: 102976
0.00/0.07	c CPU time:   0.06399 s
0.00/0.07	c ==============================================================================
0.09/0.10	c
0.09/0.10	c Starting glucose
0.09/0.10	c
0.09/0.10	
0.09/0.10	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.10	
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Number of variables:  4709                                                 |
0.09/0.10	c |  Number of clauses:    30392                                                |
0.09/0.13	c |  Parsing time:         0.02         s                                       |
328.74/328.92	c restarts              : 21
328.74/328.92	c nb ReduceDB           : 31
328.74/328.92	c nb learnts DL2        : 978
328.74/328.92	c nb learnts size 2     : 287
328.74/328.92	c nb learnts size 1     : 25
328.74/328.92	c conflicts             : 650777         (1980 /sec)
328.74/328.92	c decisions             : 813000         (0.72 % random) (2474 /sec)
328.74/328.92	c propagations          : 331658863      (1009161 /sec)
328.74/328.92	c conflict literals     : 28510561       (68.30 % deleted)
328.74/328.92	c Memory used           : 18.27 MB
328.74/328.92	c CPU time              : 328.648 s
328.74/328.92	
328.74/328.93	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-1720988-1240661704/watcher-1720988-1240661704 -o /tmp/evaluation-result-1720988-1240661704/solver-1720988-1240661704 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1720988-1240661704.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.00 3/64 15811
/proc/meminfo: memFree=1111488/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 94203938 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 236 195 169 0 51 0
[pid=15812] ppid=15811 vsize=1360 CPUtime=0
/proc/15812/stat : 15812 (SatELite_releas) R 15811 15811 15433 0 -1 4194304 179 0 0 0 0 0 0 0 19 0 1 0 94203938 1392640 163 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 340 164 50 174 0 163 0

[startup+0.085277 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15811
/proc/meminfo: memFree=1111488/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 94203938 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 236 195 169 0 51 0
[pid=15812] ppid=15811 vsize=4428 CPUtime=0.07
/proc/15812/stat : 15812 (SatELite_releas) R 15811 15811 15433 0 -1 4194304 951 0 0 0 7 0 0 0 19 0 1 0 94203938 4534272 890 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1107 890 81 174 0 930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9788

[startup+0.101277 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15811
/proc/meminfo: memFree=1111488/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 94203938 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 236 195 169 0 51 0
[pid=15812] ppid=15811 vsize=4428 CPUtime=0.09
/proc/15812/stat : 15812 (SatELite_releas) R 15811 15811 15433 0 -1 4194304 951 0 0 0 8 1 0 0 19 0 1 0 94203938 4534272 890 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1107 890 81 174 0 930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9788

[startup+0.301304 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15811
/proc/meminfo: memFree=1111488/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701342 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15811
/proc/meminfo: memFree=1111488/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1106608/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=5568 CPUtime=1.38
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 1146 0 0 0 138 0 0 0 25 0 1 0 94203949 5701632 1116 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 1392 1116 76 172 0 1217 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10928

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1106224/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=6360 CPUtime=2.98
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 1350 0 0 0 298 0 0 0 25 0 1 0 94203949 6512640 1320 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 1590 1320 76 172 0 1415 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11720

[startup+6.30185 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1104696/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=7020 CPUtime=6.17
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 1522 0 0 0 617 0 0 0 25 0 1 0 94203949 7188480 1492 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 1755 1492 76 172 0 1580 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12380

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1103992/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=7608 CPUtime=12.56
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 1676 0 0 0 1256 0 0 0 25 0 1 0 94203949 7790592 1646 1992294400 134512640 135217611 4294956272 18446744073709551615 134539579 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 1902 1646 76 172 0 1727 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 12968

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1102840/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=9064 CPUtime=25.37
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 2016 0 0 0 2536 1 0 0 25 0 1 0 94203949 9281536 1986 1992294400 134512640 135217611 4294956272 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 2266 1986 76 172 0 2091 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14424

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1100920/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=11064 CPUtime=50.95
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 2500 0 0 0 5094 1 0 0 25 0 1 0 94203949 11329536 2470 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 2766 2470 76 172 0 2591 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 16424

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1098424/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=13376 CPUtime=102.14
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 3081 0 0 0 10212 2 0 0 25 0 1 0 94203949 13697024 3051 1992294400 134512640 135217611 4294956272 18446744073709551615 134533410 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 3344 3051 76 172 0 3169 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18736

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1096376/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=15704 CPUtime=162.12
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 3647 0 0 0 16209 3 0 0 25 0 1 0 94203949 16080896 3617 1992294400 134512640 135217611 4294956272 18446744073709551615 134522547 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 3926 3617 76 172 0 3751 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 21064

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1094520/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=17500 CPUtime=222.09
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4092 0 0 0 22206 3 0 0 25 0 1 0 94203949 17920000 4062 1992294400 134512640 135217611 4294956272 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4375 4062 76 172 0 4200 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 22860

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1094072/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18024 CPUtime=282.07
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4192 0 0 0 28204 3 0 0 25 0 1 0 94203949 18456576 4162 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4506 4162 76 172 0 4331 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 23384

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

[startup+307.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1093432/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18700 CPUtime=306.86
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4353 0 0 0 30683 3 0 0 25 0 1 0 94203949 19148800 4323 1992294400 134512640 135217611 4294956272 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4675 4323 76 172 0 4500 0
Current children cumulated CPU time (s) 306.95
Current children cumulated vsize (KiB) 24060

[startup+319.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1093432/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18700 CPUtime=319.65
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4354 0 0 0 31962 3 0 0 25 0 1 0 94203949 19148800 4324 1992294400 134512640 135217611 4294956272 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4675 4324 76 172 0 4500 0
Current children cumulated CPU time (s) 319.74
Current children cumulated vsize (KiB) 24060

[startup+323.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1093432/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18700 CPUtime=322.85
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4356 0 0 0 32282 3 0 0 25 0 1 0 94203949 19148800 4326 1992294400 134512640 135217611 4294956272 18446744073709551615 134533585 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4675 4326 76 172 0 4500 0
Current children cumulated CPU time (s) 322.94
Current children cumulated vsize (KiB) 24060

[startup+326.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1093432/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18700 CPUtime=326.05
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4356 0 0 0 32602 3 0 0 25 0 1 0 94203949 19148800 4326 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4675 4326 76 172 0 4500 0
Current children cumulated CPU time (s) 326.14
Current children cumulated vsize (KiB) 24060

[startup+327.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1093432/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18700 CPUtime=327.65
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4362 0 0 0 32762 3 0 0 25 0 1 0 94203949 19148800 4332 1992294400 134512640 135217611 4294956272 18446744073709551615 134538414 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4675 4332 76 172 0 4500 0
Current children cumulated CPU time (s) 327.74
Current children cumulated vsize (KiB) 24060

[startup+328.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1093432/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18700 CPUtime=328.45
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4362 0 0 0 32842 3 0 0 25 0 1 0 94203949 19148800 4332 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4675 4332 76 172 0 4500 0
Current children cumulated CPU time (s) 328.54
Current children cumulated vsize (KiB) 24060

[startup+328.907 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15814
/proc/meminfo: memFree=1093432/2055920 swapFree=4146964/4192956
[pid=15811] ppid=15809 vsize=5360 CPUtime=0.09
/proc/15811/stat : 15811 (glucose.sh) S 15809 15811 15433 0 -1 4194304 313 952 0 0 0 0 8 1 17 0 1 0 94203938 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15811/statm: 1340 238 195 169 0 51 0
[pid=15814] ppid=15811 vsize=18700 CPUtime=328.65
/proc/15814/stat : 15814 (glucose_static) R 15811 15811 15433 0 -1 4194304 4362 0 0 0 32862 3 0 0 25 0 1 0 94203949 19148800 4332 1992294400 134512640 135217611 4294956272 18446744073709551615 134527896 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/15814/statm: 4675 4332 76 172 0 4500 0
Current children cumulated CPU time (s) 328.74
Current children cumulated vsize (KiB) 24060

Child status: 20
Real time (s): 328.937
CPU time (s): 328.8
CPU user time (s): 328.739
CPU system time (s): 0.06099
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 24060

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

runsolver used 0.25896 second user time and 0.946856 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-25 14:15:04
IDJOB=1720988
IDBENCH=69645
IDSOLVER=503
FILE ID=node14/1720988-1240661704
PBS_JOBID= 9186545
Free space on /tmp= 66296 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-alu4mul.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720988-1240661704/watcher-1720988-1240661704 -o /tmp/evaluation-result-1720988-1240661704/solver-1720988-1240661704 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1720988-1240661704.cnf

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

MD5SUM BENCH= 2d68b23bdbf6e7e2868e82c4f24dffc3
RANDOM SEED=1517147507

node14.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.256
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	: 5931.00
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.256
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:       1112032 kB
Buffers:         69252 kB
Cached:         761608 kB
SwapCached:      40764 kB
Active:         141936 kB
Inactive:       732008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1112032 kB
SwapTotal:     4192956 kB
SwapFree:      4146964 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            55932 kB
Committed_AS:   298348 kB
PageTables:       1448 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= 66296 MiB
End job on node14 at 2009-04-25 14:20:33