Trace number 1783884

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 181.947 182.027

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
MD5SUMdd374701f9b3db5a8ac095414c025d77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark64.9721
Satisfiable
(Un)Satisfiability was proved
Number of variables1605
Number of clauses8025
Sum of the clauses size68677
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31142
Number of clauses of size 4106
Number of clauses of size 5888
Number of clauses of size over 55615

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7854    67829 |    2356       0        0     nan |  0.000 % |
0.04/0.06	c |         0 |    6633    59157 |      --       0       --      -- |     --   | -362/-4416
0.04/0.06	c ==============================================================================
0.04/0.06	c Result  :   #vars: 1492   #clauses: 6633   #literals: 59157
0.04/0.06	c CPU time:   0.054991 s
0.04/0.06	c ==============================================================================
0.04/0.08	c
0.04/0.08	c Starting glucose
0.04/0.08	c
0.04/0.08	
0.04/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.04/0.08	
0.04/0.08	c ============================[ Problem Statistics ]=============================
0.04/0.08	c |                                                                             |
0.04/0.08	c |  Number of variables:  1492                                                 |
0.04/0.08	c |  Number of clauses:    6633                                                 |
0.04/0.09	c |  Parsing time:         0.01         s                                       |
181.90/182.01	c restarts              : 97
181.90/182.01	c nb ReduceDB           : 33
181.90/182.01	c nb learnts DL2        : 1140
181.90/182.01	c nb learnts size 2     : 482
181.90/182.01	c nb learnts size 1     : 20
181.90/182.01	c conflicts             : 721804         (3969 /sec)
181.90/182.01	c decisions             : 1350523        (1.93 % random) (7427 /sec)
181.90/182.01	c propagations          : 23773241       (130735 /sec)
181.90/182.01	c conflict literals     : 18583030       (32.90 % deleted)
181.90/182.01	c Memory used           : 15.70 MB
181.90/182.01	c CPU time              : 181.843 s
181.90/182.01	
181.90/182.02	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-1783884-1241897124/watcher-1783884-1241897124 -o /tmp/evaluation-result-1783884-1241897124/solver-1783884-1241897124 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783884-1241897124.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.99 0.98 0.99 3/64 28340
/proc/meminfo: memFree=1763904/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0
/proc/28340/stat : 28340 (glucose.sh) R 28338 28340 28234 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 217745628 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28340/statm: 1340 235 194 169 0 51 0
[pid=28341] ppid=28340 vsize=1140 CPUtime=0
/proc/28341/stat : 28341 (SatELite_releas) R 28340 28340 28234 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 217745628 1167360 127 1992294400 134512640 135225430 4294956176 18446744073709551615 134546128 0 0 4096 3 0 0 0 17 0 0 0
/proc/28341/statm: 285 128 51 174 0 108 0

[startup+0.056465 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28340
/proc/meminfo: memFree=1763904/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217745628 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28340/statm: 1340 236 195 169 0 51 0
[pid=28341] ppid=28340 vsize=2024 CPUtime=0.04
/proc/28341/stat : 28341 (SatELite_releas) R 28340 28340 28234 0 -1 4194304 411 0 0 0 4 0 0 0 19 0 1 0 217745628 2072576 394 1992294400 134512640 135225430 4294956176 18446744073709551615 134587298 0 0 4096 3 0 0 0 17 0 0 0
/proc/28341/statm: 506 394 77 174 0 329 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7384

[startup+0.101473 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28340
/proc/meminfo: memFree=1763904/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.301497 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28340
/proc/meminfo: memFree=1763904/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.701541 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28340
/proc/meminfo: memFree=1763904/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50162 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1760688/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=4444 CPUtime=1.41
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 830 0 0 0 141 0 0 0 25 0 1 0 217745636 4550656 816 1992294400 134512640 135217611 4294956304 18446744073709551615 134533368 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 1111 816 77 172 0 936 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9804

[startup+3.10179 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1759792/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=5236 CPUtime=3.01
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 1028 0 0 0 301 0 0 0 25 0 1 0 217745636 5361664 1014 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 1309 1014 77 172 0 1134 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10596

[startup+6.30114 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1758576/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=6444 CPUtime=6.2
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 1307 0 0 0 620 0 0 0 25 0 1 0 217745636 6598656 1293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 1611 1293 77 172 0 1436 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11804

[startup+12.7028 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1756784/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=7696 CPUtime=12.6
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 1615 0 0 0 1260 0 0 0 25 0 1 0 217745636 7880704 1601 1992294400 134512640 135217611 4294956304 18446744073709551615 134537344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 1924 1601 77 172 0 1749 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13056

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1755312/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=9160 CPUtime=25.39
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 2009 0 0 0 2539 0 0 0 25 0 1 0 217745636 9379840 1995 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 2290 1995 77 172 0 2115 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14520

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1753520/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=11064 CPUtime=50.98
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 2464 0 0 0 5098 0 0 0 25 0 1 0 217745636 11329536 2450 1992294400 134512640 135217611 4294956304 18446744073709551615 134533058 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 2766 2450 77 172 0 2591 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16424

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1751408/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=13300 CPUtime=102.17
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 2979 0 0 0 10216 1 0 0 25 0 1 0 217745636 13619200 2965 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 3325 2965 77 172 0 3150 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18660

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1749360/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=15344 CPUtime=162.14
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3463 0 0 0 16213 1 0 0 25 0 1 0 217745636 15712256 3449 1992294400 134512640 135217611 4294956304 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 3836 3449 77 172 0 3661 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 20704

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1749360/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=15344 CPUtime=166.14
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3463 0 0 0 16613 1 0 0 25 0 1 0 217745636 15712256 3449 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 3836 3449 77 172 0 3661 0
Current children cumulated CPU time (s) 166.21
Current children cumulated vsize (KiB) 20704

[startup+172.706 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1749040/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=15756 CPUtime=172.54
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3541 0 0 0 17253 1 0 0 25 0 1 0 217745636 16134144 3527 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 3939 3527 77 172 0 3764 0
Current children cumulated CPU time (s) 172.61
Current children cumulated vsize (KiB) 21116

[startup+175.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1748976/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=15940 CPUtime=175.74
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3556 0 0 0 17573 1 0 0 25 0 1 0 217745636 16322560 3542 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 3985 3542 77 172 0 3810 0
Current children cumulated CPU time (s) 175.81
Current children cumulated vsize (KiB) 21300

[startup+179.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1748976/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=15940 CPUtime=178.93
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3573 0 0 0 17892 1 0 0 25 0 1 0 217745636 16322560 3559 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 3985 3559 77 172 0 3810 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 21300

[startup+180.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1748976/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=15940 CPUtime=180.53
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3580 0 0 0 18052 1 0 0 25 0 1 0 217745636 16322560 3566 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 3985 3566 77 172 0 3810 0
Current children cumulated CPU time (s) 180.6
Current children cumulated vsize (KiB) 21300

[startup+181.506 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1748912/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=16076 CPUtime=181.34
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3589 0 0 0 18133 1 0 0 25 0 1 0 217745636 16461824 3575 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 4019 3575 77 172 0 3844 0
Current children cumulated CPU time (s) 181.41
Current children cumulated vsize (KiB) 21436

[startup+181.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1748912/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=16076 CPUtime=181.73
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3589 0 0 0 18172 1 0 0 25 0 1 0 217745636 16461824 3575 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 4019 3575 77 172 0 3844 0
Current children cumulated CPU time (s) 181.8
Current children cumulated vsize (KiB) 21436

[startup+182.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28343
/proc/meminfo: memFree=1748912/2055920 swapFree=4180928/4192956
[pid=28340] ppid=28338 vsize=5360 CPUtime=0.07
/proc/28340/stat : 28340 (glucose.sh) S 28338 28340 28234 0 -1 4194304 313 430 0 0 0 0 7 0 16 0 1 0 217745628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28340/statm: 1340 238 195 169 0 51 0
[pid=28343] ppid=28340 vsize=16076 CPUtime=181.83
/proc/28343/stat : 28343 (glucose_static) R 28340 28340 28234 0 -1 4194304 3589 0 0 0 18182 1 0 0 25 0 1 0 217745636 16461824 3575 1992294400 134512640 135217611 4294956304 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28343/statm: 4019 3575 77 172 0 3844 0
Current children cumulated CPU time (s) 181.9
Current children cumulated vsize (KiB) 21436

Child status: 20
Real time (s): 182.027
CPU time (s): 181.947
CPU user time (s): 181.918
CPU system time (s): 0.028995
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 21436

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

runsolver used 0.155976 second user time and 0.513921 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-09 21:25:24
IDJOB=1783884
IDBENCH=24720
IDSOLVER=610
FILE ID=node19/1783884-1241897124
PBS_JOBID= 9264762
Free space on /tmp= 66192 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783884-1241897124/watcher-1783884-1241897124 -o /tmp/evaluation-result-1783884-1241897124/solver-1783884-1241897124 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783884-1241897124.cnf

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

MD5SUM BENCH= dd374701f9b3db5a8ac095414c025d77
RANDOM SEED=1608473823

node19.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.236
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.236
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:       1764384 kB
Buffers:         41280 kB
Cached:         176192 kB
SwapCached:       5772 kB
Active:          57348 kB
Inactive:       167948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764384 kB
SwapTotal:     4192956 kB
SwapFree:      4180928 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            52268 kB
Committed_AS:   763296 kB
PageTables:       1452 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= 66188 MiB
End job on node19 at 2009-05-09 21:28:26