Trace number 1783676

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.908 267.093

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 benchmark95.5065
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.79/0.86	c ==============================================================================
0.79/0.86	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.86	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.86	c ==============================================================================
0.79/0.86	c |         0 |  861366  1745389 |  258409       0        0     nan |  0.000 % |
4.19/4.30	c |         0 |  813835  2298271 |      --       0       --      -- |     --   | -47531/552882
4.19/4.30	c ==============================================================================
4.19/4.30	c Result  :   #vars: 25516   #clauses: 813835   #literals: 2298271
4.19/4.30	c CPU time:   4.14037 s
4.19/4.30	c ==============================================================================
4.98/5.08	c
4.98/5.08	c Starting glucose
4.98/5.08	c
4.98/5.08	
4.98/5.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.98/5.08	
4.98/5.08	c ============================[ Problem Statistics ]=============================
4.98/5.08	c |                                                                             |
4.98/5.08	c |  Number of variables:  25516                                                |
4.98/5.08	c |  Number of clauses:    813835                                               |
5.77/5.87	c |  Parsing time:         0.72         s                                       |
266.80/267.06	c restarts              : 716
266.80/267.06	c nb ReduceDB           : 13
266.80/267.06	c nb learnts DL2        : 22348
266.80/267.06	c nb learnts size 2     : 6656
266.80/267.06	c nb learnts size 1     : 3117
266.80/267.06	c conflicts             : 352556         (1347 /sec)
266.80/267.06	c decisions             : 2029093        (1.64 % random) (7754 /sec)
266.80/267.06	c propagations          : 203690933      (778402 /sec)
266.80/267.06	c conflict literals     : 12015668       (38.68 % deleted)
266.80/267.06	c Memory used           : 65.36 MB
266.80/267.06	c CPU time              : 261.678 s
266.80/267.06	
266.80/267.07	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-1783676-1241862883/watcher-1783676-1241862883 -o /tmp/evaluation-result-1783676-1241862883/solver-1783676-1241862883 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783676-1241862883.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: 1.00 0.96 0.66 3/64 25735
/proc/meminfo: memFree=1858736/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=0
/proc/25735/stat : 25735 (glucose.sh) R 25733 25735 25665 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 214321772 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25735/statm: 1340 235 194 169 0 51 0
[pid=25736] ppid=25735 vsize=1744 CPUtime=0
/proc/25736/stat : 25736 (SatELite_releas) R 25735 25735 25665 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 214321773 1785856 277 1992294400 134512640 135225430 4294956176 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/25736/statm: 436 280 49 174 0 259 0

[startup+0.0786249 s]
/proc/loadavg: 1.00 0.96 0.66 3/64 25735
/proc/meminfo: memFree=1858736/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=0
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214321772 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25735/statm: 1340 236 195 169 0 51 0
[pid=25736] ppid=25735 vsize=8656 CPUtime=0.07
/proc/25736/stat : 25736 (SatELite_releas) R 25735 25735 25665 0 -1 4194304 1944 0 0 0 6 1 0 0 19 0 1 0 214321773 8863744 1928 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25736/statm: 2164 1929 50 174 0 1987 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14016

[startup+0.102628 s]
/proc/loadavg: 1.00 0.96 0.66 3/64 25735
/proc/meminfo: memFree=1858736/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=0
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214321772 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25735/statm: 1340 236 195 169 0 51 0
[pid=25736] ppid=25735 vsize=9712 CPUtime=0.09
/proc/25736/stat : 25736 (SatELite_releas) R 25735 25735 25665 0 -1 4194304 2245 0 0 0 8 1 0 0 19 0 1 0 214321773 9945088 2229 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25736/statm: 2428 2230 50 174 0 2251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15072

[startup+0.301662 s]
/proc/loadavg: 1.00 0.96 0.66 3/64 25735
/proc/meminfo: memFree=1858736/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=0
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214321772 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25735/statm: 1340 236 195 169 0 51 0
[pid=25736] ppid=25735 vsize=20752 CPUtime=0.28
/proc/25736/stat : 25736 (SatELite_releas) R 25735 25735 25665 0 -1 4194304 4862 0 0 0 26 2 0 0 21 0 1 0 214321773 21250048 4846 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25736/statm: 5188 4846 50 174 0 5011 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26112

[startup+0.701732 s]
/proc/loadavg: 1.00 0.96 0.66 3/64 25735
/proc/meminfo: memFree=1858736/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=0
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214321772 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25735/statm: 1340 236 195 169 0 51 0
[pid=25736] ppid=25735 vsize=46844 CPUtime=0.69
/proc/25736/stat : 25736 (SatELite_releas) R 25735 25735 25665 0 -1 4194304 11320 0 0 0 63 6 0 0 25 0 1 0 214321773 47968256 11304 1992294400 134512640 135225430 4294956176 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/25736/statm: 11711 11304 51 174 0 11534 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52204

[startup+1.50187 s]
/proc/loadavg: 1.00 0.96 0.66 2/66 25737
/proc/meminfo: memFree=1806944/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=0
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214321772 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25735/statm: 1340 236 195 169 0 51 0
[pid=25736] ppid=25735 vsize=65688 CPUtime=1.49
/proc/25736/stat : 25736 (SatELite_releas) R 25735 25735 25665 0 -1 4194304 15263 0 0 0 139 10 0 0 25 0 1 0 214321773 67264512 15189 1992294400 134512640 135225430 4294956176 18446744073709551615 134549065 0 0 4096 3 0 0 0 17 0 0 0
/proc/25736/statm: 16422 15189 76 174 0 16245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71048

[startup+3.10116 s]
/proc/loadavg: 1.00 0.96 0.66 2/66 25737
/proc/meminfo: memFree=1783968/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=0
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214321772 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25735/statm: 1340 236 195 169 0 51 0
[pid=25736] ppid=25735 vsize=87920 CPUtime=3.09
/proc/25736/stat : 25736 (SatELite_releas) R 25735 25735 25665 0 -1 4194304 18254 0 0 0 298 11 0 0 25 0 1 0 214321773 90030080 18180 1992294400 134512640 135225430 4294956176 18446744073709551615 134585965 0 0 4096 3 0 0 0 17 0 0 0
/proc/25736/statm: 21980 18180 77 174 0 21803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93280

[startup+6.30273 s]
/proc/loadavg: 1.00 0.96 0.67 2/66 25738
/proc/meminfo: memFree=1820704/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=48712 CPUtime=1.2
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 11776 0 0 0 114 6 0 0 25 0 1 0 214322281 49881088 11762 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25738/statm: 12178 11762 75 172 0 12003 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 54072

[startup+12.7018 s]
/proc/loadavg: 1.00 0.96 0.67 2/66 25738
/proc/meminfo: memFree=1789920/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=52556 CPUtime=7.6
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 12743 0 0 0 753 7 0 0 25 0 1 0 214322281 53817344 12729 1992294400 134512640 135217611 4294956304 18446744073709551615 134524248 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 13139 12729 77 172 0 12964 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57916

[startup+25.5011 s]
/proc/loadavg: 1.00 0.96 0.67 2/66 25738
/proc/meminfo: memFree=1788000/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=54784 CPUtime=20.39
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 13282 0 0 0 2031 8 0 0 25 0 1 0 214322281 56098816 13268 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 13696 13268 77 172 0 13521 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60144

[startup+51.1016 s]
/proc/loadavg: 1.00 0.97 0.68 2/66 25738
/proc/meminfo: memFree=1786272/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=56316 CPUtime=45.95
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 13669 0 0 0 4587 8 0 0 25 0 1 0 214322281 57667584 13655 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 14079 13655 77 172 0 13904 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 61676

[startup+102.307 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 25738
/proc/meminfo: memFree=1782176/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=60528 CPUtime=97.12
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 14723 0 0 0 9703 9 0 0 25 0 1 0 214322281 61980672 14709 1992294400 134512640 135217611 4294956304 18446744073709551615 134526251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 15132 14709 77 172 0 14957 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 65888

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.71 2/66 25738
/proc/meminfo: memFree=1779744/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=63084 CPUtime=157.08
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 15318 0 0 0 15698 10 0 0 25 0 1 0 214322281 64598016 15304 1992294400 134512640 135217611 4294956304 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 15771 15304 77 172 0 15596 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 68444

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.73 2/66 25738
/proc/meminfo: memFree=1776352/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66392 CPUtime=217.06
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16158 0 0 0 21695 11 0 0 25 0 1 0 214322281 67985408 16144 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16598 16144 77 172 0 16423 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 71752

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

[startup+230.301 s]
/proc/loadavg: 1.00 0.97 0.73 2/66 25738
/proc/meminfo: memFree=1776352/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66392 CPUtime=225.05
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16158 0 0 0 22494 11 0 0 25 0 1 0 214322281 67985408 16144 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16598 16144 77 172 0 16423 0
Current children cumulated CPU time (s) 230.12
Current children cumulated vsize (KiB) 71752

[startup+243.105 s]
/proc/loadavg: 1.00 0.97 0.73 2/66 25738
/proc/meminfo: memFree=1776288/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66392 CPUtime=237.85
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16170 0 0 0 23774 11 0 0 25 0 1 0 214322281 67985408 16156 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16598 16156 77 172 0 16423 0
Current children cumulated CPU time (s) 242.92
Current children cumulated vsize (KiB) 71752

[startup+255.902 s]
/proc/loadavg: 1.00 0.97 0.74 2/66 25738
/proc/meminfo: memFree=1775712/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66924 CPUtime=250.63
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16307 0 0 0 25051 12 0 0 25 0 1 0 214322281 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 255.7
Current children cumulated vsize (KiB) 72284

[startup+262.302 s]
/proc/loadavg: 1.00 0.97 0.74 2/66 25738
/proc/meminfo: memFree=1775712/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66924 CPUtime=257.03
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16307 0 0 0 25691 12 0 0 25 0 1 0 214322281 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 262.1
Current children cumulated vsize (KiB) 72284

[startup+265.502 s]
/proc/loadavg: 1.00 0.97 0.74 2/66 25738
/proc/meminfo: memFree=1775712/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66924 CPUtime=260.23
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16307 0 0 0 26011 12 0 0 25 0 1 0 214322281 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 265.3
Current children cumulated vsize (KiB) 72284

[startup+266.301 s]
/proc/loadavg: 1.00 0.97 0.74 2/66 25738
/proc/meminfo: memFree=1775712/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66924 CPUtime=261.03
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16307 0 0 0 26091 12 0 0 25 0 1 0 214322281 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 266.1
Current children cumulated vsize (KiB) 72284

[startup+266.702 s]
/proc/loadavg: 1.00 0.97 0.74 2/66 25738
/proc/meminfo: memFree=1775712/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66924 CPUtime=261.43
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16307 0 0 0 26131 12 0 0 25 0 1 0 214322281 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134527855 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 266.5
Current children cumulated vsize (KiB) 72284

[startup+266.902 s]
/proc/loadavg: 1.00 0.97 0.74 2/66 25738
/proc/meminfo: memFree=1775712/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66924 CPUtime=261.63
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16307 0 0 0 26151 12 0 0 25 0 1 0 214322281 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 266.7
Current children cumulated vsize (KiB) 72284

[startup+267.002 s]
/proc/loadavg: 1.00 0.97 0.74 2/66 25738
/proc/meminfo: memFree=1775712/2055920 swapFree=4123508/4192956
[pid=25735] ppid=25733 vsize=5360 CPUtime=5.07
/proc/25735/stat : 25735 (glucose.sh) S 25733 25735 25665 0 -1 4194304 313 26725 0 0 0 0 484 23 16 0 1 0 214321772 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25735/statm: 1340 238 195 169 0 51 0
[pid=25738] ppid=25735 vsize=66924 CPUtime=261.73
/proc/25738/stat : 25738 (glucose_static) R 25735 25735 25665 0 -1 4194304 16307 0 0 0 26161 12 0 0 25 0 1 0 214322281 68530176 16293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25738/statm: 16731 16293 77 172 0 16556 0
Current children cumulated CPU time (s) 266.8
Current children cumulated vsize (KiB) 72284

Child status: 20
Real time (s): 267.093
CPU time (s): 266.908
CPU user time (s): 266.524
CPU system time (s): 0.383941
CPU usage (%): 99.9309
Max. virtual memory (cumulated for all children) (KiB): 93280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.524
system time used= 0.383941
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= 37
involuntary context switches= 779

runsolver used 0.231964 second user time and 0.745886 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-09 11:54:45
IDJOB=1783676
IDBENCH=24634
IDSOLVER=610
FILE ID=node18/1783676-1241862883
PBS_JOBID= 9264594
Free space on /tmp= 66244 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-1783676-1241862883/watcher-1783676-1241862883 -o /tmp/evaluation-result-1783676-1241862883/solver-1783676-1241862883 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783676-1241862883.cnf

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1043943663

node18.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.280
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.280
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:       1859280 kB
Buffers:         21616 kB
Cached:          67072 kB
SwapCached:      63564 kB
Active:          87388 kB
Inactive:        67036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859280 kB
SwapTotal:     4192956 kB
SwapFree:      4123508 kB
Dirty:           13748 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            28316 kB
Committed_AS:   756308 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= 66240 MiB
End job on node18 at 2009-05-09 11:59:12