Trace number 1783880

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 2771.49 2773.08

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.5762
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

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.01/0.01	c ==============================================================================
0.01/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.01	c ==============================================================================
0.01/0.01	c |         0 |    8047    68657 |    2414       0        0     nan |  0.000 % |
0.01/0.05	c |         0 |    6966    60634 |      --       0       --      -- |     --   | -334/-4204
0.01/0.05	c ==============================================================================
0.01/0.05	c Result  :   #vars: 1506   #clauses: 6966   #literals: 60634
0.01/0.05	c CPU time:   0.052991 s
0.01/0.05	c ==============================================================================
0.01/0.07	c
0.01/0.07	c Starting glucose
0.01/0.07	c
0.01/0.07	
0.01/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.01/0.07	
0.01/0.07	c ============================[ Problem Statistics ]=============================
0.01/0.07	c |                                                                             |
0.01/0.07	c |  Number of variables:  1506                                                 |
0.01/0.07	c |  Number of clauses:    6966                                                 |
0.01/0.08	c |  Parsing time:         0.01         s                                       |
2771.38/2773.07	c restarts              : 44
2771.38/2773.07	c nb ReduceDB           : 83
2771.38/2773.07	c nb learnts DL2        : 598
2771.38/2773.07	c nb learnts size 2     : 309
2771.38/2773.07	c nb learnts size 1     : 11
2771.38/2773.07	c conflicts             : 3844862        (1387 /sec)
2771.38/2773.07	c decisions             : 4998898        (1.92 % random) (1804 /sec)
2771.38/2773.07	c propagations          : 173720240      (62686 /sec)
2771.38/2773.07	c conflict literals     : 119672597      (42.57 % deleted)
2771.38/2773.07	c Memory used           : 40.57 MB
2771.38/2773.07	c CPU time              : 2771.27 s
2771.38/2773.07	
2771.38/2773.07	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-1783880-1241897056/watcher-1783880-1241897056 -o /tmp/evaluation-result-1783880-1241897056/solver-1783880-1241897056 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783880-1241897056.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.92 0.98 0.99 3/64 28457
/proc/meminfo: memFree=1809464/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0
/proc/28457/stat : 28457 (glucose.sh) R 28455 28457 28378 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 217739303 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28457/statm: 1340 235 194 169 0 51 0
[pid=28458] ppid=28457 vsize=1140 CPUtime=0
/proc/28458/stat : 28458 (SatELite_releas) R 28457 28457 28378 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 217739303 1167360 127 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/28458/statm: 285 127 51 174 0 108 0

[startup+0.0165319 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28457
/proc/meminfo: memFree=1809464/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217739303 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28457/statm: 1340 236 195 169 0 51 0
[pid=28458] ppid=28457 vsize=1556 CPUtime=0.01
/proc/28458/stat : 28458 (SatELite_releas) R 28457 28457 28378 0 -1 4194304 271 0 0 0 1 0 0 0 19 0 1 0 217739303 1593344 255 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/28458/statm: 422 261 51 174 0 245 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6916

[startup+0.101509 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28457
/proc/meminfo: memFree=1809464/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301556 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28457
/proc/meminfo: memFree=1809464/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.701642 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28457
/proc/meminfo: memFree=1809464/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1806248/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=4456 CPUtime=1.41
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 834 0 0 0 141 0 0 0 25 0 1 0 217739310 4562944 820 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 1114 820 76 172 0 939 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9816

[startup+3.10116 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1805352/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=5260 CPUtime=3
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 1042 0 0 0 300 0 0 0 25 0 1 0 217739310 5386240 1028 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 1315 1028 76 172 0 1140 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10620

[startup+6.30185 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1804264/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=6064 CPUtime=6.19
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 1241 0 0 0 619 0 0 0 25 0 1 0 217739310 6209536 1227 1992294400 134512640 135217611 4294956304 18446744073709551615 134533772 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/28460/statm: 1516 1227 76 172 0 1341 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 11424

[startup+12.7022 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1802856/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=7560 CPUtime=12.58
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 1583 0 0 0 1257 1 0 0 25 0 1 0 217739310 7741440 1569 1992294400 134512640 135217611 4294956304 18446744073709551615 134526263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 1890 1569 76 172 0 1715 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 12920

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1801320/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=9088 CPUtime=25.38
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 1952 0 0 0 2537 1 0 0 25 0 1 0 217739310 9306112 1938 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 2272 1938 76 172 0 2097 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 14448

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1799592/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=10916 CPUtime=50.96
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 2373 0 0 0 5095 1 0 0 25 0 1 0 217739310 11177984 2359 1992294400 134512640 135217611 4294956304 18446744073709551615 134537033 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 2729 2359 76 172 0 2554 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 16276

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1796712/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=13632 CPUtime=102.14
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 3050 0 0 0 10212 2 0 0 25 0 1 0 217739310 13959168 3036 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 3408 3036 76 172 0 3233 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 18992

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1794344/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=16136 CPUtime=162.09
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 3626 0 0 0 16207 2 0 0 25 0 1 0 217739310 16523264 3612 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 4034 3612 76 172 0 3859 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 21496

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1792360/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=18100 CPUtime=222.07
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 4106 0 0 0 22204 3 0 0 25 0 1 0 217739310 18534400 4092 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 4525 4092 76 172 0 4350 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 23460

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1791272/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=19372 CPUtime=282.02
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 4394 0 0 0 28199 3 0 0 25 0 1 0 217739310 19836928 4380 1992294400 134512640 135217611 4294956304 18446744073709551615 134539599 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 4843 4380 76 172 0 4668 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 24732

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1789992/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=20660 CPUtime=342
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 4714 0 0 0 34196 4 0 0 25 0 1 0 217739310 21155840 4700 1992294400 134512640 135217611 4294956304 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 5165 4700 76 172 0 4990 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 26020

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28460
/proc/meminfo: memFree=1789352/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=21400 CPUtime=401.96

################
# More data... #
################


[startup+2442.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1771688/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=40396 CPUtime=2440.81
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9059 0 0 0 244069 12 0 0 25 0 1 0 217739310 41365504 9039 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10099 9039 76 172 0 9924 0
Current children cumulated CPU time (s) 2440.87
Current children cumulated vsize (KiB) 45756

[startup+2502.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1771624/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=40396 CPUtime=2500.78
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9064 0 0 0 250066 12 0 0 25 0 1 0 217739310 41365504 9044 1992294400 134512640 135217611 4294956304 18446744073709551615 134527928 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10099 9044 76 172 0 9924 0
Current children cumulated CPU time (s) 2500.84
Current children cumulated vsize (KiB) 45756

[startup+2562.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1771368/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=40708 CPUtime=2560.74
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9115 0 0 0 256062 12 0 0 25 0 1 0 217739310 41684992 9095 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10177 9095 76 172 0 10002 0
Current children cumulated CPU time (s) 2560.8
Current children cumulated vsize (KiB) 46068

[startup+2622.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1771112/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=40924 CPUtime=2620.7
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9189 0 0 0 262058 12 0 0 25 0 1 0 217739310 41906176 9169 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10231 9169 76 172 0 10056 0
Current children cumulated CPU time (s) 2620.76
Current children cumulated vsize (KiB) 46284

[startup+2682.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770728/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41392 CPUtime=2680.67
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9288 0 0 0 268055 12 0 0 25 0 1 0 217739310 42385408 9268 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10348 9268 76 172 0 10173 0
Current children cumulated CPU time (s) 2680.73
Current children cumulated vsize (KiB) 46752

[startup+2742.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770600/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41392 CPUtime=2740.64
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9321 0 0 0 274052 12 0 0 25 0 1 0 217739310 42385408 9301 1992294400 134512640 135217611 4294956304 18446744073709551615 134522387 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10348 9301 76 172 0 10173 0
Current children cumulated CPU time (s) 2740.7
Current children cumulated vsize (KiB) 46752

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

[startup+2751.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770600/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41392 CPUtime=2750.23
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9321 0 0 0 275011 12 0 0 25 0 1 0 217739310 42385408 9301 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10348 9301 76 172 0 10173 0
Current children cumulated CPU time (s) 2750.29
Current children cumulated vsize (KiB) 46752

[startup+2764.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770600/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41392 CPUtime=2763.02
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9321 0 0 0 276290 12 0 0 25 0 1 0 217739310 42385408 9301 1992294400 134512640 135217611 4294956304 18446744073709551615 134533251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10348 9301 76 172 0 10173 0
Current children cumulated CPU time (s) 2763.08
Current children cumulated vsize (KiB) 46752

[startup+2767.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770600/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41540 CPUtime=2766.22
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9329 0 0 0 276610 12 0 0 25 0 1 0 217739310 42536960 9309 1992294400 134512640 135217611 4294956304 18446744073709551615 134533105 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10385 9309 76 172 0 10210 0
Current children cumulated CPU time (s) 2766.28
Current children cumulated vsize (KiB) 46900

[startup+2771.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770600/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41540 CPUtime=2769.42
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9329 0 0 0 276930 12 0 0 25 0 1 0 217739310 42536960 9309 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10385 9309 76 172 0 10210 0
Current children cumulated CPU time (s) 2769.48
Current children cumulated vsize (KiB) 46900

[startup+2771.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770536/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41540 CPUtime=2770.23
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9329 0 0 0 277011 12 0 0 25 0 1 0 217739310 42536960 9309 1992294400 134512640 135217611 4294956304 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10385 9309 76 172 0 10210 0
Current children cumulated CPU time (s) 2770.29
Current children cumulated vsize (KiB) 46900

[startup+2772.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770536/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41540 CPUtime=2771.02
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9329 0 0 0 277090 12 0 0 25 0 1 0 217739310 42536960 9309 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10385 9309 76 172 0 10210 0
Current children cumulated CPU time (s) 2771.08
Current children cumulated vsize (KiB) 46900

[startup+2772.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770536/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41540 CPUtime=2771.22
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9329 0 0 0 277110 12 0 0 25 0 1 0 217739310 42536960 9309 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10385 9309 76 172 0 10210 0
Current children cumulated CPU time (s) 2771.28
Current children cumulated vsize (KiB) 46900

[startup+2773 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28468
/proc/meminfo: memFree=1770536/2055920 swapFree=4093364/4192956
[pid=28457] ppid=28455 vsize=5360 CPUtime=0.06
/proc/28457/stat : 28457 (glucose.sh) S 28455 28457 28378 0 -1 4194304 313 438 0 0 0 0 6 0 16 0 1 0 217739303 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28457/statm: 1340 238 195 169 0 51 0
[pid=28460] ppid=28457 vsize=41540 CPUtime=2771.32
/proc/28460/stat : 28460 (glucose_static) R 28457 28457 28378 0 -1 4194304 9329 0 0 0 277120 12 0 0 25 0 1 0 217739310 42536960 9309 1992294400 134512640 135217611 4294956304 18446744073709551615 134522438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28460/statm: 10385 9309 76 172 0 10210 0
Current children cumulated CPU time (s) 2771.38
Current children cumulated vsize (KiB) 46900

Child status: 20
Real time (s): 2773.08
CPU time (s): 2771.49
CPU user time (s): 2771.34
CPU system time (s): 0.142978
CPU usage (%): 99.9425
Max. virtual memory (cumulated for all children) (KiB): 46900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2771.34
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10247
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= 41
involuntary context switches= 9323

runsolver used 2.48462 second user time and 7.60784 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-09 21:24:16
IDJOB=1783880
IDBENCH=24718
IDSOLVER=610
FILE ID=node10/1783880-1241897056
PBS_JOBID= 9264763
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= f1b3061e7694aa99406ed9e867c9dfa5
RANDOM SEED=1736817150

node10.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.263
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	: 5931.00
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.263
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:       1810016 kB
Buffers:         35972 kB
Cached:          75988 kB
SwapCached:      94352 kB
Active:          64368 kB
Inactive:       143336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810016 kB
SwapTotal:     4192956 kB
SwapFree:      4093364 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            24264 kB
Committed_AS:   726024 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= 66404 MiB
End job on node10 at 2009-05-09 22:10:30