Trace number 1581930

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 173.678 173.78

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark165.672
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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.79/0.83	c ==============================================================================
0.79/0.83	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.83	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.83	c ==============================================================================
0.79/0.83	c |         0 |  812032  1943653 |  243609       0        0     nan |  0.000 % |
5.18/5.23	c |         0 |  546568  1525554 |      --       0       --      -- |     --   | -74547/15789
5.18/5.23	c ==============================================================================
5.18/5.23	c Result  :   #vars: 85693   #clauses: 546568   #literals: 1525554
5.18/5.23	c CPU time:   5.07023 s
5.18/5.23	c ==============================================================================
5.68/5.76	c
5.68/5.76	c Starting glucose
5.68/5.76	c
5.68/5.77	
5.68/5.77	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.68/5.77	
5.68/5.77	c ============================[ Problem Statistics ]=============================
5.68/5.77	c |                                                                             |
5.68/5.77	c |  Number of variables:  85693                                                |
5.68/5.77	c |  Number of clauses:    546568                                               |
5.75/6.18	c |  Parsing time:         0.37         s                                       |
173.58/173.75	c restarts              : 180
173.58/173.75	c nb ReduceDB           : 3
173.58/173.75	c nb learnts DL2        : 1940
173.58/173.75	c nb learnts size 2     : 1237
173.58/173.75	c nb learnts size 1     : 268
173.58/173.75	c conflicts             : 66924          (399 /sec)
173.58/173.75	c decisions             : 345239         (1.27 % random) (2057 /sec)
173.58/173.75	c propagations          : 210489164      (1254409 /sec)
173.58/173.75	c conflict literals     : 8251796        (42.28 % deleted)
173.58/173.75	c Memory used           : 56.87 MB
173.58/173.75	c CPU time              : 167.799 s
173.58/173.75	
173.58/173.76	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-1581930-1238934390/watcher-1581930-1238934390 -o /tmp/evaluation-result-1581930-1238934390/solver-1581930-1238934390 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1581930-1238934390.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.10 3/64 25189
/proc/meminfo: memFree=1517872/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=0
/proc/25189/stat : 25189 (glucose.sh) R 25187 25189 24792 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 1166101618 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25189/statm: 1340 235 194 169 0 51 0
[pid=25190] ppid=25189 vsize=1744 CPUtime=0
/proc/25190/stat : 25190 (SatELite_releas) R 25189 25189 24792 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1166101618 1785856 261 1992294400 134512640 135225430 4294956160 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/25190/statm: 436 264 50 174 0 259 0

[startup+0.107489 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 25189
/proc/meminfo: memFree=1517872/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=0
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1166101618 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25189/statm: 1340 236 195 169 0 51 0
[pid=25190] ppid=25189 vsize=32840 CPUtime=0.09
/proc/25190/stat : 25190 (SatELite_releas) R 25189 25189 24792 0 -1 4194304 5353 0 0 0 7 2 0 0 19 0 1 0 1166101618 33628160 5233 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25190/statm: 8210 5234 50 174 0 8033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38200

[startup+0.202499 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 25189
/proc/meminfo: memFree=1517872/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=0
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1166101618 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25189/statm: 1340 236 195 169 0 51 0
[pid=25190] ppid=25189 vsize=42328 CPUtime=0.19
/proc/25190/stat : 25190 (SatELite_releas) R 25189 25189 24792 0 -1 4194304 7709 0 0 0 16 3 0 0 20 0 1 0 1166101618 43343872 7589 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25190/statm: 10582 7589 50 174 0 10405 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47688

[startup+0.302522 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 25189
/proc/meminfo: memFree=1517872/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=0
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1166101618 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25189/statm: 1340 236 195 169 0 51 0
[pid=25190] ppid=25189 vsize=48632 CPUtime=0.29
/proc/25190/stat : 25190 (SatELite_releas) R 25189 25189 24792 0 -1 4194304 9165 0 0 0 24 5 0 0 21 0 1 0 1166101618 49799168 9045 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25190/statm: 12158 9046 50 174 0 11981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53992

[startup+0.701554 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 25189
/proc/meminfo: memFree=1517872/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=0
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1166101618 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25189/statm: 1340 236 195 169 0 51 0
[pid=25190] ppid=25189 vsize=80420 CPUtime=0.69
/proc/25190/stat : 25190 (SatELite_releas) R 25189 25189 24792 0 -1 4194304 17582 0 0 0 60 9 0 0 25 0 1 0 1166101618 82350080 17462 1992294400 134512640 135225430 4294956160 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/25190/statm: 20105 17462 51 174 0 19928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85780

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 25191
/proc/meminfo: memFree=1441824/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=0
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1166101618 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25189/statm: 1340 236 195 169 0 51 0
[pid=25190] ppid=25189 vsize=99128 CPUtime=1.49
/proc/25190/stat : 25190 (SatELite_releas) R 25189 25189 24792 0 -1 4194304 23348 0 0 0 137 12 0 0 25 0 1 0 1166101618 101507072 21228 1992294400 134512640 135225430 4294956160 18446744073709551615 134596364 0 0 4096 3 0 0 0 17 0 0 0
/proc/25190/statm: 24782 21228 77 174 0 24605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104488

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 25191
/proc/meminfo: memFree=1425888/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=0
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1166101618 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25189/statm: 1340 236 195 169 0 51 0
[pid=25190] ppid=25189 vsize=111036 CPUtime=3.08
/proc/25190/stat : 25190 (SatELite_releas) R 25189 25189 24792 0 -1 4194304 25729 0 0 0 295 13 0 0 25 0 1 0 1166101618 113700864 23359 1992294400 134512640 135225430 4294956160 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/25190/statm: 27759 23359 77 174 0 27582 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 116396

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 25191
/proc/meminfo: memFree=1417760/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 5360

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 25192
/proc/meminfo: memFree=1460000/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=43764 CPUtime=6.92
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 10460 0 0 0 686 6 0 0 25 0 1 0 1166102195 44814336 10410 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 10941 10410 77 172 0 10766 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49124

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25192
/proc/meminfo: memFree=1456224/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=47764 CPUtime=19.72
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 11456 0 0 0 1965 7 0 0 25 0 1 0 1166102195 48910336 11406 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 11941 11406 77 172 0 11766 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 53124

[startup+51.103 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25192
/proc/meminfo: memFree=1453024/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=50804 CPUtime=45.28
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 12209 0 0 0 4520 8 0 0 25 0 1 0 1166102195 52023296 12159 1992294400 134512640 135217611 4294956272 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 12701 12159 77 172 0 12526 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 56164

[startup+102.302 s]
/proc/loadavg: 1.06 1.02 1.09 2/66 25192
/proc/meminfo: memFree=1445728/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=96.46
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14071 0 0 0 9637 9 0 0 25 0 1 0 1166102195 59629568 14021 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14021 77 172 0 14383 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 63592

[startup+162.303 s]
/proc/loadavg: 1.08 1.03 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=156.43
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 15634 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 63592

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

[startup+166.401 s]
/proc/loadavg: 1.07 1.03 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=160.53
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 16044 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 166.28
Current children cumulated vsize (KiB) 63592

[startup+169.602 s]
/proc/loadavg: 1.07 1.03 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=163.73
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 16364 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 169.48
Current children cumulated vsize (KiB) 63592

[startup+171.203 s]
/proc/loadavg: 1.07 1.02 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=165.33
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 16524 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 171.08
Current children cumulated vsize (KiB) 63592

[startup+172.805 s]
/proc/loadavg: 1.07 1.02 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=166.93
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 16684 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 172.68
Current children cumulated vsize (KiB) 63592

[startup+173.201 s]
/proc/loadavg: 1.07 1.02 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=167.33
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 16724 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134542249 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 173.08
Current children cumulated vsize (KiB) 63592

[startup+173.601 s]
/proc/loadavg: 1.07 1.02 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=167.73
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 16764 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 173.48
Current children cumulated vsize (KiB) 63592

[startup+173.701 s]
/proc/loadavg: 1.07 1.02 1.09 2/66 25192
/proc/meminfo: memFree=1445664/2055920 swapFree=4177844/4192956
[pid=25189] ppid=25187 vsize=5360 CPUtime=5.75
/proc/25189/stat : 25189 (glucose.sh) S 25187 25189 24792 0 -1 4194304 313 28886 0 0 0 0 553 22 16 0 1 0 1166101618 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25189/statm: 1340 238 195 169 0 51 0
[pid=25192] ppid=25189 vsize=58232 CPUtime=167.83
/proc/25192/stat : 25192 (glucose_static) R 25189 25189 24792 0 -1 4194304 14078 0 0 0 16774 9 0 0 25 0 1 0 1166102195 59629568 14028 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25192/statm: 14558 14028 77 172 0 14383 0
Current children cumulated CPU time (s) 173.58
Current children cumulated vsize (KiB) 63592

Child status: 20
Real time (s): 173.78
CPU time (s): 173.678
CPU user time (s): 173.338
CPU system time (s): 0.339948
CPU usage (%): 99.9408
Max. virtual memory (cumulated for all children) (KiB): 118936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.338
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43444
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= 37
involuntary context switches= 600

runsolver used 0.182972 second user time and 0.460929 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-05 14:26:31
IDJOB=1581930
IDBENCH=71046
IDSOLVER=503
FILE ID=node47/1581930-1238934390
PBS_JOBID= 9101438
Free space on /tmp= 66544 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581930-1238934390/watcher-1581930-1238934390 -o /tmp/evaluation-result-1581930-1238934390/solver-1581930-1238934390 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1581930-1238934390.cnf

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=1221449529

node47.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.216
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.216
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:       1518416 kB
Buffers:         45284 kB
Cached:         413600 kB
SwapCached:       9024 kB
Active:         229756 kB
Inactive:       239716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518416 kB
SwapTotal:     4192956 kB
SwapFree:      4177844 kB
Dirty:           16472 kB
Writeback:           0 kB
Mapped:          16164 kB
Slab:            54036 kB
Committed_AS:  3587240 kB
PageTables:       1464 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= 66540 MiB
End job on node47 at 2009-04-05 14:29:25