Trace number 1773704

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 1937.01 1937.98

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl032.cnf
MD5SUM5bb6e70c95bda454f634cd586084908b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark991.95
Satisfiable
(Un)Satisfiability was proved
Number of variables18607
Number of clauses55724
Sum of the clauses size130020
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237148
Number of clauses of size 318574
Number of clauses of size 40
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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   55722   130018 |   16716       0        0     nan |  0.000 % |
0.28/0.35	c |         0 |   34365   106362 |      --       0       --      -- |     --   | -21355/-23651
0.28/0.35	c ==============================================================================
0.28/0.35	c Result  :   #vars: 6781   #clauses: 34365   #literals: 106362
0.28/0.35	c CPU time:   0.329949 s
0.28/0.35	c ==============================================================================
0.28/0.38	c
0.28/0.38	c Starting glucose
0.28/0.38	c
0.28/0.39	
0.28/0.39	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.28/0.39	
0.28/0.39	c ============================[ Problem Statistics ]=============================
0.28/0.39	c |                                                                             |
0.28/0.39	c |  Number of variables:  6781                                                 |
0.28/0.39	c |  Number of clauses:    34365                                                |
0.38/0.41	c |  Parsing time:         0.02         s                                       |
1936.91/1937.97	c restarts              : 899
1936.91/1937.97	c nb ReduceDB           : 57
1936.91/1937.97	c nb learnts DL2        : 2123
1936.91/1937.97	c nb learnts size 2     : 928
1936.91/1937.97	c nb learnts size 1     : 55
1936.91/1937.97	c conflicts             : 1984606        (1025 /sec)
1936.91/1937.97	c decisions             : 2872700        (1.28 % random) (1483 /sec)
1936.91/1937.97	c propagations          : 1035202926     (534581 /sec)
1936.91/1937.97	c conflict literals     : 91883875       (74.99 % deleted)
1936.91/1937.97	c Memory used           : 37.27 MB
1936.91/1937.97	c CPU time              : 1936.48 s
1936.91/1937.97	
1936.91/1937.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773704-1241258931/watcher-1773704-1241258931 -o /tmp/evaluation-result-1773704-1241258931/solver-1773704-1241258931 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773704-1241258931.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.11 1.00 1.00 3/64 31148
/proc/meminfo: memFree=1452112/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0
/proc/31148/stat : 31148 (glucose.sh) R 31146 31148 30985 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153926928 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31148/statm: 1340 235 194 169 0 51 0
[pid=31149] ppid=31148 vsize=1148 CPUtime=0
/proc/31149/stat : 31149 (SatELite_releas) R 31148 31148 30985 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 153926928 1175552 141 1992294400 134512640 135225430 4294956176 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 0 0 0
/proc/31149/statm: 287 144 50 174 0 110 0

[startup+0.0964469 s]
/proc/loadavg: 1.11 1.00 1.00 3/64 31148
/proc/meminfo: memFree=1452112/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153926928 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1340 236 195 169 0 51 0
[pid=31149] ppid=31148 vsize=10016 CPUtime=0.08
/proc/31149/stat : 31149 (SatELite_releas) R 31148 31148 30985 0 -1 4194304 2217 0 0 0 7 1 0 0 19 0 1 0 153926928 10256384 2054 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31149/statm: 2504 2054 77 174 0 2327 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15376

[startup+0.102447 s]
/proc/loadavg: 1.11 1.00 1.00 3/64 31148
/proc/meminfo: memFree=1452112/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153926928 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1340 236 195 169 0 51 0
[pid=31149] ppid=31148 vsize=10016 CPUtime=0.09
/proc/31149/stat : 31149 (SatELite_releas) R 31148 31148 30985 0 -1 4194304 2227 0 0 0 8 1 0 0 19 0 1 0 153926928 10256384 2064 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31149/statm: 2504 2064 77 174 0 2327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15376

[startup+0.301485 s]
/proc/loadavg: 1.11 1.00 1.00 3/64 31148
/proc/meminfo: memFree=1452112/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153926928 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1340 236 195 169 0 51 0
[pid=31149] ppid=31148 vsize=11416 CPUtime=0.28
/proc/31149/stat : 31149 (SatELite_releas) R 31148 31148 30985 0 -1 4194304 2556 0 0 0 27 1 0 0 21 0 1 0 153926928 11689984 2393 1992294400 134512640 135225430 4294956176 18446744073709551615 134593699 0 0 4096 3 0 0 0 17 0 0 0
/proc/31149/statm: 2854 2393 77 174 0 2677 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16776

[startup+0.702567 s]
/proc/loadavg: 1.11 1.00 1.00 3/64 31148
/proc/meminfo: memFree=1452112/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 5360

[startup+1.50171 s]
/proc/loadavg: 1.11 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1445760/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=5888 CPUtime=1.09
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 1247 0 0 0 109 0 0 0 25 0 1 0 153926967 6029312 1233 1992294400 134512640 135217611 4294956288 18446744073709551615 134533404 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 1472 1233 76 172 0 1297 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11248

[startup+3.102 s]
/proc/loadavg: 1.11 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1444672/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=6820 CPUtime=2.7
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 1448 0 0 0 269 1 0 0 25 0 1 0 153926967 6983680 1434 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 1705 1434 77 172 0 1530 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12180

[startup+6.3026 s]
/proc/loadavg: 1.10 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1442880/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=8152 CPUtime=5.9
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 1808 0 0 0 589 1 0 0 25 0 1 0 153926967 8347648 1794 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 2038 1794 77 172 0 1863 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13512

[startup+12.7018 s]
/proc/loadavg: 1.09 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1441856/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=9604 CPUtime=12.29
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 2139 0 0 0 1227 2 0 0 25 0 1 0 153926967 9834496 2125 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 2401 2125 77 172 0 2226 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14964

[startup+25.5011 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1439936/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=11220 CPUtime=25.09
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 2542 0 0 0 2507 2 0 0 25 0 1 0 153926967 11489280 2528 1992294400 134512640 135217611 4294956288 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 2805 2528 77 172 0 2630 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16580

[startup+51.1019 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1438336/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=12948 CPUtime=50.68
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 2975 0 0 0 5065 3 0 0 25 0 1 0 153926967 13258752 2961 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 3237 2961 77 172 0 3062 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18308

[startup+102.306 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1435392/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=15708 CPUtime=101.86
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 3685 0 0 0 10183 3 0 0 25 0 1 0 153926967 16084992 3671 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 3927 3671 77 172 0 3752 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21068

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1432640/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=18640 CPUtime=161.83
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 4420 0 0 0 16179 4 0 0 25 0 1 0 153926967 19087360 4406 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 4660 4406 77 172 0 4485 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 24000

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1429888/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=21284 CPUtime=221.79
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 5036 0 0 0 22175 4 0 0 25 0 1 0 153926967 21794816 5022 1992294400 134512640 135217611 4294956288 18446744073709551615 134537497 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 5321 5022 77 172 0 5146 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 26644

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1428864/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=22488 CPUtime=281.77
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 5358 0 0 0 28172 5 0 0 25 0 1 0 153926967 23027712 5344 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 5622 5344 77 172 0 5447 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 27848

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31151
/proc/meminfo: memFree=1425344/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=25920 CPUtime=341.74
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 6198 0 0 0 34168 6 0 0 25 0 1 0 153926967 26542080 6184 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 6480 6184 77 172 0 6305 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 31280

[startup+402.303 s]

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


[startup+1542.3 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 31151
/proc/meminfo: memFree=1415040/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=36284 CPUtime=1541.14
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 8743 0 0 0 154102 12 0 0 25 0 1 0 153926967 37154816 8729 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9071 8729 77 172 0 8896 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 41644

[startup+1602.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 31151
/proc/meminfo: memFree=1414848/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=36604 CPUtime=1601.11
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 8801 0 0 0 160099 12 0 0 25 0 1 0 153926967 37482496 8787 1992294400 134512640 135217611 4294956288 18446744073709551615 134538835 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9151 8787 77 172 0 8976 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 41964

[startup+1662.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 31151
/proc/meminfo: memFree=1414464/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=37116 CPUtime=1661.08
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 8899 0 0 0 166095 13 0 0 25 0 1 0 153926967 38006784 8885 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9279 8885 77 172 0 9104 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 42476

[startup+1722.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 31151
/proc/meminfo: memFree=1414208/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=37260 CPUtime=1721.05
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 8956 0 0 0 172092 13 0 0 25 0 1 0 153926967 38154240 8942 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9315 8942 77 172 0 9140 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 42620

[startup+1782.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 31153
/proc/meminfo: memFree=1413312/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=37784 CPUtime=1781.02
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9060 0 0 0 178089 13 0 0 25 0 1 0 153926967 38690816 9046 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9446 9046 77 172 0 9271 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 43144

[startup+1842.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 31153
/proc/meminfo: memFree=1413248/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1840.98
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9178 0 0 0 184085 13 0 0 25 0 1 0 153926967 39075840 9164 1992294400 134512640 135217611 4294956288 18446744073709551615 134522387 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9164 77 172 0 9365 0
Current children cumulated CPU time (s) 1841.36
Current children cumulated vsize (KiB) 43520

[startup+1902.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1900.95
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9178 0 0 0 190082 13 0 0 25 0 1 0 153926967 39075840 9164 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9164 77 172 0 9365 0
Current children cumulated CPU time (s) 1901.33
Current children cumulated vsize (KiB) 43520

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

[startup+1919.9 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1918.54
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9179 0 0 0 191841 13 0 0 25 0 1 0 153926967 39075840 9165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9165 77 172 0 9365 0
Current children cumulated CPU time (s) 1918.92
Current children cumulated vsize (KiB) 43520

[startup+1926.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1924.94
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9179 0 0 0 192481 13 0 0 25 0 1 0 153926967 39075840 9165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9165 77 172 0 9365 0
Current children cumulated CPU time (s) 1925.32
Current children cumulated vsize (KiB) 43520

[startup+1932.71 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1931.34
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9179 0 0 0 193121 13 0 0 25 0 1 0 153926967 39075840 9165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9165 77 172 0 9365 0
Current children cumulated CPU time (s) 1931.72
Current children cumulated vsize (KiB) 43520

[startup+1935.9 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1934.54
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9179 0 0 0 193441 13 0 0 25 0 1 0 153926967 39075840 9165 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9165 77 172 0 9365 0
Current children cumulated CPU time (s) 1934.92
Current children cumulated vsize (KiB) 43520

[startup+1936.7 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1935.33
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9179 0 0 0 193520 13 0 0 25 0 1 0 153926967 39075840 9165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9165 77 172 0 9365 0
Current children cumulated CPU time (s) 1935.71
Current children cumulated vsize (KiB) 43520

[startup+1937.5 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1936.13
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9179 0 0 0 193600 13 0 0 25 0 1 0 153926967 39075840 9165 1992294400 134512640 135217611 4294956288 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9165 77 172 0 9365 0
Current children cumulated CPU time (s) 1936.51
Current children cumulated vsize (KiB) 43520

[startup+1937.9 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 31153
/proc/meminfo: memFree=1413120/2055920 swapFree=4180196/4192956
[pid=31148] ppid=31146 vsize=5360 CPUtime=0.38
/proc/31148/stat : 31148 (glucose.sh) S 31146 31148 30985 0 -1 4194304 313 2777 0 0 0 0 36 2 16 0 1 0 153926928 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31148/statm: 1340 238 195 169 0 51 0
[pid=31151] ppid=31148 vsize=38160 CPUtime=1936.53
/proc/31151/stat : 31151 (glucose_static) R 31148 31148 30985 0 -1 4194304 9179 0 0 0 193640 13 0 0 25 0 1 0 153926967 39075840 9165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31151/statm: 9540 9165 77 172 0 9365 0
Current children cumulated CPU time (s) 1936.91
Current children cumulated vsize (KiB) 43520

Child status: 20
Real time (s): 1937.98
CPU time (s): 1937.01
CPU user time (s): 1936.84
CPU system time (s): 0.170974
CPU usage (%): 99.9497
Max. virtual memory (cumulated for all children) (KiB): 43520

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

runsolver used 1.58576 second user time and 5.46717 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-02 12:08:51
IDJOB=1773704
IDBENCH=70780
IDSOLVER=610
FILE ID=node7/1773704-1241258931
PBS_JOBID= 9224935
Free space on /tmp= 66560 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl032.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773704-1241258931/watcher-1773704-1241258931 -o /tmp/evaluation-result-1773704-1241258931/solver-1773704-1241258931 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773704-1241258931.cnf

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED=1157706449

node7.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.256
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.256
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:       1452656 kB
Buffers:         82188 kB
Cached:         423628 kB
SwapCached:       7108 kB
Active:          64612 kB
Inactive:       449612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452656 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            2628 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            75076 kB
Committed_AS:  1024820 kB
PageTables:       1444 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= 66560 MiB
End job on node7 at 2009-05-02 12:41:09