Trace number 1731492

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 422.048 422.248

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark207.133
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
Number of clauses of size 50
Number of clauses of size over 50

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 |    7153    21604 |    2145       0        0     nan |  0.000 % |
0.04/0.06	c |         0 |    7008    23428 |      --       0       --      -- |     --   | -145/1824
0.04/0.06	c ==============================================================================
0.04/0.06	c Result  :   #vars: 435   #clauses: 7008   #literals: 23428
0.04/0.06	c CPU time:   0.05999 s
0.04/0.06	c ==============================================================================
0.04/0.07	c
0.04/0.07	c Starting glucose
0.04/0.07	c
0.04/0.07	
0.04/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.04/0.07	
0.04/0.07	c ============================[ Problem Statistics ]=============================
0.04/0.07	c |                                                                             |
0.04/0.07	c |  Number of variables:  435                                                  |
0.04/0.07	c |  Number of clauses:    7008                                                 |
0.04/0.07	c |  Parsing time:         0.00         s                                       |
421.98/422.23	c restarts              : 4
421.98/422.23	c nb ReduceDB           : 45
421.98/422.23	c nb learnts DL2        : 885
421.98/422.23	c nb learnts size 2     : 236
421.98/422.23	c nb learnts size 1     : 15
421.98/422.23	c conflicts             : 1234650        (2926 /sec)
421.98/422.23	c decisions             : 1328530        (1.68 % random) (3149 /sec)
421.98/422.23	c propagations          : 96901774       (229660 /sec)
421.98/422.23	c conflict literals     : 23245506       (42.67 % deleted)
421.98/422.23	c Memory used           : 17.75 MB
421.98/422.23	c CPU time              : 421.936 s
421.98/422.23	
421.98/422.24	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-1731492-1240771257/watcher-1731492-1240771257 -o /tmp/evaluation-result-1731492-1240771257/solver-1731492-1240771257 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1731492-1240771257.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.09 3/64 11027
/proc/meminfo: memFree=1716880/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0
/proc/11027/stat : 11027 (glucose.sh) R 11025 11027 10704 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 105152564 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 251255122591 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11027/statm: 1340 235 194 169 0 51 0
[pid=11028] ppid=11027 vsize=1008 CPUtime=0
/proc/11028/stat : 11028 (SatELite_releas) R 11027 11027 10704 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 105152564 1032192 116 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/11028/statm: 252 117 50 174 0 75 0

[startup+0.047948 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 11027
/proc/meminfo: memFree=1716880/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 105152564 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11027/statm: 1340 236 195 169 0 51 0
[pid=11028] ppid=11027 vsize=1820 CPUtime=0.04
/proc/11028/stat : 11028 (SatELite_releas) R 11027 11027 10704 0 -1 4194304 331 0 0 0 4 0 0 0 20 0 1 0 105152564 1863680 315 1992294400 134512640 135225430 4294956160 18446744073709551615 134586126 0 0 4096 3 0 0 0 17 0 0 0
/proc/11028/statm: 455 315 77 174 0 278 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7180

[startup+0.101955 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 11027
/proc/meminfo: memFree=1716880/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301977 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 11027
/proc/meminfo: memFree=1716880/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.70202 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 11027
/proc/meminfo: memFree=1716880/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11030
/proc/meminfo: memFree=1714688/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=3776 CPUtime=1.42
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 597 0 0 0 142 0 0 0 25 0 1 0 105152571 3866624 583 1992294400 134512640 135217611 4294956272 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11030/statm: 944 583 75 172 0 769 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9136

[startup+3.10128 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11030
/proc/meminfo: memFree=1713984/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=4172 CPUtime=3.01
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 720 0 0 0 301 0 0 0 25 0 1 0 105152571 4272128 706 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11030/statm: 1043 706 75 172 0 868 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9532

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11030
/proc/meminfo: memFree=1712896/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=5144 CPUtime=6.21
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 944 0 0 0 621 0 0 0 25 0 1 0 105152571 5267456 930 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 1286 930 75 172 0 1111 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10504

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11030
/proc/meminfo: memFree=1711360/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=6396 CPUtime=12.61
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 1255 0 0 0 1261 0 0 0 25 0 1 0 105152571 6549504 1241 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 1599 1241 75 172 0 1424 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11756

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11030
/proc/meminfo: memFree=1710080/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=7852 CPUtime=25.39
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 1609 0 0 0 2539 0 0 0 25 0 1 0 105152571 8040448 1595 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 1963 1595 75 172 0 1788 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 13212

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 11030
/proc/meminfo: memFree=1708480/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=9536 CPUtime=50.99
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 1999 0 0 0 5098 1 0 0 25 0 1 0 105152571 9764864 1985 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 2384 1985 75 172 0 2209 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14896

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 11030
/proc/meminfo: memFree=1706560/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=11496 CPUtime=102.17
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 2455 0 0 0 10216 1 0 0 25 0 1 0 105152571 11771904 2441 1992294400 134512640 135217611 4294956272 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 2874 2441 75 172 0 2699 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 16856

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 11030
/proc/meminfo: memFree=1704192/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=13996 CPUtime=162.14
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3033 0 0 0 16212 2 0 0 25 0 1 0 105152571 14331904 3019 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 3499 3019 75 172 0 3324 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 19356

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 11030
/proc/meminfo: memFree=1702976/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=15400 CPUtime=222.11
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3338 0 0 0 22209 2 0 0 25 0 1 0 105152571 15769600 3324 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 3850 3324 76 172 0 3675 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 20760

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 11030
/proc/meminfo: memFree=1701952/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=16584 CPUtime=282.09
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3627 0 0 0 28206 3 0 0 25 0 1 0 105152571 16982016 3613 1992294400 134512640 135217611 4294956272 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4146 3613 76 172 0 3971 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 21944

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700864/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=17552 CPUtime=342.06
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3860 0 0 0 34203 3 0 0 25 0 1 0 105152571 17973248 3846 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4388 3846 76 172 0 4213 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 22912

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700480/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=17984 CPUtime=402.03
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3951 0 0 0 40200 3 0 0 25 0 1 0 105152571 18415616 3937 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4496 3937 76 172 0 4321 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 23344

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700352/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=409.23
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3975 0 0 0 40920 3 0 0 25 0 1 0 105152571 18608128 3961 1992294400 134512640 135217611 4294956272 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4543 3961 76 172 0 4368 0
Current children cumulated CPU time (s) 409.29
Current children cumulated vsize (KiB) 23532

[startup+415.901 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700288/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=415.63
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3988 0 0 0 41560 3 0 0 25 0 1 0 105152571 18608128 3974 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4543 3974 76 172 0 4368 0
Current children cumulated CPU time (s) 415.69
Current children cumulated vsize (KiB) 23532

[startup+419.105 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700288/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=418.83
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3988 0 0 0 41880 3 0 0 25 0 1 0 105152571 18608128 3974 1992294400 134512640 135217611 4294956272 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4543 3974 76 172 0 4368 0
Current children cumulated CPU time (s) 418.89
Current children cumulated vsize (KiB) 23532

[startup+420.702 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700288/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=420.43
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3988 0 0 0 42040 3 0 0 25 0 1 0 105152571 18608128 3974 1992294400 134512640 135217611 4294956272 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4543 3974 76 172 0 4368 0
Current children cumulated CPU time (s) 420.49
Current children cumulated vsize (KiB) 23532

[startup+421.502 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700288/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=421.23
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3988 0 0 0 42120 3 0 0 25 0 1 0 105152571 18608128 3974 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11030/statm: 4543 3974 76 172 0 4368 0
Current children cumulated CPU time (s) 421.29
Current children cumulated vsize (KiB) 23532

[startup+421.902 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700288/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=421.62
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3988 0 0 0 42159 3 0 0 25 0 1 0 105152571 18608128 3974 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11030/statm: 4543 3974 76 172 0 4368 0
Current children cumulated CPU time (s) 421.68
Current children cumulated vsize (KiB) 23532

[startup+422.102 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700288/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=421.82
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3988 0 0 0 42179 3 0 0 25 0 1 0 105152571 18608128 3974 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11030/statm: 4543 3974 76 172 0 4368 0
Current children cumulated CPU time (s) 421.88
Current children cumulated vsize (KiB) 23532

[startup+422.203 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11030
/proc/meminfo: memFree=1700288/2055920 swapFree=4181748/4192956
[pid=11027] ppid=11025 vsize=5360 CPUtime=0.06
/proc/11027/stat : 11027 (glucose.sh) S 11025 11027 10704 0 -1 4194304 313 349 0 0 0 0 6 0 16 0 1 0 105152564 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1340 238 195 169 0 51 0
[pid=11030] ppid=11027 vsize=18172 CPUtime=421.92
/proc/11030/stat : 11030 (glucose_static) R 11027 11027 10704 0 -1 4194304 3988 0 0 0 42189 3 0 0 25 0 1 0 105152571 18608128 3974 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11030/statm: 4543 3974 76 172 0 4368 0
Current children cumulated CPU time (s) 421.98
Current children cumulated vsize (KiB) 23532

Child status: 20
Real time (s): 422.248
CPU time (s): 422.048
CPU user time (s): 422.004
CPU system time (s): 0.043993
CPU usage (%): 99.9525
Max. virtual memory (cumulated for all children) (KiB): 23532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.004
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 964

runsolver used 0.349946 second user time and 1.19682 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-26 20:40:57
IDJOB=1731492
IDBENCH=24753
IDSOLVER=503
FILE ID=node64/1731492-1240771257
PBS_JOBID= 9187157
Free space on /tmp= 66168 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731492-1240771257/watcher-1731492-1240771257 -o /tmp/evaluation-result-1731492-1240771257/solver-1731492-1240771257 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1731492-1240771257.cnf

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

MD5SUM BENCH= d2283e85579af5f5de3cfcfaac7f25fa
RANDOM SEED=2117683601

node64.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.218
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.218
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:       1717360 kB
Buffers:         42776 kB
Cached:         231212 kB
SwapCached:       4540 kB
Active:          84104 kB
Inactive:       197700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717360 kB
SwapTotal:     4192956 kB
SwapFree:      4181748 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          14100 kB
Slab:            42476 kB
Committed_AS:   323176 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66168 MiB
End job on node64 at 2009-04-26 20:47:59