Trace number 1727252

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 266.08 266.174

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.948
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

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.78/0.86	c ==============================================================================
0.78/0.86	c |           |     ORIGINAL     |              LEARNT              |          |
0.78/0.86	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.78/0.86	c ==============================================================================
0.78/0.86	c |         0 |  861366  1745389 |  258409       0        0     nan |  0.000 % |
4.19/4.29	c |         0 |  813835  2298271 |      --       0       --      -- |     --   | -47531/552882
4.19/4.29	c ==============================================================================
4.19/4.29	c Result  :   #vars: 25516   #clauses: 813835   #literals: 2298271
4.19/4.29	c CPU time:   4.12637 s
4.19/4.29	c ==============================================================================
4.98/5.07	c
4.98/5.07	c Starting glucose
4.98/5.07	c
4.98/5.07	
4.98/5.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.98/5.07	
4.98/5.07	c ============================[ Problem Statistics ]=============================
4.98/5.07	c |                                                                             |
4.98/5.07	c |  Number of variables:  25516                                                |
4.98/5.07	c |  Number of clauses:    813835                                               |
5.76/5.83	c |  Parsing time:         0.69         s                                       |
265.99/266.15	c restarts              : 716
265.99/266.15	c nb ReduceDB           : 13
265.99/266.15	c nb learnts DL2        : 22348
265.99/266.15	c nb learnts size 2     : 6656
265.99/266.15	c nb learnts size 1     : 3117
265.99/266.15	c conflicts             : 352556         (1351 /sec)
265.99/266.15	c decisions             : 2029093        (1.64 % random) (7778 /sec)
265.99/266.15	c propagations          : 203690933      (780792 /sec)
265.99/266.15	c conflict literals     : 12015668       (38.68 % deleted)
265.99/266.15	c Memory used           : 65.36 MB
265.99/266.15	c CPU time              : 260.877 s
265.99/266.15	
265.99/266.16	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-1727252-1240722767/watcher-1727252-1240722767 -o /tmp/evaluation-result-1727252-1240722767/solver-1727252-1240722767 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1727252-1240722767.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/65 18222
/proc/meminfo: memFree=1006376/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=0
/proc/18222/stat : 18222 (glucose.sh) R 18220 18222 17999 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 100306573 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18222/statm: 1340 235 194 169 0 51 0
[pid=18223] ppid=18222 vsize=1008 CPUtime=0
/proc/18223/stat : 18223 (SatELite_releas) R 18222 18222 17999 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 100306574 1032192 94 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/18223/statm: 252 103 49 174 0 75 0

[startup+0.0816911 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18222
/proc/meminfo: memFree=1006376/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=0
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 100306573 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18222/statm: 1340 236 195 169 0 51 0
[pid=18223] ppid=18222 vsize=8788 CPUtime=0.06
/proc/18223/stat : 18223 (SatELite_releas) R 18222 18222 17999 0 -1 4194304 1967 0 0 0 6 0 0 0 21 0 1 0 100306574 8998912 1951 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18223/statm: 2197 1951 50 174 0 2020 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14148

[startup+0.101693 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18222
/proc/meminfo: memFree=1006376/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=0
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 100306573 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18222/statm: 1340 236 195 169 0 51 0
[pid=18223] ppid=18222 vsize=9712 CPUtime=0.09
/proc/18223/stat : 18223 (SatELite_releas) R 18222 18222 17999 0 -1 4194304 2217 0 0 0 8 1 0 0 21 0 1 0 100306574 9945088 2201 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18223/statm: 2428 2201 50 174 0 2251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15072

[startup+0.301714 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18222
/proc/meminfo: memFree=1006376/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=0
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 100306573 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18222/statm: 1340 236 195 169 0 51 0
[pid=18223] ppid=18222 vsize=20752 CPUtime=0.29
/proc/18223/stat : 18223 (SatELite_releas) R 18222 18222 17999 0 -1 4194304 4846 0 0 0 27 2 0 0 23 0 1 0 100306574 21250048 4830 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18223/statm: 5188 4830 50 174 0 5011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26112

[startup+0.70176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18222
/proc/meminfo: memFree=1006376/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=0
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 100306573 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18222/statm: 1340 236 195 169 0 51 0
[pid=18223] ppid=18222 vsize=44196 CPUtime=0.68
/proc/18223/stat : 18223 (SatELite_releas) R 18222 18222 17999 0 -1 4194304 10667 0 0 0 62 6 0 0 25 0 1 0 100306574 45256704 10652 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18223/statm: 11049 10658 51 174 0 10872 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 49556

[startup+1.50185 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18224
/proc/meminfo: memFree=954200/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=0
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 100306573 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18222/statm: 1340 236 195 169 0 51 0
[pid=18223] ppid=18222 vsize=65688 CPUtime=1.48
/proc/18223/stat : 18223 (SatELite_releas) R 18222 18222 17999 0 -1 4194304 15244 0 0 0 138 10 0 0 25 0 1 0 100306574 67264512 15170 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18223/statm: 16422 15170 76 174 0 16245 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 71048

[startup+3.10103 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18224
/proc/meminfo: memFree=931544/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=0
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 100306573 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18222/statm: 1340 236 195 169 0 51 0
[pid=18223] ppid=18222 vsize=87920 CPUtime=3.08
/proc/18223/stat : 18223 (SatELite_releas) R 18222 18222 17999 0 -1 4194304 18254 0 0 0 296 12 0 0 25 0 1 0 100306574 90030080 18180 1992294400 134512640 135225430 4294956176 18446744073709551615 134586116 0 0 4096 3 0 0 0 17 1 0 0
/proc/18223/statm: 21980 18180 77 174 0 21803 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 93280

[startup+6.30139 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=967256/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=48844 CPUtime=1.21
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 11816 0 0 0 116 5 0 0 25 0 1 0 100307081 50016256 11802 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 12211 11802 75 172 0 12036 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 54204

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=937496/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=52556 CPUtime=7.61
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 12743 0 0 0 755 6 0 0 25 0 1 0 100307081 53817344 12729 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 13139 12729 77 172 0 12964 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 57916

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=935576/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=54784 CPUtime=20.4
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 13288 0 0 0 2033 7 0 0 25 0 1 0 100307081 56098816 13274 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 13696 13274 77 172 0 13521 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 60144

[startup+51.1025 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=934040/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=56316 CPUtime=46
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 13669 0 0 0 4592 8 0 0 25 0 1 0 100307081 57667584 13655 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 14079 13655 77 172 0 13904 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 61676

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=929880/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=60528 CPUtime=97.19
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 14723 0 0 0 9709 10 0 0 25 0 1 0 100307081 61980672 14709 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 15132 14709 77 172 0 14957 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 65888

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=927512/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=63084 CPUtime=157.16
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 15318 0 0 0 15706 10 0 0 25 0 1 0 100307081 64598016 15304 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 15771 15304 77 172 0 15596 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 68444

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=924120/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66392 CPUtime=217.15
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16158 0 0 0 21704 11 0 0 25 0 1 0 100307081 67985408 16144 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16598 16144 77 172 0 16423 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 71752

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

[startup+230.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=924120/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66392 CPUtime=225.14
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16159 0 0 0 22503 11 0 0 25 0 1 0 100307081 67985408 16145 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16598 16145 77 172 0 16423 0
Current children cumulated CPU time (s) 230.19
Current children cumulated vsize (KiB) 71752

[startup+243.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=924056/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66392 CPUtime=237.94
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16176 0 0 0 23783 11 0 0 25 0 1 0 100307081 67985408 16162 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16598 16162 77 172 0 16423 0
Current children cumulated CPU time (s) 242.99
Current children cumulated vsize (KiB) 71752

[startup+255.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=923480/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66924 CPUtime=250.74
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16307 0 0 0 25063 11 0 0 25 0 1 0 100307081 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 255.79
Current children cumulated vsize (KiB) 72284

[startup+262.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=923480/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66924 CPUtime=257.13
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16307 0 0 0 25702 11 0 0 25 0 1 0 100307081 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 262.18
Current children cumulated vsize (KiB) 72284

[startup+263.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=923480/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66924 CPUtime=258.74
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16307 0 0 0 25863 11 0 0 25 0 1 0 100307081 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 263.79
Current children cumulated vsize (KiB) 72284

[startup+265.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=923480/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66924 CPUtime=260.33
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16307 0 0 0 26022 11 0 0 25 0 1 0 100307081 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 265.38
Current children cumulated vsize (KiB) 72284

[startup+265.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=923480/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66924 CPUtime=260.73
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16307 0 0 0 26062 11 0 0 25 0 1 0 100307081 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 265.78
Current children cumulated vsize (KiB) 72284

[startup+266.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18225
/proc/meminfo: memFree=923480/2055920 swapFree=4192956/4192956
[pid=18222] ppid=18220 vsize=5360 CPUtime=5.05
/proc/18222/stat : 18222 (glucose.sh) S 18220 18222 17999 0 -1 4194304 313 26725 0 0 0 0 483 22 16 0 1 0 100306573 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18222/statm: 1340 238 195 169 0 51 0
[pid=18225] ppid=18222 vsize=66924 CPUtime=260.94
/proc/18225/stat : 18225 (glucose_static) R 18222 18222 17999 0 -1 4194304 16307 0 0 0 26083 11 0 0 25 0 1 0 100307081 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18225/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 265.99
Current children cumulated vsize (KiB) 72284

Child status: 20
Real time (s): 266.174
CPU time (s): 266.08
CPU user time (s): 265.718
CPU system time (s): 0.361944
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 93280

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

runsolver used 0.270958 second user time and 0.707892 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-26 07:12:49
IDJOB=1727252
IDBENCH=24634
IDSOLVER=503
FILE ID=node85/1727252-1240722767
PBS_JOBID= 9186871
Free space on /tmp= 126804 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727252-1240722767/watcher-1727252-1240722767 -o /tmp/evaluation-result-1727252-1240722767/solver-1727252-1240722767 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1727252-1240722767.cnf

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1051476218

node85.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1006792 kB
Buffers:        102196 kB
Cached:         839060 kB
SwapCached:          0 kB
Active:         224368 kB
Inactive:       730700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1006792 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           13684 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            80004 kB
Committed_AS:   262864 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126800 MiB
End job on node85 at 2009-04-26 07:17:15