Trace number 1783524

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 694.102 694.277

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
MD5SUM9b15e90c034f4532d9c5a9491fda1777
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.5795
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses672
Sum of the clauses size1440
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     672     1440 |     201       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     660     2376 |      --       0       --      -- |     --   | -12/936
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 108   #clauses: 660   #literals: 2376
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  108                                                  |
0.00/0.00	c |  Number of clauses:    660                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
694.02/694.26	c restarts              : 1354
694.02/694.26	c nb ReduceDB           : 76
694.02/694.26	c nb learnts DL2        : 180
694.02/694.26	c nb learnts size 2     : 145
694.02/694.26	c nb learnts size 1     : 15
694.02/694.26	c conflicts             : 3265603        (4705 /sec)
694.02/694.26	c decisions             : 3859200        (1.22 % random) (5561 /sec)
694.02/694.26	c propagations          : 39705723       (57212 /sec)
694.02/694.26	c conflict literals     : 74028427       (33.54 % deleted)
694.02/694.26	c Memory used           : 33.07 MB
694.02/694.26	c CPU time              : 694.013 s
694.02/694.26	
694.02/694.26	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-1783524-1241861793/watcher-1783524-1241861793 -o /tmp/evaluation-result-1783524-1241861793/solver-1783524-1241861793 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783524-1241861793.cnf 

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25109
/proc/meminfo: memFree=1730032/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=1896 CPUtime=0
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 214207422 1941504 110 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 474 110 75 172 0 299 0

[startup+0.0194889 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25109
/proc/meminfo: memFree=1730032/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=2028 CPUtime=0.01
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 143 0 0 0 1 0 0 0 18 0 1 0 214207422 2076672 129 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 507 129 75 172 0 332 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7388

[startup+0.101496 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25109
/proc/meminfo: memFree=1730032/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=2424 CPUtime=0.09
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 256 0 0 0 9 0 0 0 18 0 1 0 214207422 2482176 242 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 606 242 75 172 0 431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7784

[startup+0.301513 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25109
/proc/meminfo: memFree=1730032/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=2820 CPUtime=0.29
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 351 0 0 0 29 0 0 0 19 0 1 0 214207422 2887680 337 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 705 337 76 172 0 530 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8180

[startup+0.701548 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25109
/proc/meminfo: memFree=1730032/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=3492 CPUtime=0.69
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 519 0 0 0 69 0 0 0 23 0 1 0 214207422 3575808 505 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 873 505 76 172 0 698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8852

[startup+1.50162 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 25112
/proc/meminfo: memFree=1727584/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=4020 CPUtime=1.49
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 653 0 0 0 149 0 0 0 25 0 1 0 214207422 4116480 639 1992294400 134512640 135217611 4294956304 18446744073709551615 134532855 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 1005 639 76 172 0 830 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9380

[startup+3.10176 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 25112
/proc/meminfo: memFree=1726688/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=4960 CPUtime=3.09
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 887 0 0 0 309 0 0 0 25 0 1 0 214207422 5079040 873 1992294400 134512640 135217611 4294956304 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 1240 873 76 172 0 1065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10320

[startup+6.30104 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 25112
/proc/meminfo: memFree=1725600/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=5964 CPUtime=6.29
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 1113 0 0 0 629 0 0 0 25 0 1 0 214207422 6107136 1099 1992294400 134512640 135217611 4294956304 18446744073709551615 134537022 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 1491 1099 76 172 0 1316 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11324

[startup+12.7016 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 25112
/proc/meminfo: memFree=1724064/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=7384 CPUtime=12.68
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 1439 0 0 0 1268 0 0 0 25 0 1 0 214207422 7561216 1425 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 1846 1425 76 172 0 1671 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12744

[startup+25.5017 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 25112
/proc/meminfo: memFree=1721120/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=10324 CPUtime=25.47
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 2147 0 0 0 2547 0 0 0 25 0 1 0 214207422 10571776 2133 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 2581 2133 76 172 0 2406 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15684

[startup+51.1019 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 25112
/proc/meminfo: memFree=1717792/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=13836 CPUtime=51.08
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 2977 0 0 0 5106 2 0 0 25 0 1 0 214207422 14168064 2963 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 3459 2963 76 172 0 3284 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19196

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/66 25112
/proc/meminfo: memFree=1713952/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=17864 CPUtime=102.26
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 3919 0 0 0 10223 3 0 0 25 0 1 0 214207422 18292736 3905 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 4466 3905 76 172 0 4291 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23224

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/66 25112
/proc/meminfo: memFree=1710944/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=21068 CPUtime=162.25
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 4697 0 0 0 16221 4 0 0 25 0 1 0 214207422 21573632 4683 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 5267 4683 76 172 0 5092 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26428

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/66 25112
/proc/meminfo: memFree=1708320/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=23900 CPUtime=222.24
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 5306 0 0 0 22219 5 0 0 25 0 1 0 214207422 24473600 5292 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 5975 5292 76 172 0 5800 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 29260

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 25114
/proc/meminfo: memFree=1706528/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=25668 CPUtime=282.22
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 5729 0 0 0 28217 5 0 0 25 0 1 0 214207422 26284032 5715 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 6417 5715 76 172 0 6242 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31028

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/66 25114
/proc/meminfo: memFree=1705440/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=26788 CPUtime=342.2
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 5982 0 0 0 34215 5 0 0 25 0 1 0 214207422 27430912 5968 1992294400 134512640 135217611 4294956304 18446744073709551615 134538745 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 6697 5968 76 172 0 6522 0
Current children cumulated CPU time (s) 342.2

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


[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/66 25114
/proc/meminfo: memFree=1704096/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=28216 CPUtime=402.19
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 6316 0 0 0 40213 6 0 0 25 0 1 0 214207422 28893184 6302 1992294400 134512640 135217611 4294956304 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 7054 6302 76 172 0 6879 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 33576

[startup+462.302 s]
/proc/loadavg: 0.99 0.77 0.37 2/66 25114
/proc/meminfo: memFree=1702048/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=30460 CPUtime=462.17
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 6817 0 0 0 46211 6 0 0 25 0 1 0 214207422 31191040 6803 1992294400 134512640 135217611 4294956304 18446744073709551615 134542204 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 7615 6803 76 172 0 7440 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 35820

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/66 25114
/proc/meminfo: memFree=1700832/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=31940 CPUtime=522.15
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7098 0 0 0 52209 6 0 0 25 0 1 0 214207422 32706560 7084 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 7985 7084 76 172 0 7810 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 37300

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/66 25114
/proc/meminfo: memFree=1699680/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33352 CPUtime=582.15
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7400 0 0 0 58208 7 0 0 25 0 1 0 214207422 34152448 7386 1992294400 134512640 135217611 4294956304 18446744073709551615 134522531 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8338 7386 76 172 0 8163 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 38712

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.47 2/66 25114
/proc/meminfo: memFree=1699232/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33784 CPUtime=642.13
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7500 0 0 0 64206 7 0 0 25 0 1 0 214207422 34594816 7486 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8446 7486 76 172 0 8271 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 39144

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

[startup+665.505 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 25114
/proc/meminfo: memFree=1699104/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=665.33
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7529 0 0 0 66526 7 0 0 25 0 1 0 214207422 34668544 7515 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7515 76 172 0 8289 0
Current children cumulated CPU time (s) 665.33
Current children cumulated vsize (KiB) 39216

[startup+678.302 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 25114
/proc/meminfo: memFree=1699040/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=678.12
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7547 0 0 0 67805 7 0 0 25 0 1 0 214207422 34668544 7533 1992294400 134512640 135217611 4294956304 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7533 76 172 0 8289 0
Current children cumulated CPU time (s) 678.12
Current children cumulated vsize (KiB) 39216

[startup+684.701 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 25114
/proc/meminfo: memFree=1698976/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=684.52
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7554 0 0 0 68445 7 0 0 25 0 1 0 214207422 34668544 7540 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 684.52
Current children cumulated vsize (KiB) 39216

[startup+691.102 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 25114
/proc/meminfo: memFree=1698976/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=690.92
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7554 0 0 0 69085 7 0 0 25 0 1 0 214207422 34668544 7540 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 690.92
Current children cumulated vsize (KiB) 39216

[startup+692.702 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 25114
/proc/meminfo: memFree=1698976/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=692.52
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7554 0 0 0 69245 7 0 0 25 0 1 0 214207422 34668544 7540 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 692.52
Current children cumulated vsize (KiB) 39216

[startup+693.502 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 25114
/proc/meminfo: memFree=1698976/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=693.32
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7554 0 0 0 69325 7 0 0 25 0 1 0 214207422 34668544 7540 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 693.32
Current children cumulated vsize (KiB) 39216

[startup+693.902 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 25114
/proc/meminfo: memFree=1698976/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=693.72
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7554 0 0 0 69365 7 0 0 25 0 1 0 214207422 34668544 7540 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 693.72
Current children cumulated vsize (KiB) 39216

[startup+694.106 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 25114
/proc/meminfo: memFree=1698976/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=693.92
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7554 0 0 0 69385 7 0 0 25 0 1 0 214207422 34668544 7540 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 693.92
Current children cumulated vsize (KiB) 39216

[startup+694.202 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 25114
/proc/meminfo: memFree=1698976/2055920 swapFree=4164020/4192956
[pid=25109] ppid=25107 vsize=5360 CPUtime=0
/proc/25109/stat : 25109 (glucose.sh) S 25107 25109 25072 0 -1 4194304 313 132 0 0 0 0 0 0 18 0 1 0 214207421 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25109/statm: 1340 238 195 169 0 51 0
[pid=25111] ppid=25109 vsize=33856 CPUtime=694.02
/proc/25111/stat : 25111 (glucose_static) R 25109 25109 25072 0 -1 4194304 7554 0 0 0 69395 7 0 0 25 0 1 0 214207422 34668544 7540 1992294400 134512640 135217611 4294956304 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25111/statm: 8464 7540 76 172 0 8289 0
Current children cumulated CPU time (s) 694.02
Current children cumulated vsize (KiB) 39216

Child status: 20
Real time (s): 694.277
CPU time (s): 694.102
CPU user time (s): 694.019
CPU system time (s): 0.082987
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 39216

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

runsolver used 0.738887 second user time and 1.68274 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-09 11:36:34
IDJOB=1783524
IDBENCH=24575
IDSOLVER=610
FILE ID=node50/1783524-1241861793
PBS_JOBID= 9264565
Free space on /tmp= 66352 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/sabharwal/counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783524-1241861793/watcher-1783524-1241861793 -o /tmp/evaluation-result-1783524-1241861793/solver-1783524-1241861793 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783524-1241861793.cnf

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

MD5SUM BENCH= 9b15e90c034f4532d9c5a9491fda1777
RANDOM SEED=935682497

node50.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.216
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.216
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:       1730520 kB
Buffers:         22736 kB
Cached:         237496 kB
SwapCached:      23396 kB
Active:         166604 kB
Inactive:       118836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730520 kB
SwapTotal:     4192956 kB
SwapFree:      4164020 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            25976 kB
Committed_AS:   660596 kB
PageTables:       1448 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= 66352 MiB
End job on node50 at 2009-05-09 11:48:08