Trace number 1784216

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.0SAT 197.942 198.088

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK12.cnf
MD5SUMbcbdfe82209aa971e7a6ff7bba833b95
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.33134
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of clauses831600
Sum of the clauses size9979200
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5831600

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...
1.39/1.41	c ==============================================================================
1.39/1.41	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.41	c ==============================================================================
1.39/1.41	c |         0 |  831600  9979200 |  249479       0        0     nan |  0.000 % |
1.39/1.41	c ==============================================================================
1.39/1.41	c Result  :   #vars: 66   #clauses: 831600   #literals: 9979200
1.39/1.41	c CPU time:   1.26681 s
1.39/1.41	c ==============================================================================
3.95/4.06	c
3.95/4.06	c Starting glucose
3.95/4.06	c
3.95/4.06	
3.95/4.06	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.95/4.06	
3.95/4.06	c ============================[ Problem Statistics ]=============================
3.95/4.06	c |                                                                             |
3.95/4.06	c |  Number of variables:  66                                                   |
3.95/4.06	c |  Number of clauses:    831600                                               |
4.93/5.02	c |  Parsing time:         0.85         s                                       |
197.84/198.04	c restarts              : 1
197.84/198.04	c nb ReduceDB           : 5
197.84/198.04	c nb learnts DL2        : 0
197.84/198.04	c nb learnts size 2     : 0
197.84/198.04	c nb learnts size 1     : 0
197.84/198.04	c conflicts             : 117265         (605 /sec)
197.84/198.04	c decisions             : 126256         (1.65 % random) (652 /sec)
197.84/198.04	c propagations          : 872693         (4505 /sec)
197.84/198.04	c conflict literals     : 3808416        (7.32 % deleted)
197.84/198.04	c Memory used           : 98.71 MB
197.84/198.04	c CPU time              : 193.699 s
197.84/198.04	
197.84/198.06	s SATISFIABLE
197.84/198.06	v -1 2 -3 -4 5 -6 7 8 9 10 11 -12 -13 14 15 16 17 18 -19 -20 -21 22 23 -24 25 26 27 -28 -29 -30 -31 32 -33 34 35 36 37 38 -39 40 41 -42 43 44 45 46 47 48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784216-1241925305/watcher-1784216-1241925305 -o /tmp/evaluation-result-1784216-1241925305/solver-1784216-1241925305 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784216-1241925305.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8349
/proc/meminfo: memFree=1793196/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=0
/proc/8349/stat : 8349 (glucose.sh) R 8347 8349 5106 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 220563360 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8349/statm: 1340 235 194 169 0 51 0
[pid=8350] ppid=8349 vsize=876 CPUtime=0
/proc/8350/stat : 8350 (SatELite_releas) R 8349 8349 5106 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 220563360 897024 90 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/8350/statm: 219 90 50 174 0 42 0

[startup+0.0903789 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8349
/proc/meminfo: memFree=1793196/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=0
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220563360 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8349/statm: 1340 236 195 169 0 51 0
[pid=8350] ppid=8349 vsize=6040 CPUtime=0.08
/proc/8350/stat : 8350 (SatELite_releas) R 8349 8349 5106 0 -1 4194304 1342 0 0 0 7 1 0 0 19 0 1 0 220563360 6184960 1326 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/8350/statm: 1510 1326 50 174 0 1333 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11400

[startup+0.10238 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8349
/proc/meminfo: memFree=1793196/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=0
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220563360 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8349/statm: 1340 236 195 169 0 51 0
[pid=8350] ppid=8349 vsize=6832 CPUtime=0.09
/proc/8350/stat : 8350 (SatELite_releas) R 8349 8349 5106 0 -1 4194304 1516 0 0 0 8 1 0 0 19 0 1 0 220563360 6995968 1500 1992294400 134512640 135225430 4294956176 18446744073709551615 134528172 0 0 4096 3 0 0 0 17 0 0 0
/proc/8350/statm: 1708 1500 50 174 0 1531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12192

[startup+0.302401 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8349
/proc/meminfo: memFree=1793196/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=0
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220563360 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8349/statm: 1340 236 195 169 0 51 0
[pid=8350] ppid=8349 vsize=18984 CPUtime=0.29
/proc/8350/stat : 8350 (SatELite_releas) R 8349 8349 5106 0 -1 4194304 4408 0 0 0 26 3 0 0 21 0 1 0 220563360 19439616 4392 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/8350/statm: 4746 4392 50 174 0 4569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24344

[startup+0.702446 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8349
/proc/meminfo: memFree=1793196/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=0
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220563360 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8349/statm: 1340 236 195 169 0 51 0
[pid=8350] ppid=8349 vsize=42876 CPUtime=0.69
/proc/8350/stat : 8350 (SatELite_releas) R 8349 8349 5106 0 -1 4194304 10159 0 0 0 62 7 0 0 25 0 1 0 220563360 43905024 10143 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/8350/statm: 10719 10143 50 174 0 10542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48236

[startup+1.50154 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8351
/proc/meminfo: memFree=1734940/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=0
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220563360 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8349/statm: 1340 236 195 169 0 51 0
[pid=8350] ppid=8349 vsize=111964 CPUtime=1.49
/proc/8350/stat : 8350 (SatELite_releas) R 8349 8349 5106 0 -1 4194304 26983 0 0 0 135 14 0 0 25 0 1 0 220563360 114651136 26967 1992294400 134512640 135225430 4294956176 18446744073709551615 134688385 0 0 4096 3 0 0 0 17 0 0 0
/proc/8350/statm: 27991 26967 76 174 0 27814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117324

[startup+3.10172 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8351
/proc/meminfo: memFree=1675100/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=0
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220563360 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8349/statm: 1340 236 195 169 0 51 0
[pid=8350] ppid=8349 vsize=111964 CPUtime=3.05
/proc/8350/stat : 8350 (SatELite_releas) R 8349 8349 5106 0 -1 4194304 26983 0 0 0 283 22 0 0 20 0 1 0 220563360 114651136 26967 1992294400 134512640 135225430 4294956176 18446744073709551615 134826823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8350/statm: 27991 26967 76 174 0 27814 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 117324

[startup+6.30107 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1682460/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=84352 CPUtime=2.22
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 19517 0 0 0 210 12 0 0 25 0 1 0 220563766 86376448 19503 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 21088 19503 75 172 0 20913 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 89712

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1676764/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=88440 CPUtime=8.62
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 20404 0 0 0 848 14 0 0 25 0 1 0 220563766 90562560 20390 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 22110 20390 75 172 0 21935 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 93800

[startup+25.5022 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1675036/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=90500 CPUtime=21.41
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 20822 0 0 0 2126 15 0 0 25 0 1 0 220563766 92672000 20808 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 22625 20808 75 172 0 22450 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 95860

[startup+51.1021 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1672540/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=93472 CPUtime=46.99
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 21448 0 0 0 4684 15 0 0 25 0 1 0 220563766 95715328 21434 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 23368 21434 75 172 0 23193 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 98832

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1669212/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=96984 CPUtime=98.18
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 22295 0 0 0 9801 17 0 0 25 0 1 0 220563766 99311616 22281 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 24246 22281 75 172 0 24071 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 102344

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1666844/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=99872 CPUtime=158.14
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 22889 0 0 0 15797 17 0 0 25 0 1 0 220563766 102268928 22875 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 24968 22875 75 172 0 24793 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 105232

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

[startup+179.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1666588/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=100336 CPUtime=174.93
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 22953 0 0 0 17476 17 0 0 25 0 1 0 220563766 102744064 22939 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 25084 22939 75 172 0 24909 0
Current children cumulated CPU time (s) 178.94
Current children cumulated vsize (KiB) 105696

[startup+185.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1666332/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=100468 CPUtime=181.33
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 23027 0 0 0 18116 17 0 0 25 0 1 0 220563766 102879232 23013 1992294400 134512640 135217611 4294956304 18446744073709551615 134522710 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 25117 23013 75 172 0 24942 0
Current children cumulated CPU time (s) 185.34
Current children cumulated vsize (KiB) 105828

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1666268/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=100468 CPUtime=187.74
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 23028 0 0 0 18756 18 0 0 25 0 1 0 220563766 102879232 23014 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 25117 23014 75 172 0 24942 0
Current children cumulated CPU time (s) 191.75
Current children cumulated vsize (KiB) 105828

[startup+195.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1666268/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=100468 CPUtime=190.94
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 23032 0 0 0 19076 18 0 0 25 0 1 0 220563766 102879232 23018 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 25117 23018 75 172 0 24942 0
Current children cumulated CPU time (s) 194.95
Current children cumulated vsize (KiB) 105828

[startup+196.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1666268/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=100744 CPUtime=192.54
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 23080 0 0 0 19236 18 0 0 25 0 1 0 220563766 103161856 23066 1992294400 134512640 135217611 4294956304 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8352/statm: 25186 23066 75 172 0 25011 0
Current children cumulated CPU time (s) 196.55
Current children cumulated vsize (KiB) 106104

[startup+197.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1666012/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=101072 CPUtime=193.33
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 23153 0 0 0 19315 18 0 0 25 0 1 0 220563766 103497728 23139 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8352/statm: 25268 23139 75 172 0 25093 0
Current children cumulated CPU time (s) 197.34
Current children cumulated vsize (KiB) 106432

[startup+197.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1665756/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=101072 CPUtime=193.73
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 23164 0 0 0 19355 18 0 0 25 0 1 0 220563766 103497728 23150 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8352/statm: 25268 23150 75 172 0 25093 0
Current children cumulated CPU time (s) 197.74
Current children cumulated vsize (KiB) 106432

[startup+198.006 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8352
/proc/meminfo: memFree=1665756/2055920 swapFree=4181220/4192956
[pid=8349] ppid=8347 vsize=5360 CPUtime=4.01
/proc/8349/stat : 8349 (glucose.sh) S 8347 8349 5106 0 -1 4194304 313 26984 0 0 0 0 372 29 16 0 1 0 220563360 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8349/statm: 1340 238 195 169 0 51 0
[pid=8352] ppid=8349 vsize=101072 CPUtime=193.83
/proc/8352/stat : 8352 (glucose_static) R 8349 8349 5106 0 -1 4194304 23167 0 0 0 19365 18 0 0 25 0 1 0 220563766 103497728 23153 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8352/statm: 25268 23153 75 172 0 25093 0
Current children cumulated CPU time (s) 197.84
Current children cumulated vsize (KiB) 106432

Child status: 10
Real time (s): 198.088
CPU time (s): 197.942
CPU user time (s): 197.43
CPU system time (s): 0.511922
CPU usage (%): 99.9263
Max. virtual memory (cumulated for all children) (KiB): 117324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.43
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50754
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= 43
involuntary context switches= 564

runsolver used 0.178972 second user time and 0.551916 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-10 05:15:08
IDJOB=1784216
IDBENCH=71130
IDSOLVER=610
FILE ID=node35/1784216-1241925305
PBS_JOBID= 9264878
Free space on /tmp= 66260 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK12.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784216-1241925305/watcher-1784216-1241925305 -o /tmp/evaluation-result-1784216-1241925305/solver-1784216-1241925305 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784216-1241925305.cnf

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

MD5SUM BENCH= bcbdfe82209aa971e7a6ff7bba833b95
RANDOM SEED=445466270

node35.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:       1793676 kB
Buffers:         48328 kB
Cached:         161328 kB
SwapCached:       6244 kB
Active:         143876 kB
Inactive:        74456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793676 kB
SwapTotal:     4192956 kB
SwapFree:      4181220 kB
Dirty:           35980 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            29920 kB
Committed_AS:   798788 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= 66260 MiB
End job on node35 at 2009-05-10 05:18:26