Trace number 1579954

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 624.698 624.989

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.218
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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.79/0.82	c ==============================================================================
0.79/0.82	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.82	c ==============================================================================
0.79/0.82	c |         0 |  812763  1945115 |  243828       0        0     nan |  0.000 % |
5.08/5.15	c |         0 |  546996  1519613 |      --       0       --      -- |     --   | -74850/8386
5.08/5.16	c ==============================================================================
5.08/5.16	c Result  :   #vars: 85935   #clauses: 546996   #literals: 1519613
5.08/5.16	c CPU time:   4.98524 s
5.08/5.16	c ==============================================================================
5.68/5.70	c
5.68/5.70	c Starting glucose
5.68/5.70	c
5.68/5.70	
5.68/5.70	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.68/5.70	
5.68/5.70	c ============================[ Problem Statistics ]=============================
5.68/5.70	c |                                                                             |
5.68/5.71	c |  Number of variables:  85935                                                |
5.68/5.71	c |  Number of clauses:    546996                                               |
5.68/6.13	c |  Parsing time:         0.37         s                                       |
624.59/624.96	c restarts              : 797
624.59/624.96	c nb ReduceDB           : 14
624.59/624.96	c nb learnts DL2        : 7024
624.59/624.96	c nb learnts size 2     : 4542
624.59/624.96	c nb learnts size 1     : 626
624.59/624.96	c conflicts             : 386397         (624 /sec)
624.59/624.96	c decisions             : 1353098        (1.23 % random) (2187 /sec)
624.59/624.96	c propagations          : 563776594      (911026 /sec)
624.59/624.96	c conflict literals     : 51660011       (40.57 % deleted)
624.59/624.96	c Memory used           : 67.93 MB
624.59/624.96	c CPU time              : 618.837 s
624.59/624.96	
624.59/624.97	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-1579954-1238912862/watcher-1579954-1238912862 -o /tmp/evaluation-result-1579954-1238912862/solver-1579954-1238912862 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1579954-1238912862.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1744
/proc/meminfo: memFree=1487032/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=0
/proc/1744/stat : 1744 (glucose.sh) R 1742 1744 1674 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 1163951540 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1744/statm: 1340 235 194 169 0 51 0
[pid=1745] ppid=1744 vsize=1744 CPUtime=0
/proc/1745/stat : 1745 (SatELite_releas) R 1744 1744 1674 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 1163951541 1785856 264 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/1745/statm: 436 266 50 174 0 259 0

[startup+0.0534331 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1744
/proc/meminfo: memFree=1487032/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=0
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1163951540 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1744/statm: 1340 236 195 169 0 51 0
[pid=1745] ppid=1744 vsize=26124 CPUtime=0.04
/proc/1745/stat : 1745 (SatELite_releas) R 1744 1744 1674 0 -1 4194304 3697 0 0 0 3 1 0 0 19 0 1 0 1163951541 26750976 3577 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/1745/statm: 6531 3578 50 174 0 6354 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31484

[startup+0.101434 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1744
/proc/meminfo: memFree=1487032/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=0
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1163951540 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1744/statm: 1340 236 195 169 0 51 0
[pid=1745] ppid=1744 vsize=32312 CPUtime=0.09
/proc/1745/stat : 1745 (SatELite_releas) R 1744 1744 1674 0 -1 4194304 5237 0 0 0 7 2 0 0 19 0 1 0 1163951541 33087488 5117 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/1745/statm: 8078 5118 50 174 0 7901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37672

[startup+0.301463 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1744
/proc/meminfo: memFree=1487032/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=0
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1163951540 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1744/statm: 1340 236 195 169 0 51 0
[pid=1745] ppid=1744 vsize=48764 CPUtime=0.28
/proc/1745/stat : 1745 (SatELite_releas) R 1744 1744 1674 0 -1 4194304 9177 0 0 0 24 4 0 0 22 0 1 0 1163951541 49934336 9057 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1745/statm: 12191 9058 50 174 0 12014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54124

[startup+0.701521 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 1744
/proc/meminfo: memFree=1487032/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=0
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1163951540 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1744/statm: 1340 236 195 169 0 51 0
[pid=1745] ppid=1744 vsize=80388 CPUtime=0.69
/proc/1745/stat : 1745 (SatELite_releas) R 1744 1744 1674 0 -1 4194304 17584 0 0 0 60 9 0 0 25 0 1 0 1163951541 82317312 17464 1992294400 134512640 135225430 4294956176 18446744073709551615 134548167 0 0 4096 3 0 0 0 17 0 0 0
/proc/1745/statm: 20097 17464 51 174 0 19920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85748

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1746
/proc/meminfo: memFree=1412648/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=0
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1163951540 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1744/statm: 1340 236 195 169 0 51 0
[pid=1745] ppid=1744 vsize=98960 CPUtime=1.49
/proc/1745/stat : 1745 (SatELite_releas) R 1744 1744 1674 0 -1 4194304 23348 0 0 0 137 12 0 0 25 0 1 0 1163951541 101335040 21224 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1745/statm: 24740 21224 77 174 0 24563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104320

[startup+3.10187 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1746
/proc/meminfo: memFree=1395176/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=0
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1163951540 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1744/statm: 1340 236 195 169 0 51 0
[pid=1745] ppid=1744 vsize=110328 CPUtime=3.08
/proc/1745/stat : 1745 (SatELite_releas) R 1744 1744 1674 0 -1 4194304 25913 0 0 0 294 14 0 0 25 0 1 0 1163951541 112975872 23539 1992294400 134512640 135225430 4294956176 18446744073709551615 134548846 0 0 4096 3 0 0 0 17 0 0 0
/proc/1745/statm: 27582 23539 77 174 0 27405 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115688

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1746
/proc/meminfo: memFree=1387944/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 5360

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1429608/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=43632 CPUtime=6.98
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 10425 0 0 0 693 5 0 0 25 0 1 0 1163952111 44679168 10375 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 10908 10375 77 172 0 10733 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 48992

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1424872/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=48432 CPUtime=19.76
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 11634 0 0 0 1970 6 0 0 25 0 1 0 1163952111 49594368 11584 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 12108 11584 77 172 0 11933 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 53792

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1421032/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=52404 CPUtime=45.35
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 12603 0 0 0 4528 7 0 0 25 0 1 0 1163952111 53661696 12553 1992294400 134512640 135217611 4294956304 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 13101 12553 77 172 0 12926 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 57764

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1416168/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=57064 CPUtime=96.54
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 13773 0 0 0 9645 9 0 0 25 0 1 0 1163952111 58433536 13723 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 14266 13723 77 172 0 14091 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 62424

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1411816/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=61504 CPUtime=156.51
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 14864 0 0 0 15641 10 0 0 25 0 1 0 1163952111 62980096 14814 1992294400 134512640 135217611 4294956304 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 15376 14814 77 172 0 15201 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 66864

[startup+222.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 1747
/proc/meminfo: memFree=1411368/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=61900 CPUtime=216.49
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 14965 0 0 0 21639 10 0 0 25 0 1 0 1163952111 63385600 14915 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 15475 14915 77 172 0 15300 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 67260

[startup+282.301 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 1747
/proc/meminfo: memFree=1408168/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=65068 CPUtime=276.47
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 15777 0 0 0 27635 12 0 0 25 0 1 0 1163952111 66629632 15727 1992294400 134512640 135217611 4294956304 18446744073709551615 134623864 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 16267 15727 77 172 0 16092 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 70428

[startup+342.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 1747
/proc/meminfo: memFree=1405416/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=67712 CPUtime=336.43
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16448 0 0 0 33631 12 0 0 25 0 1 0 1163952111 69337088 16398 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 16928 16398 77 172 0 16753 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 73072

[startup+402.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 1747
/proc/meminfo: memFree=1405416/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=67712 CPUtime=396.41
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16449 0 0 0 39629 12 0 0 25 0 1 0 1163952111 69337088 16399 1992294400 134512640 135217611 4294956304 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 16928 16399 77 172 0 16753 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 73072

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 1747
/proc/meminfo: memFree=1405032/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=68116 CPUtime=456.39
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16543 0 0 0 45626 13 0 0 25 0 1 0 1163952111 69750784 16493 1992294400 134512640 135217611 4294956304 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17029 16493 77 172 0 16854 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 73476

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1748
/proc/meminfo: memFree=1403432/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69436 CPUtime=516.35
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16883 0 0 0 51622 13 0 0 25 0 1 0 1163952111 71102464 16833 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17359 16833 77 172 0 17184 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 74796

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403432/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69436 CPUtime=576.33
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16885 0 0 0 57619 14 0 0 25 0 1 0 1163952111 71102464 16835 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17359 16835 77 172 0 17184 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 74796

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

[startup+588.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403432/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69436 CPUtime=582.73
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16885 0 0 0 58259 14 0 0 25 0 1 0 1163952111 71102464 16835 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17359 16835 77 172 0 17184 0
Current children cumulated CPU time (s) 588.41
Current children cumulated vsize (KiB) 74796

[startup+601.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403432/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69556 CPUtime=595.53
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16888 0 0 0 59539 14 0 0 25 0 1 0 1163952111 71225344 16838 1992294400 134512640 135217611 4294956304 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17389 16838 77 172 0 17214 0
Current children cumulated CPU time (s) 601.21
Current children cumulated vsize (KiB) 74916

[startup+614.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403368/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69556 CPUtime=608.32
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16888 0 0 0 60818 14 0 0 25 0 1 0 1163952111 71225344 16838 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17389 16838 77 172 0 17214 0
Current children cumulated CPU time (s) 614
Current children cumulated vsize (KiB) 74916

[startup+620.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403368/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69556 CPUtime=614.71
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16888 0 0 0 61457 14 0 0 25 0 1 0 1163952111 71225344 16838 1992294400 134512640 135217611 4294956304 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17389 16838 77 172 0 17214 0
Current children cumulated CPU time (s) 620.39
Current children cumulated vsize (KiB) 74916

[startup+622.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403368/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69556 CPUtime=616.31
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16888 0 0 0 61617 14 0 0 25 0 1 0 1163952111 71225344 16838 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17389 16838 77 172 0 17214 0
Current children cumulated CPU time (s) 621.99
Current children cumulated vsize (KiB) 74916

[startup+623.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403368/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69556 CPUtime=617.91
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16888 0 0 0 61777 14 0 0 25 0 1 0 1163952111 71225344 16838 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17389 16838 77 172 0 17214 0
Current children cumulated CPU time (s) 623.59
Current children cumulated vsize (KiB) 74916

[startup+624.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403368/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69556 CPUtime=618.72
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16888 0 0 0 61858 14 0 0 25 0 1 0 1163952111 71225344 16838 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17389 16838 77 172 0 17214 0
Current children cumulated CPU time (s) 624.4
Current children cumulated vsize (KiB) 74916

[startup+624.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1403368/2055920 swapFree=4175700/4192956
[pid=1744] ppid=1742 vsize=5360 CPUtime=5.68
/proc/1744/stat : 1744 (glucose.sh) S 1742 1744 1674 0 -1 4194304 313 29152 0 0 0 0 547 21 16 0 1 0 1163951540 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1744/statm: 1340 238 195 169 0 51 0
[pid=1747] ppid=1744 vsize=69556 CPUtime=618.91
/proc/1747/stat : 1747 (glucose_static) R 1744 1744 1674 0 -1 4194304 16888 0 0 0 61877 14 0 0 25 0 1 0 1163952111 71225344 16838 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1747/statm: 17389 16838 77 172 0 17214 0
Current children cumulated CPU time (s) 624.59
Current children cumulated vsize (KiB) 74916

Child status: 20
Real time (s): 624.989
CPU time (s): 624.698
CPU user time (s): 624.315
CPU system time (s): 0.382941
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 116140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.315
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46519
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= 38
involuntary context switches= 1889

runsolver used 0.599908 second user time and 1.68474 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-05 08:27:43
IDJOB=1579954
IDBENCH=71008
IDSOLVER=503
FILE ID=node30/1579954-1238912862
PBS_JOBID= 9101382
Free space on /tmp= 66528 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579954-1238912862/watcher-1579954-1238912862 -o /tmp/evaluation-result-1579954-1238912862/solver-1579954-1238912862 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1579954-1238912862.cnf

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=871747279

node30.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.260
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.260
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:       1487448 kB
Buffers:         58808 kB
Cached:         437264 kB
SwapCached:      11208 kB
Active:         186872 kB
Inactive:       322348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487448 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:           16492 kB
Writeback:           0 kB
Mapped:          18744 kB
Slab:            45264 kB
Committed_AS:  3579916 kB
PageTables:       1368 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= 66528 MiB
End job on node30 at 2009-04-05 08:38:08