Trace number 1725927

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 158.432 158.482

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.6907
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.02/0.08	c ==============================================================================
0.02/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.08	c ==============================================================================
0.02/0.08	c |         0 |   55499   347295 |   16649       0        0     nan |  0.000 % |
0.29/0.37	c |         0 |   49674   326619 |      --       0       --      -- |     --   | -126/-2149
0.29/0.37	c ==============================================================================
0.29/0.37	c Result  :   #vars: 1069   #clauses: 49674   #literals: 326619
0.29/0.37	c CPU time:   0.358945 s
0.29/0.37	c ==============================================================================
0.39/0.47	c
0.39/0.47	c Starting glucose
0.39/0.47	c
0.39/0.47	
0.39/0.47	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.39/0.47	
0.39/0.47	c ============================[ Problem Statistics ]=============================
0.39/0.47	c |                                                                             |
0.39/0.47	c |  Number of variables:  1069                                                 |
0.39/0.47	c |  Number of clauses:    49674                                                |
0.46/0.52	c |  Parsing time:         0.04         s                                       |
158.33/158.47	c restarts              : 129
158.33/158.47	c nb ReduceDB           : 19
158.33/158.47	c nb learnts DL2        : 201
158.33/158.47	c nb learnts size 2     : 122
158.33/158.47	c nb learnts size 1     : 18
158.33/158.47	c conflicts             : 350530         (2220 /sec)
158.33/158.47	c decisions             : 480818         (1.60 % random) (3045 /sec)
158.33/158.47	c propagations          : 25116425       (159047 /sec)
158.33/158.47	c conflict literals     : 11348613       (49.39 % deleted)
158.33/158.47	c Memory used           : 15.58 MB
158.33/158.47	c CPU time              : 157.918 s
158.33/158.47	
158.33/158.47	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-1725927-1240707813/watcher-1725927-1240707813 -o /tmp/evaluation-result-1725927-1240707813/solver-1725927-1240707813 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1725927-1240707813.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: 0.78 0.95 1.07 3/64 29264
/proc/meminfo: memFree=1746680/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 98815329 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29264/statm: 1340 236 195 169 0 51 0
[pid=29265] ppid=29264 vsize=1272 CPUtime=0
/proc/29265/stat : 29265 (SatELite_releas) R 29264 29264 29227 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 98815329 1302528 171 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/29265/statm: 318 171 51 174 0 141 0

[startup+0.0355729 s]
/proc/loadavg: 0.78 0.95 1.07 3/64 29264
/proc/meminfo: memFree=1746680/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 98815329 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29264/statm: 1340 236 195 169 0 51 0
[pid=29265] ppid=29264 vsize=2608 CPUtime=0.02
/proc/29265/stat : 29265 (SatELite_releas) R 29264 29264 29227 0 -1 4194304 511 0 0 0 2 0 0 0 18 0 1 0 98815329 2670592 495 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/29265/statm: 652 496 52 174 0 475 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7968

[startup+0.101579 s]
/proc/loadavg: 0.78 0.95 1.07 3/64 29264
/proc/meminfo: memFree=1746680/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 98815329 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29264/statm: 1340 236 195 169 0 51 0
[pid=29265] ppid=29264 vsize=5776 CPUtime=0.09
/proc/29265/stat : 29265 (SatELite_releas) R 29264 29264 29227 0 -1 4194304 1330 0 0 0 8 1 0 0 18 0 1 0 98815329 5914624 1314 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 1 0 0
/proc/29265/statm: 1444 1314 72 174 0 1267 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11136

[startup+0.301598 s]
/proc/loadavg: 0.78 0.95 1.07 3/64 29264
/proc/meminfo: memFree=1746680/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 98815329 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29264/statm: 1340 236 195 169 0 51 0
[pid=29265] ppid=29264 vsize=7276 CPUtime=0.29
/proc/29265/stat : 29265 (SatELite_releas) R 29264 29264 29227 0 -1 4194304 1585 0 0 0 28 1 0 0 19 0 1 0 98815329 7450624 1564 1992294400 134512640 135225430 4294956176 18446744073709551615 134586063 0 0 4096 3 0 0 0 17 1 0 0
/proc/29265/statm: 1819 1564 77 174 0 1642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12636

[startup+0.701646 s]
/proc/loadavg: 0.78 0.95 1.07 3/64 29264
/proc/meminfo: memFree=1746680/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 5360

[startup+1.50172 s]
/proc/loadavg: 0.78 0.95 1.07 2/66 29267
/proc/meminfo: memFree=1738984/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=7468 CPUtime=1.01
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 1740 0 0 0 101 0 0 0 25 0 1 0 98815376 7647232 1726 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 1867 1726 76 172 0 1692 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12828

[startup+3.10287 s]
/proc/loadavg: 0.78 0.95 1.07 2/66 29267
/proc/meminfo: memFree=1737896/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=8436 CPUtime=2.61
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 1988 0 0 0 261 0 0 0 25 0 1 0 98815376 8638464 1974 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 2109 1974 76 172 0 1934 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13796

[startup+6.30119 s]
/proc/loadavg: 0.80 0.95 1.06 2/66 29267
/proc/meminfo: memFree=1736112/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=9276 CPUtime=5.8
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 2211 0 0 0 580 0 0 0 25 0 1 0 98815376 9498624 2197 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 2319 2197 76 172 0 2144 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 14636

[startup+12.7018 s]
/proc/loadavg: 0.81 0.95 1.06 2/66 29267
/proc/meminfo: memFree=1735024/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=10364 CPUtime=12.21
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 2457 0 0 0 1220 1 0 0 25 0 1 0 98815376 10612736 2443 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 2591 2443 76 172 0 2416 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15724

[startup+25.5011 s]
/proc/loadavg: 0.85 0.95 1.06 2/66 29267
/proc/meminfo: memFree=1733872/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=11596 CPUtime=25
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 2778 0 0 0 2499 1 0 0 25 0 1 0 98815376 11874304 2764 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 2899 2764 76 172 0 2724 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16956

[startup+51.1016 s]
/proc/loadavg: 0.90 0.96 1.06 2/66 29267
/proc/meminfo: memFree=1731888/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=13444 CPUtime=50.59
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3239 0 0 0 5057 2 0 0 25 0 1 0 98815376 13766656 3225 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3361 3225 76 172 0 3186 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 18804

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 1.06 2/66 29267
/proc/meminfo: memFree=1730608/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=14868 CPUtime=101.78
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3552 0 0 0 10176 2 0 0 25 0 1 0 98815376 15224832 3538 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3717 3538 76 172 0 3542 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 20228

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

[startup+127.901 s]
/proc/loadavg: 0.97 0.96 1.05 2/66 29267
/proc/meminfo: memFree=1730032/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15504 CPUtime=127.37
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3707 0 0 0 12735 2 0 0 25 0 1 0 98815376 15876096 3693 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3876 3693 76 172 0 3701 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 20864

[startup+140.702 s]
/proc/loadavg: 0.98 0.96 1.05 2/66 29267
/proc/meminfo: memFree=1729840/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15672 CPUtime=140.17
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3740 0 0 0 14015 2 0 0 25 0 1 0 98815376 16048128 3726 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3918 3726 76 172 0 3743 0
Current children cumulated CPU time (s) 140.63
Current children cumulated vsize (KiB) 21032

[startup+147.101 s]
/proc/loadavg: 0.98 0.96 1.05 2/66 29267
/proc/meminfo: memFree=1729776/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15672 CPUtime=146.56
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3763 0 0 0 14654 2 0 0 25 0 1 0 98815376 16048128 3749 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3918 3749 76 172 0 3743 0
Current children cumulated CPU time (s) 147.02
Current children cumulated vsize (KiB) 21032

[startup+153.502 s]
/proc/loadavg: 0.98 0.97 1.05 2/66 29267
/proc/meminfo: memFree=1729648/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15820 CPUtime=152.96
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3784 0 0 0 15294 2 0 0 25 0 1 0 98815376 16199680 3770 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3955 3770 76 172 0 3780 0
Current children cumulated CPU time (s) 153.42
Current children cumulated vsize (KiB) 21180

[startup+156.702 s]
/proc/loadavg: 0.98 0.97 1.05 2/66 29267
/proc/meminfo: memFree=1729584/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15952 CPUtime=156.16
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3807 0 0 0 15614 2 0 0 25 0 1 0 98815376 16334848 3793 1992294400 134512640 135217611 4294956304 18446744073709551615 134533319 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3988 3793 76 172 0 3813 0
Current children cumulated CPU time (s) 156.62
Current children cumulated vsize (KiB) 21312

[startup+157.502 s]
/proc/loadavg: 0.98 0.97 1.05 2/66 29267
/proc/meminfo: memFree=1729584/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15952 CPUtime=156.96
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3820 0 0 0 15694 2 0 0 25 0 1 0 98815376 16334848 3806 1992294400 134512640 135217611 4294956304 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3988 3806 76 172 0 3813 0
Current children cumulated CPU time (s) 157.42
Current children cumulated vsize (KiB) 21312

[startup+157.901 s]
/proc/loadavg: 0.98 0.97 1.05 2/66 29267
/proc/meminfo: memFree=1729584/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15952 CPUtime=157.36
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3830 0 0 0 15734 2 0 0 25 0 1 0 98815376 16334848 3816 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3988 3816 76 172 0 3813 0
Current children cumulated CPU time (s) 157.82
Current children cumulated vsize (KiB) 21312

[startup+158.301 s]
/proc/loadavg: 0.98 0.97 1.05 2/66 29267
/proc/meminfo: memFree=1729456/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15952 CPUtime=157.77
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3830 0 0 0 15775 2 0 0 25 0 1 0 98815376 16334848 3816 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3988 3816 76 172 0 3813 0
Current children cumulated CPU time (s) 158.23
Current children cumulated vsize (KiB) 21312

[startup+158.405 s]
/proc/loadavg: 0.98 0.97 1.05 2/66 29267
/proc/meminfo: memFree=1729456/2055920 swapFree=4192812/4192956
[pid=29264] ppid=29262 vsize=5360 CPUtime=0.46
/proc/29264/stat : 29264 (glucose.sh) S 29262 29264 29227 0 -1 4194304 313 1590 0 0 0 0 45 1 16 0 1 0 98815329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29264/statm: 1340 238 195 169 0 51 0
[pid=29267] ppid=29264 vsize=15952 CPUtime=157.87
/proc/29267/stat : 29267 (glucose_static) R 29264 29264 29227 0 -1 4194304 3830 0 0 0 15785 2 0 0 25 0 1 0 98815376 16334848 3816 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29267/statm: 3988 3816 76 172 0 3813 0
Current children cumulated CPU time (s) 158.33
Current children cumulated vsize (KiB) 21312

Child status: 20
Real time (s): 158.482
CPU time (s): 158.432
CPU user time (s): 158.373
CPU system time (s): 0.058991
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 21312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.373
system time used= 0.058991
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= 38
involuntary context switches= 343

runsolver used 0.19097 second user time and 0.39194 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-26 03:03:33
IDJOB=1725927
IDBENCH=24601
IDSOLVER=503
FILE ID=node12/1725927-1240707813
PBS_JOBID= 9186849
Free space on /tmp= 66340 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-1725927-1240707813/watcher-1725927-1240707813 -o /tmp/evaluation-result-1725927-1240707813/solver-1725927-1240707813 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1725927-1240707813.cnf

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=592744251

node12.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.213
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.213
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:       1747160 kB
Buffers:         40044 kB
Cached:         195032 kB
SwapCached:          0 kB
Active:         120700 kB
Inactive:       128192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3364 kB
Writeback:           0 kB
Mapped:          23556 kB
Slab:            45972 kB
Committed_AS:   459164 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node12 at 2009-04-26 03:06:12