Trace number 1725821

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 91.5341 91.5866

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.0236
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.04/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.04/0.06	c ==============================================================================
0.04/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.04/0.06	c CPU time:   0.056991 s
0.04/0.06	c ==============================================================================
0.04/0.07	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:  1343                                                 |
0.04/0.08	c |  Number of clauses:    6058                                                 |
0.04/0.08	c |  Parsing time:         0.01         s                                       |
91.43/91.57	c restarts              : 104
91.43/91.57	c nb ReduceDB           : 26
91.43/91.57	c nb learnts DL2        : 1265
91.43/91.57	c nb learnts size 2     : 456
91.43/91.57	c nb learnts size 1     : 8
91.43/91.57	c conflicts             : 462499         (5058 /sec)
91.43/91.57	c decisions             : 937227         (1.93 % random) (10251 /sec)
91.43/91.57	c propagations          : 14015976       (153297 /sec)
91.43/91.57	c conflict literals     : 10842703       (30.22 % deleted)
91.43/91.57	c Memory used           : 12.46 MB
91.43/91.57	c CPU time              : 91.4301 s
91.43/91.57	
91.43/91.58	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-1725821-1240706855/watcher-1725821-1240706855 -o /tmp/evaluation-result-1725821-1240706855/solver-1725821-1240706855 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1725821-1240706855.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.01 0.99 0.99 3/65 20003
/proc/meminfo: memFree=1596776/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 98715853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 236 195 169 0 51 0
[pid=20004] ppid=20003 vsize=1140 CPUtime=0
/proc/20004/stat : 20004 (SatELite_releas) R 20003 20003 19882 0 -1 4194304 141 0 0 0 0 0 0 0 20 0 1 0 98715854 1167360 125 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20004/statm: 285 125 51 174 0 108 0

[startup+0.0504919 s]
/proc/loadavg: 1.01 0.99 0.99 3/65 20003
/proc/meminfo: memFree=1596776/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 98715853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 236 195 169 0 51 0
[pid=20004] ppid=20003 vsize=1972 CPUtime=0.04
/proc/20004/stat : 20004 (SatELite_releas) R 20003 20003 19882 0 -1 4194304 396 0 0 0 4 0 0 0 20 0 1 0 98715854 2019328 379 1992294400 134512640 135225430 4294956176 18446744073709551615 134587313 0 0 4096 3 0 0 0 17 0 0 0
/proc/20004/statm: 493 379 77 174 0 316 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7332

[startup+0.101468 s]
/proc/loadavg: 1.01 0.99 0.99 3/65 20003
/proc/meminfo: memFree=1596776/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.301509 s]
/proc/loadavg: 1.01 0.99 0.99 3/65 20003
/proc/meminfo: memFree=1596776/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.701589 s]
/proc/loadavg: 1.01 0.99 0.99 3/65 20003
/proc/meminfo: memFree=1596776/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50174 s]
/proc/loadavg: 1.01 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1593624/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=4304 CPUtime=1.41
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 788 0 0 0 141 0 0 0 25 0 1 0 98715861 4407296 774 1992294400 134512640 135217611 4294956304 18446744073709551615 134533105 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 1076 774 76 172 0 901 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9664

[startup+3.10105 s]
/proc/loadavg: 1.01 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1592984/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=4972 CPUtime=3.01
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 940 0 0 0 301 0 0 0 25 0 1 0 98715861 5091328 926 1992294400 134512640 135217611 4294956304 18446744073709551615 134527817 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 1243 926 76 172 0 1068 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10332

[startup+6.30168 s]
/proc/loadavg: 1.01 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1591832/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=6104 CPUtime=6.2
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 1237 0 0 0 620 0 0 0 25 0 1 0 98715861 6250496 1223 1992294400 134512640 135217611 4294956304 18446744073709551615 134740255 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 1526 1223 76 172 0 1351 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11464

[startup+12.7029 s]
/proc/loadavg: 1.01 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1590240/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=7332 CPUtime=12.6
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 1506 0 0 0 1260 0 0 0 25 0 1 0 98715861 7507968 1492 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 1833 1492 76 172 0 1658 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12692

[startup+25.5015 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1588576/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=9108 CPUtime=25.39
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 1954 0 0 0 2539 0 0 0 25 0 1 0 98715861 9326592 1940 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 2277 1940 76 172 0 2102 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14468

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1587296/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=10472 CPUtime=50.98
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2292 0 0 0 5097 1 0 0 25 0 1 0 98715861 10723328 2278 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 2618 2278 76 172 0 2443 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15832

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

[startup+76.7015 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1585824/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=12036 CPUtime=76.57
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2642 0 0 0 7656 1 0 0 25 0 1 0 98715861 12324864 2628 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 3009 2628 76 172 0 2834 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 17396

[startup+83.1018 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1585504/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=12184 CPUtime=82.96
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2691 0 0 0 8295 1 0 0 25 0 1 0 98715861 12476416 2677 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 3046 2677 76 172 0 2871 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 17544

[startup+86.3014 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1585440/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=12460 CPUtime=86.16
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2729 0 0 0 8615 1 0 0 25 0 1 0 98715861 12759040 2715 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 3115 2715 76 172 0 2940 0
Current children cumulated CPU time (s) 86.23
Current children cumulated vsize (KiB) 17820

[startup+89.5011 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1584992/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=12756 CPUtime=89.36
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2815 0 0 0 8935 1 0 0 25 0 1 0 98715861 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 18116

[startup+90.3012 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1584992/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=12756 CPUtime=90.16
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2815 0 0 0 9015 1 0 0 25 0 1 0 98715861 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 90.23
Current children cumulated vsize (KiB) 18116

[startup+91.1014 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1584992/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=12756 CPUtime=90.96
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2815 0 0 0 9095 1 0 0 25 0 1 0 98715861 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 91.03
Current children cumulated vsize (KiB) 18116

[startup+91.5014 s]
/proc/loadavg: 1.00 0.99 0.99 2/67 20006
/proc/meminfo: memFree=1584992/2055920 swapFree=4181424/4192956
[pid=20003] ppid=20001 vsize=5360 CPUtime=0.07
/proc/20003/stat : 20003 (glucose.sh) S 20001 20003 19882 0 -1 4194304 313 404 0 0 0 0 7 0 17 0 1 0 98715853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20003/statm: 1340 238 195 169 0 51 0
[pid=20006] ppid=20003 vsize=12756 CPUtime=91.36
/proc/20006/stat : 20006 (glucose_static) R 20003 20003 19882 0 -1 4194304 2815 0 0 0 9135 1 0 0 25 0 1 0 98715861 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20006/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 91.43
Current children cumulated vsize (KiB) 18116

Child status: 20
Real time (s): 91.5866
CPU time (s): 91.5341
CPU user time (s): 91.5031
CPU system time (s): 0.030995
CPU usage (%): 99.9426
Max. virtual memory (cumulated for all children) (KiB): 18116

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

runsolver used 0.094985 second user time and 0.245962 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-26 02:47:35
IDJOB=1725821
IDBENCH=24599
IDSOLVER=503
FILE ID=node77/1725821-1240706855
PBS_JOBID= 9186812
Free space on /tmp= 66212 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725821-1240706855/watcher-1725821-1240706855 -o /tmp/evaluation-result-1725821-1240706855/solver-1725821-1240706855 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1725821-1240706855.cnf

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=1512091975

node77.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.270
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.270
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:       1597320 kB
Buffers:         46428 kB
Cached:         340384 kB
SwapCached:       5412 kB
Active:         126496 kB
Inactive:       268164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597320 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            49992 kB
Committed_AS:   435440 kB
PageTables:       1372 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= 66212 MiB
End job on node77 at 2009-04-26 02:49:06