Trace number 1733644

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 596.887 597.509

General information on the benchmark

NameCRAFTED/modcircuits/
mod3_4vars_6gates.cnf
MD5SUMafeeef613d4caffff91375d49585d115
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark192.997
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of clauses33900
Sum of the clauses size195928
Maximum clause length19
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 2730
Number of clauses of size 31
Number of clauses of size 4893
Number of clauses of size 52499
Number of clauses of size over 529712

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.01/0.03	c ==============================================================================
0.01/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.03	c ==============================================================================
0.01/0.03	c |         0 |   33835   195863 |   10150       0        0     nan |  0.000 % |
0.39/0.44	c |         0 |   12047    63854 |      --       0       --      -- |     --   | -3196/-8016
0.39/0.44	c ==============================================================================
0.39/0.44	c Result  :   #vars: 168   #clauses: 12047   #literals: 63854
0.39/0.44	c CPU time:   0.438933 s
0.39/0.44	c ==============================================================================
0.39/0.46	c
0.39/0.46	c Starting glucose
0.39/0.46	c
0.39/0.46	
0.39/0.46	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.39/0.46	
0.39/0.46	c ============================[ Problem Statistics ]=============================
0.39/0.46	c |                                                                             |
0.39/0.46	c |  Number of variables:  168                                                  |
0.39/0.46	c |  Number of clauses:    12047                                                |
0.39/0.47	c |  Parsing time:         0.01         s                                       |
596.75/597.49	c restarts              : 44
596.75/597.49	c nb ReduceDB           : 63
596.75/597.49	c nb learnts DL2        : 488
596.75/597.49	c nb learnts size 2     : 161
596.75/597.49	c nb learnts size 1     : 22
596.75/597.49	c conflicts             : 2327222        (3902 /sec)
596.75/597.49	c decisions             : 2571771        (1.37 % random) (4312 /sec)
596.75/597.49	c propagations          : 61380847       (102927 /sec)
596.75/597.49	c conflict literals     : 36115895       (36.81 % deleted)
596.75/597.49	c Memory used           : 26.42 MB
596.75/597.49	c CPU time              : 596.354 s
596.75/597.49	
596.85/597.50	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-1733644-1240790866/watcher-1733644-1240790866 -o /tmp/evaluation-result-1733644-1240790866/solver-1733644-1240790866 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1733644-1240790866.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.69 1.79 1.49 3/64 29041
/proc/meminfo: memFree=1348832/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0
/proc/29041/stat : 29041 (glucose.sh) R 29039 29041 29004 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 107119914 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29041/statm: 1340 235 194 169 0 51 0
[pid=29042] ppid=29041 vsize=876 CPUtime=0
/proc/29042/stat : 29042 (SatELite_releas) R 29041 29041 29004 0 -1 4194304 99 0 0 0 0 0 0 0 18 0 1 0 107119915 897024 83 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29042/statm: 219 84 50 174 0 42 0

[startup+0.0151399 s]
/proc/loadavg: 1.69 1.79 1.49 3/64 29041
/proc/meminfo: memFree=1348832/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 107119914 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29041/statm: 1340 236 195 169 0 51 0
[pid=29042] ppid=29041 vsize=1716 CPUtime=0.01
/proc/29042/stat : 29042 (SatELite_releas) R 29041 29041 29004 0 -1 4194304 283 0 0 0 1 0 0 0 18 0 1 0 107119915 1757184 267 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29042/statm: 429 268 50 174 0 252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7076

[startup+0.102156 s]
/proc/loadavg: 1.69 1.79 1.49 3/64 29041
/proc/meminfo: memFree=1348832/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 107119914 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29041/statm: 1340 236 195 169 0 51 0
[pid=29042] ppid=29041 vsize=4044 CPUtime=0.09
/proc/29042/stat : 29042 (SatELite_releas) R 29041 29041 29004 0 -1 4194304 870 0 0 0 9 0 0 0 20 0 1 0 107119915 4141056 854 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/29042/statm: 1011 854 72 174 0 834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9404

[startup+0.302194 s]
/proc/loadavg: 1.69 1.79 1.49 3/64 29041
/proc/meminfo: memFree=1348832/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 107119914 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29041/statm: 1340 236 195 169 0 51 0
[pid=29042] ppid=29041 vsize=4768 CPUtime=0.29
/proc/29042/stat : 29042 (SatELite_releas) R 29041 29041 29004 0 -1 4194304 1011 0 0 0 29 0 0 0 21 0 1 0 107119915 4882432 995 1992294400 134512640 135225430 4294956176 18446744073709551615 134586132 0 0 4096 3 0 0 0 17 0 0 0
/proc/29042/statm: 1192 995 77 174 0 1015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10128

[startup+0.701278 s]
/proc/loadavg: 1.69 1.79 1.49 3/64 29041
/proc/meminfo: memFree=1348832/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 5360

[startup+1.50143 s]
/proc/loadavg: 1.69 1.79 1.49 2/66 29044
/proc/meminfo: memFree=1346064/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=4064 CPUtime=1.02
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 710 0 0 0 102 0 0 0 25 0 1 0 107119961 4161536 696 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 1016 696 76 172 0 841 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9424

[startup+3.10174 s]
/proc/loadavg: 1.69 1.79 1.49 2/66 29044
/proc/meminfo: memFree=1345232/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=4640 CPUtime=2.62
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 876 0 0 0 262 0 0 0 25 0 1 0 107119961 4751360 862 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 1160 862 76 172 0 985 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10000

[startup+6.30137 s]
/proc/loadavg: 1.71 1.80 1.49 2/66 29044
/proc/meminfo: memFree=1344016/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=5500 CPUtime=5.57
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 1075 0 0 0 556 1 0 0 25 0 1 0 107119961 5632000 1061 1992294400 134512640 135217611 4294956304 18446744073709551615 134527922 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29044/statm: 1375 1061 76 172 0 1200 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 10860

[startup+12.7016 s]
/proc/loadavg: 1.65 1.78 1.48 2/66 29044
/proc/meminfo: memFree=1343008/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=6732 CPUtime=11.95
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 1347 0 0 0 1194 1 0 0 25 0 1 0 107119961 6893568 1333 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 1683 1333 76 172 0 1508 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 12092

[startup+25.5021 s]
/proc/loadavg: 1.51 1.74 1.48 2/66 29044
/proc/meminfo: memFree=1341152/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=8664 CPUtime=24.75
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 1817 0 0 0 2474 1 0 0 25 0 1 0 107119961 8871936 1803 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 2166 1803 76 172 0 1991 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 14024

[startup+51.1021 s]
/proc/loadavg: 1.33 1.68 1.46 2/66 29044
/proc/meminfo: memFree=1339040/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=11040 CPUtime=50.32
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 2377 0 0 0 5031 1 0 0 25 0 1 0 107119961 11304960 2363 1992294400 134512640 135217611 4294956304 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 2760 2363 76 172 0 2585 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 16400

[startup+102.305 s]
/proc/loadavg: 1.14 1.58 1.44 2/66 29044
/proc/meminfo: memFree=1335200/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=14840 CPUtime=101.5
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 3279 0 0 0 10148 2 0 0 25 0 1 0 107119961 15196160 3265 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 3710 3265 76 172 0 3535 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 20200

[startup+162.303 s]
/proc/loadavg: 1.05 1.47 1.41 2/66 29044
/proc/meminfo: memFree=1333344/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=16964 CPUtime=161.47
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 3750 0 0 0 16144 3 0 0 25 0 1 0 107119961 17371136 3736 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 4241 3736 76 172 0 4066 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 22324

[startup+222.301 s]
/proc/loadavg: 1.02 1.38 1.38 2/66 29044
/proc/meminfo: memFree=1331488/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=19012 CPUtime=221.41
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 4223 0 0 0 22138 3 0 0 25 0 1 0 107119961 19468288 4209 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 4753 4209 76 172 0 4578 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 24372

[startup+282.301 s]
/proc/loadavg: 1.00 1.31 1.35 2/66 29044
/proc/meminfo: memFree=1329632/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=21292 CPUtime=281.38
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 4668 0 0 0 28134 4 0 0 25 0 1 0 107119961 21803008 4654 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 5323 4654 76 172 0 5148 0
Current children cumulated CPU time (s) 281.83
Current children cumulated vsize (KiB) 26652

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.33 2/66 29044
/proc/meminfo: memFree=1328032/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=23140 CPUtime=341.35
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5086 0 0 0 34131 4 0 0 25 0 1 0 107119961 23695360 5072 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 5785 5072 76 172 0 5610 0
Current children cumulated CPU time (s) 341.8
Current children cumulated vsize (KiB) 28500

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.30 2/66 29044
/proc/meminfo: memFree=1327264/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=23896 CPUtime=401.3
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5261 0 0 0 40126 4 0 0 25 0 1 0 107119961 24469504 5247 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 5974 5247 76 172 0 5799 0
Current children cumulated CPU time (s) 401.75
Current children cumulated vsize (KiB) 29256

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.28 2/66 29044
/proc/meminfo: memFree=1326176/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=25060 CPUtime=461.27
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5538 0 0 0 46123 4 0 0 25 0 1 0 107119961 25661440 5524 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6265 5524 76 172 0 6090 0
Current children cumulated CPU time (s) 461.72
Current children cumulated vsize (KiB) 30420

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.26 2/66 29044
/proc/meminfo: memFree=1325472/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=25860 CPUtime=521.25
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5718 0 0 0 52120 5 0 0 25 0 1 0 107119961 26480640 5704 1992294400 134512640 135217611 4294956304 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6465 5704 76 172 0 6290 0
Current children cumulated CPU time (s) 521.7
Current children cumulated vsize (KiB) 31220

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.24 2/66 29044
/proc/meminfo: memFree=1324640/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=26832 CPUtime=581.21
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5919 0 0 0 58116 5 0 0 25 0 1 0 107119961 27475968 5905 1992294400 134512640 135217611 4294956304 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6708 5905 76 172 0 6533 0
Current children cumulated CPU time (s) 581.66
Current children cumulated vsize (KiB) 32192

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.10 1.24 2/66 29044
/proc/meminfo: memFree=1324512/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=27048 CPUtime=587.61
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5954 0 0 0 58756 5 0 0 25 0 1 0 107119961 27697152 5940 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6762 5940 76 172 0 6587 0
Current children cumulated CPU time (s) 588.06
Current children cumulated vsize (KiB) 32408

[startup+591.902 s]
/proc/loadavg: 1.00 1.10 1.24 2/66 29044
/proc/meminfo: memFree=1324512/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=27048 CPUtime=590.8
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5957 0 0 0 59075 5 0 0 25 0 1 0 107119961 27697152 5943 1992294400 134512640 135217611 4294956304 18446744073709551615 134528170 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6762 5943 76 172 0 6587 0
Current children cumulated CPU time (s) 591.25
Current children cumulated vsize (KiB) 32408

[startup+595.105 s]
/proc/loadavg: 1.00 1.10 1.24 2/66 29044
/proc/meminfo: memFree=1324512/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=27048 CPUtime=594.01
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5959 0 0 0 59396 5 0 0 25 0 1 0 107119961 27697152 5945 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6762 5945 76 172 0 6587 0
Current children cumulated CPU time (s) 594.46
Current children cumulated vsize (KiB) 32408

[startup+596.701 s]
/proc/loadavg: 1.00 1.10 1.24 2/66 29044
/proc/meminfo: memFree=1324512/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=27048 CPUtime=595.6
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5959 0 0 0 59555 5 0 0 25 0 1 0 107119961 27697152 5945 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6762 5945 76 172 0 6587 0
Current children cumulated CPU time (s) 596.05
Current children cumulated vsize (KiB) 32408

[startup+597.102 s]
/proc/loadavg: 1.00 1.10 1.24 2/66 29044
/proc/meminfo: memFree=1324512/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=27048 CPUtime=596
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194304 5959 0 0 0 59595 5 0 0 25 0 1 0 107119961 27697152 5945 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 6762 5945 76 172 0 6587 0
Current children cumulated CPU time (s) 596.45
Current children cumulated vsize (KiB) 32408

[startup+597.502 s]
/proc/loadavg: 1.00 1.10 1.24 2/66 29044
/proc/meminfo: memFree=1324512/2055920 swapFree=4180292/4192956
[pid=29041] ppid=29039 vsize=5360 CPUtime=0.45
/proc/29041/stat : 29041 (glucose.sh) S 29039 29041 29004 0 -1 4194304 313 1270 0 0 0 0 45 0 16 0 1 0 107119914 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29041/statm: 1340 238 195 169 0 51 0
[pid=29044] ppid=29041 vsize=0 CPUtime=596.4
/proc/29044/stat : 29044 (glucose_static) R 29041 29041 29004 0 -1 4194308 5972 0 0 0 59635 5 0 0 25 0 1 0 107119961 0 0 1992294400 0 0 0 0 0 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29044/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 596.85
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 597.509
CPU time (s): 596.887
CPU user time (s): 596.813
CPU system time (s): 0.073988
CPU usage (%): 99.896
Max. virtual memory (cumulated for all children) (KiB): 32408

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

runsolver used 0.462929 second user time and 1.73174 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-27 02:07:46
IDJOB=1733644
IDBENCH=71145
IDSOLVER=503
FILE ID=node28/1733644-1240790866
PBS_JOBID= 9187334
Free space on /tmp= 66248 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3_4vars_6gates.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733644-1240790866/watcher-1733644-1240790866 -o /tmp/evaluation-result-1733644-1240790866/solver-1733644-1240790866 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1733644-1240790866.cnf

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

MD5SUM BENCH= afeeef613d4caffff91375d49585d115
RANDOM SEED=1685959467

node28.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.261
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.261
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:       1349384 kB
Buffers:         70696 kB
Cached:         573464 kB
SwapCached:       5920 kB
Active:         326184 kB
Inactive:       326920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349384 kB
SwapTotal:     4192956 kB
SwapFree:      4180292 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          14184 kB
Slab:            39348 kB
Committed_AS:   473524 kB
PageTables:       1420 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= 66248 MiB
End job on node28 at 2009-04-27 02:17:44