Trace number 1783576

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 149.959 150.025

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.7507
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

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.06/0.08	c ==============================================================================
0.06/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.08	c ==============================================================================
0.06/0.08	c |         0 |   55499   347295 |   16649       0        0     nan |  0.000 % |
0.29/0.36	c |         0 |   49674   326619 |      --       0       --      -- |     --   | -126/-2149
0.29/0.36	c ==============================================================================
0.29/0.36	c Result  :   #vars: 1069   #clauses: 49674   #literals: 326619
0.29/0.36	c CPU time:   0.347947 s
0.29/0.36	c ==============================================================================
0.39/0.45	c
0.39/0.45	c Starting glucose
0.39/0.45	c
0.39/0.45	
0.39/0.45	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.39/0.45	
0.39/0.45	c ============================[ Problem Statistics ]=============================
0.39/0.45	c |                                                                             |
0.39/0.46	c |  Number of variables:  1069                                                 |
0.39/0.46	c |  Number of clauses:    49674                                                |
0.45/0.50	c |  Parsing time:         0.04         s                                       |
149.92/150.01	c restarts              : 129
149.92/150.01	c nb ReduceDB           : 19
149.92/150.01	c nb learnts DL2        : 201
149.92/150.01	c nb learnts size 2     : 122
149.92/150.01	c nb learnts size 1     : 18
149.92/150.01	c conflicts             : 350530         (2345 /sec)
149.92/150.01	c decisions             : 480818         (1.60 % random) (3217 /sec)
149.92/150.01	c propagations          : 25116425       (168051 /sec)
149.92/150.01	c conflict literals     : 11348613       (49.39 % deleted)
149.92/150.01	c Memory used           : 15.58 MB
149.92/150.01	c CPU time              : 149.457 s
149.92/150.01	
149.92/150.01	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-1783576-1241861799/watcher-1783576-1241861799 -o /tmp/evaluation-result-1783576-1241861799/solver-1783576-1241861799 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783576-1241861799.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 0.00 0.00 0.00 2/65 23286
/proc/meminfo: memFree=1906448/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214209918 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23286/statm: 1340 236 195 169 0 51 0
[pid=23287] ppid=23286 vsize=1140 CPUtime=0
/proc/23287/stat : 23287 (SatELite_releas) R 23286 23286 23249 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 214209918 1167360 122 1992294400 134512640 135225430 4294956176 18446744073709551615 134528322 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 285 122 51 174 0 108 0

[startup+0.075519 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 23286
/proc/meminfo: memFree=1906448/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214209918 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23286/statm: 1340 236 195 169 0 51 0
[pid=23287] ppid=23286 vsize=5776 CPUtime=0.06
/proc/23287/stat : 23287 (SatELite_releas) R 23286 23286 23249 0 -1 4194304 1281 0 0 0 5 1 0 0 18 0 1 0 214209918 5914624 1265 1992294400 134512640 135225430 4294956176 18446744073709551615 134548165 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 1444 1265 51 174 0 1267 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11136

[startup+0.101558 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 23286
/proc/meminfo: memFree=1906448/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214209918 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23286/statm: 1340 236 195 169 0 51 0
[pid=23287] ppid=23286 vsize=5776 CPUtime=0.09
/proc/23287/stat : 23287 (SatELite_releas) R 23286 23286 23249 0 -1 4194304 1334 0 0 0 8 1 0 0 18 0 1 0 214209918 5914624 1318 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 1444 1318 72 174 0 1267 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11136

[startup+0.301576 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 23286
/proc/meminfo: memFree=1906448/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214209918 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23286/statm: 1340 236 195 169 0 51 0
[pid=23287] ppid=23286 vsize=7276 CPUtime=0.29
/proc/23287/stat : 23287 (SatELite_releas) R 23286 23286 23249 0 -1 4194304 1585 0 0 0 28 1 0 0 19 0 1 0 214209918 7450624 1564 1992294400 134512640 135225430 4294956176 18446744073709551615 134586063 0 0 4096 3 0 0 0 17 0 0 0
/proc/23287/statm: 1819 1564 77 174 0 1642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12636

[startup+0.701626 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 23286
/proc/meminfo: memFree=1906448/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 5360

[startup+1.5017 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 23289
/proc/meminfo: memFree=1898616/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=7468 CPUtime=1.03
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 1756 0 0 0 102 1 0 0 25 0 1 0 214209964 7647232 1742 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 1867 1742 76 172 0 1692 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12828

[startup+3.10187 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 23289
/proc/meminfo: memFree=1897528/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=8732 CPUtime=2.63
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 2049 0 0 0 262 1 0 0 25 0 1 0 214209964 8941568 2035 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 2183 2035 76 172 0 2008 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14092

[startup+6.30116 s]
/proc/loadavg: 0.08 0.02 0.01 2/67 23289
/proc/meminfo: memFree=1895672/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=9416 CPUtime=5.83
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 2218 0 0 0 582 1 0 0 25 0 1 0 214209964 9641984 2204 1992294400 134512640 135217611 4294956304 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 2354 2204 76 172 0 2179 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14776

[startup+12.7018 s]
/proc/loadavg: 0.15 0.03 0.01 2/67 23289
/proc/meminfo: memFree=1894712/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=10364 CPUtime=12.23
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 2464 0 0 0 1222 1 0 0 25 0 1 0 214209964 10612736 2450 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 2591 2450 76 172 0 2416 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15724

[startup+25.5011 s]
/proc/loadavg: 0.34 0.08 0.02 2/67 23289
/proc/meminfo: memFree=1893432/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=11728 CPUtime=25.03
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 2806 0 0 0 2501 2 0 0 25 0 1 0 214209964 12009472 2792 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 2932 2792 76 172 0 2757 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17088

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/67 23289
/proc/meminfo: memFree=1891640/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=13592 CPUtime=50.61
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3244 0 0 0 5059 2 0 0 25 0 1 0 214209964 13918208 3230 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3398 3230 76 172 0 3223 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18952

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/67 23289
/proc/meminfo: memFree=1890168/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15012 CPUtime=101.8
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3599 0 0 0 10177 3 0 0 25 0 1 0 214209964 15372288 3585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3753 3585 76 172 0 3578 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 20372

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

[startup+127.902 s]
/proc/loadavg: 0.87 0.34 0.12 2/67 23289
/proc/meminfo: memFree=1889656/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15672 CPUtime=127.38
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3733 0 0 0 12735 3 0 0 25 0 1 0 214209964 16048128 3719 1992294400 134512640 135217611 4294956304 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3918 3719 76 172 0 3743 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 21032

[startup+140.702 s]
/proc/loadavg: 0.90 0.37 0.13 2/67 23289
/proc/meminfo: memFree=1889528/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15672 CPUtime=140.18
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3763 0 0 0 14015 3 0 0 25 0 1 0 214209964 16048128 3749 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3918 3749 76 172 0 3743 0
Current children cumulated CPU time (s) 140.63
Current children cumulated vsize (KiB) 21032

[startup+143.901 s]
/proc/loadavg: 0.90 0.37 0.13 2/67 23289
/proc/meminfo: memFree=1889464/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15820 CPUtime=143.37
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3769 0 0 0 14334 3 0 0 25 0 1 0 214209964 16199680 3755 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3955 3755 76 172 0 3780 0
Current children cumulated CPU time (s) 143.82
Current children cumulated vsize (KiB) 21180

[startup+147.102 s]
/proc/loadavg: 0.91 0.38 0.14 2/67 23289
/proc/meminfo: memFree=1889400/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15820 CPUtime=146.57
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3792 0 0 0 14654 3 0 0 25 0 1 0 214209964 16199680 3778 1992294400 134512640 135217611 4294956304 18446744073709551615 134527801 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3955 3778 76 172 0 3780 0
Current children cumulated CPU time (s) 147.02
Current children cumulated vsize (KiB) 21180

[startup+148.702 s]
/proc/loadavg: 0.91 0.38 0.14 2/67 23289
/proc/meminfo: memFree=1889336/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15952 CPUtime=148.17
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3808 0 0 0 14814 3 0 0 25 0 1 0 214209964 16334848 3794 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3988 3794 76 172 0 3813 0
Current children cumulated CPU time (s) 148.62
Current children cumulated vsize (KiB) 21312

[startup+149.502 s]
/proc/loadavg: 0.92 0.39 0.14 2/67 23289
/proc/meminfo: memFree=1889272/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15952 CPUtime=148.97
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3830 0 0 0 14894 3 0 0 25 0 1 0 214209964 16334848 3816 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3988 3816 76 172 0 3813 0
Current children cumulated CPU time (s) 149.42
Current children cumulated vsize (KiB) 21312

[startup+149.902 s]
/proc/loadavg: 0.92 0.39 0.14 2/67 23289
/proc/meminfo: memFree=1889272/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15952 CPUtime=149.37
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3830 0 0 0 14934 3 0 0 25 0 1 0 214209964 16334848 3816 1992294400 134512640 135217611 4294956304 18446744073709551615 134522539 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3988 3816 76 172 0 3813 0
Current children cumulated CPU time (s) 149.82
Current children cumulated vsize (KiB) 21312

[startup+150.002 s]
/proc/loadavg: 0.92 0.39 0.14 2/67 23289
/proc/meminfo: memFree=1889272/2055920 swapFree=4180856/4192956
[pid=23286] ppid=23284 vsize=5360 CPUtime=0.45
/proc/23286/stat : 23286 (glucose.sh) S 23284 23286 23249 0 -1 4194304 313 1590 0 0 0 0 43 2 15 0 1 0 214209918 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23286/statm: 1340 238 195 169 0 51 0
[pid=23289] ppid=23286 vsize=15952 CPUtime=149.47
/proc/23289/stat : 23289 (glucose_static) R 23286 23286 23249 0 -1 4194304 3830 0 0 0 14944 3 0 0 25 0 1 0 214209964 16334848 3816 1992294400 134512640 135217611 4294956304 18446744073709551615 134532803 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23289/statm: 3988 3816 76 172 0 3813 0
Current children cumulated CPU time (s) 149.92
Current children cumulated vsize (KiB) 21312

Child status: 20
Real time (s): 150.025
CPU time (s): 149.959
CPU user time (s): 149.892
CPU system time (s): 0.066989
CPU usage (%): 99.9564
Max. virtual memory (cumulated for all children) (KiB): 21312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.892
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5899
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= 40
involuntary context switches= 595

runsolver used 0.118981 second user time and 0.433934 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-09 11:36:39
IDJOB=1783576
IDBENCH=24601
IDSOLVER=610
FILE ID=node79/1783576-1241861799
PBS_JOBID= 9264538
Free space on /tmp= 66220 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783576-1241861799/watcher-1783576-1241861799 -o /tmp/evaluation-result-1783576-1241861799/solver-1783576-1241861799 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783576-1241861799.cnf

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=761714080

node79.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1906992 kB
Buffers:         21004 kB
Cached:          65060 kB
SwapCached:       7028 kB
Active:          53620 kB
Inactive:        41712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906992 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            3460 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            39640 kB
Committed_AS:   724988 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node79 at 2009-05-09 11:39:09