Trace number 1783564

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 87.3657 87.3948

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-icl003.sat05-2715.reshuffled-07.cnf
MD5SUMddc67b9b869c1d77b5458996a2e27751
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark70.5633
Satisfiable
(Un)Satisfiability was proved
Number of variables1472
Number of clauses7737
Sum of the clauses size65737
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2253
Number of clauses of size 31166
Number of clauses of size 4118
Number of clauses of size 5888
Number of clauses of size over 55285

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    7521    64725 |    2256       0        0     nan |  0.000 % |
0.02/0.06	c |         0 |    6372    56202 |      --       0       --      -- |     --   | -354/-4289
0.02/0.06	c ==============================================================================
0.02/0.06	c Result  :   #vars: 1359   #clauses: 6372   #literals: 56202
0.02/0.06	c CPU time:   0.058991 s
0.02/0.06	c ==============================================================================
0.02/0.08	c
0.02/0.08	c Starting glucose
0.02/0.08	c
0.02/0.08	
0.02/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.02/0.08	
0.02/0.08	c ============================[ Problem Statistics ]=============================
0.02/0.08	c |                                                                             |
0.02/0.08	c |  Number of variables:  1359                                                 |
0.02/0.08	c |  Number of clauses:    6372                                                 |
0.02/0.09	c |  Parsing time:         0.01         s                                       |
87.25/87.38	c restarts              : 190
87.25/87.38	c nb ReduceDB           : 24
87.25/87.38	c nb learnts DL2        : 1279
87.25/87.38	c nb learnts size 2     : 444
87.25/87.38	c nb learnts size 1     : 5
87.25/87.38	c conflicts             : 408554         (4682 /sec)
87.25/87.38	c decisions             : 854381         (1.93 % random) (9792 /sec)
87.25/87.38	c propagations          : 12513540       (143416 /sec)
87.25/87.38	c conflict literals     : 9454110        (27.70 % deleted)
87.25/87.38	c Memory used           : 12.48 MB
87.25/87.38	c CPU time              : 87.2537 s
87.25/87.38	
87.25/87.38	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-1783564-1241861798/watcher-1783564-1241861798 -o /tmp/evaluation-result-1783564-1241861798/solver-1783564-1241861798 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783564-1241861798.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 3/65 6245
/proc/meminfo: memFree=1938144/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0
/proc/6245/stat : 6245 (glucose.sh) R 6243 6245 6208 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 214212131 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/6245/statm: 1340 235 194 169 0 51 0
[pid=6246] ppid=6245 vsize=876 CPUtime=0
/proc/6246/stat : 6246 (SatELite_releas) R 6245 6245 6208 0 -1 4194304 77 0 0 0 0 0 0 0 18 0 1 0 214212132 897024 61 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/6246/statm: 219 64 49 174 0 42 0

[startup+0.0321529 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 6245
/proc/meminfo: memFree=1938144/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214212131 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6245/statm: 1340 236 195 169 0 51 0
[pid=6246] ppid=6245 vsize=2160 CPUtime=0.02
/proc/6246/stat : 6246 (SatELite_releas) R 6245 6245 6208 0 -1 4194304 403 0 0 0 2 0 0 0 18 0 1 0 214212132 2211840 387 1992294400 134512640 135225430 4294956176 18446744073709551615 134549595 0 0 4096 3 0 0 0 17 1 0 0
/proc/6246/statm: 540 387 77 174 0 363 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7520

[startup+0.102164 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 6245
/proc/meminfo: memFree=1938144/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.30219 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 6245
/proc/meminfo: memFree=1938144/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.702242 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 6245
/proc/meminfo: memFree=1938144/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50132 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 6248
/proc/meminfo: memFree=1934928/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=4428 CPUtime=1.41
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 804 0 0 0 141 0 0 0 25 0 1 0 214212139 4534272 790 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 1107 790 76 172 0 932 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9788

[startup+3.10151 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 6248
/proc/meminfo: memFree=1934096/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=4960 CPUtime=3.01
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 956 0 0 0 301 0 0 0 25 0 1 0 214212139 5079040 942 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 1240 942 76 172 0 1065 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10320

[startup+6.30189 s]
/proc/loadavg: 0.08 0.02 0.01 2/67 6248
/proc/meminfo: memFree=1933200/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=5732 CPUtime=6.21
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 1125 0 0 0 621 0 0 0 25 0 1 0 214212139 5869568 1111 1992294400 134512640 135217611 4294956304 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 1433 1111 76 172 0 1258 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11092

[startup+12.7016 s]
/proc/loadavg: 0.15 0.03 0.01 2/67 6248
/proc/meminfo: memFree=1931984/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=6940 CPUtime=12.6
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 1424 0 0 0 1260 0 0 0 25 0 1 0 214212139 7106560 1410 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 1735 1410 76 172 0 1560 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12300

[startup+25.5011 s]
/proc/loadavg: 0.34 0.08 0.02 2/67 6248
/proc/meminfo: memFree=1930448/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=8488 CPUtime=25.39
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 1783 0 0 0 2539 0 0 0 25 0 1 0 214212139 8691712 1769 1992294400 134512640 135217611 4294956304 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 2122 1769 76 172 0 1947 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13848

[startup+51.1011 s]
/proc/loadavg: 0.56 0.15 0.05 2/67 6248
/proc/meminfo: memFree=1928464/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=10488 CPUtime=50.99
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2284 0 0 0 5098 1 0 0 25 0 1 0 214212139 10739712 2270 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 2622 2270 76 172 0 2447 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15848

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

[startup+63.9016 s]
/proc/loadavg: 0.63 0.18 0.06 2/67 6248
/proc/meminfo: memFree=1927696/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=11240 CPUtime=63.78
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2455 0 0 0 6377 1 0 0 25 0 1 0 214212139 11509760 2441 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 2810 2441 76 172 0 2635 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 16600

[startup+76.7011 s]
/proc/loadavg: 0.71 0.22 0.07 2/67 6248
/proc/meminfo: memFree=1926992/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=12060 CPUtime=76.59
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2646 0 0 0 7657 2 0 0 25 0 1 0 214212139 12349440 2632 1992294400 134512640 135217611 4294956304 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 3015 2632 76 172 0 2840 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 17420

[startup+83.1019 s]
/proc/loadavg: 0.73 0.23 0.08 2/67 6248
/proc/meminfo: memFree=1926544/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=12496 CPUtime=82.98
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2756 0 0 0 8296 2 0 0 25 0 1 0 214212139 12795904 2742 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 3124 2742 76 172 0 2949 0
Current children cumulated CPU time (s) 83.05
Current children cumulated vsize (KiB) 17856

[startup+84.7061 s]
/proc/loadavg: 0.73 0.23 0.08 2/67 6248
/proc/meminfo: memFree=1926416/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=12636 CPUtime=84.59
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2779 0 0 0 8457 2 0 0 25 0 1 0 214212139 12939264 2765 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 3159 2765 76 172 0 2984 0
Current children cumulated CPU time (s) 84.66
Current children cumulated vsize (KiB) 17996

[startup+86.3023 s]
/proc/loadavg: 0.76 0.24 0.08 2/67 6248
/proc/meminfo: memFree=1926416/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=12636 CPUtime=86.18
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2785 0 0 0 8616 2 0 0 25 0 1 0 214212139 12939264 2771 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 3159 2771 76 172 0 2984 0
Current children cumulated CPU time (s) 86.25
Current children cumulated vsize (KiB) 17996

[startup+87.1014 s]
/proc/loadavg: 0.76 0.24 0.08 2/67 6248
/proc/meminfo: memFree=1926352/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=12776 CPUtime=86.98
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2801 0 0 0 8696 2 0 0 25 0 1 0 214212139 13082624 2787 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 3194 2787 76 172 0 3019 0
Current children cumulated CPU time (s) 87.05
Current children cumulated vsize (KiB) 18136

[startup+87.3014 s]
/proc/loadavg: 0.76 0.24 0.08 2/67 6248
/proc/meminfo: memFree=1926352/2055920 swapFree=4180100/4192956
[pid=6245] ppid=6243 vsize=5360 CPUtime=0.07
/proc/6245/stat : 6245 (glucose.sh) S 6243 6245 6208 0 -1 4194304 313 416 0 0 0 0 7 0 16 0 1 0 214212131 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6245/statm: 1340 238 195 169 0 51 0
[pid=6248] ppid=6245 vsize=12776 CPUtime=87.18
/proc/6248/stat : 6248 (glucose_static) R 6245 6245 6208 0 -1 4194304 2801 0 0 0 8716 2 0 0 25 0 1 0 214212139 13082624 2787 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6248/statm: 3194 2787 76 172 0 3019 0
Current children cumulated CPU time (s) 87.25
Current children cumulated vsize (KiB) 18136

Child status: 20
Real time (s): 87.3948
CPU time (s): 87.3657
CPU user time (s): 87.3337
CPU system time (s): 0.031995
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 18136

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

runsolver used 0.097985 second user time and 0.228965 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-09 11:36:38
IDJOB=1783564
IDBENCH=24598
IDSOLVER=610
FILE ID=node73/1783564-1241861798
PBS_JOBID= 9264544
Free space on /tmp= 66244 MiB

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

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

MD5SUM BENCH= ddc67b9b869c1d77b5458996a2e27751
RANDOM SEED=1536044475

node73.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.214
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.214
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:       1938624 kB
Buffers:         20844 kB
Cached:          50864 kB
SwapCached:       7444 kB
Active:          51984 kB
Inactive:        28964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938624 kB
SwapTotal:     4192956 kB
SwapFree:      4180100 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          13848 kB
Slab:            22340 kB
Committed_AS:   774100 kB
PageTables:       1396 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= 66244 MiB
End job on node73 at 2009-05-09 11:38:06