Trace number 1732794

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 88.5185 88.5769

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

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.19/0.23	c ==============================================================================
0.19/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |  139590  1667160 |   41876       0        0     nan |  0.000 % |
0.19/0.23	c ==============================================================================
0.19/0.23	c Result  :   #vars: 55   #clauses: 139590   #literals: 1667160
0.19/0.23	c CPU time:   0.216967 s
0.19/0.23	c ==============================================================================
0.58/0.61	c
0.58/0.61	c Starting glucose
0.58/0.61	c
0.58/0.61	
0.58/0.61	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.58/0.61	
0.58/0.61	c ============================[ Problem Statistics ]=============================
0.58/0.61	c |                                                                             |
0.58/0.62	c |  Number of variables:  55                                                   |
0.58/0.62	c |  Number of clauses:    139590                                               |
0.61/0.78	c |  Parsing time:         0.14         s                                       |
88.43/88.56	c restarts              : 1
88.43/88.56	c nb ReduceDB           : 14
88.43/88.56	c nb learnts DL2        : 98
88.43/88.56	c nb learnts size 2     : 88
88.43/88.56	c nb learnts size 1     : 14
88.43/88.56	c conflicts             : 385144         (4385 /sec)
88.43/88.56	c decisions             : 408800         (1.83 % random) (4654 /sec)
88.43/88.56	c propagations          : 2626059        (29897 /sec)
88.43/88.56	c conflict literals     : 5521707        (22.30 % deleted)
88.43/88.56	c Memory used           : 30.21 MB
88.43/88.56	c CPU time              : 87.8366 s
88.43/88.56	
88.43/88.56	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-1732794-1240783161/watcher-1732794-1240783161 -o /tmp/evaluation-result-1732794-1240783161/solver-1732794-1240783161 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1732794-1240783161.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: 2.00 1.86 1.46 3/64 23021
/proc/meminfo: memFree=1669312/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0
/proc/23021/stat : 23021 (glucose.sh) R 23019 23021 22924 0 -1 4194304 268 0 0 0 0 0 0 0 19 0 1 0 106348969 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23021/statm: 1340 235 194 169 0 51 0
[pid=23022] ppid=23021 vsize=876 CPUtime=0
/proc/23022/stat : 23022 (SatELite_releas) R 23021 23021 22924 0 -1 4194304 91 0 0 0 0 0 0 0 19 0 1 0 106348969 897024 75 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23022/statm: 219 75 50 174 0 42 0

[startup+0.0612451 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 23021
/proc/meminfo: memFree=1669312/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 106348969 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1340 236 195 169 0 51 0
[pid=23022] ppid=23021 vsize=4464 CPUtime=0.05
/proc/23022/stat : 23022 (SatELite_releas) R 23021 23021 22924 0 -1 4194304 917 0 0 0 5 0 0 0 21 0 1 0 106348969 4571136 901 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23022/statm: 1116 902 50 174 0 939 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9824

[startup+0.102249 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 23021
/proc/meminfo: memFree=1669312/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 106348969 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1340 236 195 169 0 51 0
[pid=23022] ppid=23021 vsize=6980 CPUtime=0.09
/proc/23022/stat : 23022 (SatELite_releas) R 23021 23021 22924 0 -1 4194304 1511 0 0 0 9 0 0 0 21 0 1 0 106348969 7147520 1495 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23022/statm: 1745 1496 50 174 0 1568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12340

[startup+0.301277 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 23021
/proc/meminfo: memFree=1669312/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 106348969 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1340 236 195 169 0 51 0
[pid=23022] ppid=23021 vsize=19680 CPUtime=0.29
/proc/23022/stat : 23022 (SatELite_releas) R 23021 23021 22924 0 -1 4194304 4614 0 0 0 27 2 0 0 23 0 1 0 106348969 20152320 4598 1992294400 134512640 135225430 4294956160 18446744073709551615 134816960 0 0 4096 3 0 0 0 17 0 0 0
/proc/23022/statm: 4920 4598 77 174 0 4743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25040

[startup+0.701345 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 23021
/proc/meminfo: memFree=1669312/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 5360

[startup+1.50145 s]
/proc/loadavg: 2.00 1.86 1.46 2/66 23024
/proc/meminfo: memFree=1649520/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=17376 CPUtime=0.87
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 3905 0 0 0 85 2 0 0 25 0 1 0 106349030 17793024 3891 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 4344 3891 75 172 0 4169 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22736

[startup+3.10168 s]
/proc/loadavg: 1.92 1.85 1.46 2/66 23024
/proc/meminfo: memFree=1647600/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=19424 CPUtime=2.47
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 4388 0 0 0 244 3 0 0 25 0 1 0 106349030 19890176 4374 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 4856 4374 75 172 0 4681 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24784

[startup+6.30113 s]
/proc/loadavg: 1.92 1.85 1.46 2/66 23024
/proc/meminfo: memFree=1645744/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=20932 CPUtime=5.67
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 4724 0 0 0 564 3 0 0 25 0 1 0 106349030 21434368 4710 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 5233 4710 75 172 0 5058 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26292

[startup+12.701 s]
/proc/loadavg: 1.85 1.83 1.46 2/66 23024
/proc/meminfo: memFree=1642992/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=24412 CPUtime=12.06
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 5403 0 0 0 1203 3 0 0 25 0 1 0 106349030 24997888 5389 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 6103 5389 75 172 0 5928 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29772

[startup+25.5029 s]
/proc/loadavg: 1.66 1.79 1.45 2/66 23024
/proc/meminfo: memFree=1640112/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=27352 CPUtime=24.86
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6077 0 0 0 2482 4 0 0 25 0 1 0 106349030 28008448 6039 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 6838 6039 75 172 0 6663 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32712

[startup+51.1015 s]
/proc/loadavg: 1.43 1.72 1.44 2/66 23024
/proc/meminfo: memFree=1638384/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=29548 CPUtime=50.44
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6549 0 0 0 5039 5 0 0 25 0 1 0 106349030 30257152 6511 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7387 6511 75 172 0 7212 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 34908

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

[startup+63.9013 s]
/proc/loadavg: 1.34 1.69 1.43 2/66 23024
/proc/meminfo: memFree=1637552/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=30292 CPUtime=63.23
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6714 0 0 0 6318 5 0 0 25 0 1 0 106349030 31019008 6676 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7573 6676 75 172 0 7398 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 35652

[startup+76.7012 s]
/proc/loadavg: 1.28 1.67 1.42 2/66 23024
/proc/meminfo: memFree=1637360/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=30624 CPUtime=76.02
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6779 0 0 0 7597 5 0 0 25 0 1 0 106349030 31358976 6741 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7656 6741 75 172 0 7481 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 35984

[startup+83.1011 s]
/proc/loadavg: 1.24 1.64 1.42 2/66 23024
/proc/meminfo: memFree=1637104/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=30624 CPUtime=82.42
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6808 0 0 0 8237 5 0 0 25 0 1 0 106349030 31358976 6770 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7656 6770 75 172 0 7481 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 35984

[startup+86.3025 s]
/proc/loadavg: 1.24 1.64 1.42 2/66 23024
/proc/meminfo: memFree=1636976/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=30936 CPUtime=85.62
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6845 0 0 0 8557 5 0 0 25 0 1 0 106349030 31678464 6807 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7734 6807 75 172 0 7559 0
Current children cumulated CPU time (s) 86.23
Current children cumulated vsize (KiB) 36296

[startup+87.9018 s]
/proc/loadavg: 1.22 1.63 1.42 2/66 23024
/proc/meminfo: memFree=1636912/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=30936 CPUtime=87.22
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6846 0 0 0 8717 5 0 0 25 0 1 0 106349030 31678464 6808 1992294400 134512640 135217611 4294956272 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7734 6808 75 172 0 7559 0
Current children cumulated CPU time (s) 87.83
Current children cumulated vsize (KiB) 36296

[startup+88.3018 s]
/proc/loadavg: 1.22 1.63 1.42 2/66 23024
/proc/meminfo: memFree=1636912/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=30936 CPUtime=87.62
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6846 0 0 0 8757 5 0 0 25 0 1 0 106349030 31678464 6808 1992294400 134512640 135217611 4294956272 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7734 6808 75 172 0 7559 0
Current children cumulated CPU time (s) 88.23
Current children cumulated vsize (KiB) 36296

[startup+88.5018 s]
/proc/loadavg: 1.22 1.63 1.42 2/66 23024
/proc/meminfo: memFree=1636912/2055920 swapFree=4181336/4192956
[pid=23021] ppid=23019 vsize=5360 CPUtime=0.61
/proc/23021/stat : 23021 (glucose.sh) S 23019 23021 22924 0 -1 4194304 313 4615 0 0 0 0 57 4 16 0 1 0 106348969 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23021/statm: 1340 238 195 169 0 51 0
[pid=23024] ppid=23021 vsize=30936 CPUtime=87.82
/proc/23024/stat : 23024 (glucose_static) R 23021 23021 22924 0 -1 4194304 6846 0 0 0 8777 5 0 0 25 0 1 0 106349030 31678464 6808 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23024/statm: 7734 6808 75 172 0 7559 0
Current children cumulated CPU time (s) 88.43
Current children cumulated vsize (KiB) 36296

Child status: 20
Real time (s): 88.5769
CPU time (s): 88.5185
CPU user time (s): 88.4096
CPU system time (s): 0.108983
CPU usage (%): 99.9341
Max. virtual memory (cumulated for all children) (KiB): 36296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.4096
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11941
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= 36
involuntary context switches= 295

runsolver used 0.089986 second user time and 0.238963 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-26 23:59:21
IDJOB=1732794
IDBENCH=71128
IDSOLVER=503
FILE ID=node29/1732794-1240783161
PBS_JOBID= 9187291
Free space on /tmp= 66416 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732794-1240783161/watcher-1732794-1240783161 -o /tmp/evaluation-result-1732794-1240783161/solver-1732794-1240783161 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1732794-1240783161.cnf

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1626993155

node29.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.281
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.281
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:       1669856 kB
Buffers:         50728 kB
Cached:         257196 kB
SwapCached:       5488 kB
Active:          97308 kB
Inactive:       218492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669856 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            6468 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            56276 kB
Committed_AS:   469196 kB
PageTables:       1468 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= 66416 MiB
End job on node29 at 2009-04-27 00:00:50