Trace number 1723872

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 1016.4 1016.85

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark253.941
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

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.39/0.50	c ==============================================================================
0.39/0.50	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.50	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.50	c ==============================================================================
0.39/0.50	c |         0 |  711049  2091629 |  213314       0        0     nan |  0.000 % |
2.28/2.33	c |         0 |  700461  2138957 |      --       0       --      -- |     --   | -10530/47459
2.28/2.33	c ==============================================================================
2.28/2.33	c Result  :   #vars: 21173   #clauses: 700461   #literals: 2138957
2.28/2.33	c CPU time:   2.21366 s
2.28/2.33	c ==============================================================================
2.88/2.96	c
2.88/2.96	c Starting glucose
2.88/2.96	c
2.88/2.96	
2.88/2.96	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.88/2.96	
2.88/2.96	c ============================[ Problem Statistics ]=============================
2.88/2.96	c |                                                                             |
2.88/2.97	c |  Number of variables:  21173                                                |
2.88/2.97	c |  Number of clauses:    700461                                               |
3.27/3.39	c |  Parsing time:         0.36         s                                       |
1016.33/1016.82	c restarts              : 1853
1016.33/1016.82	c nb ReduceDB           : 60
1016.33/1016.82	c nb learnts DL2        : 12271
1016.33/1016.82	c nb learnts size 2     : 9668
1016.33/1016.82	c nb learnts size 1     : 151
1016.33/1016.82	c conflicts             : 3017947        (2979 /sec)
1016.33/1016.82	c decisions             : 14031451       (1.12 % random) (13848 /sec)
1016.33/1016.82	c propagations          : 1763699019     (1740697 /sec)
1016.33/1016.82	c conflict literals     : 257220616      (50.66 % deleted)
1016.33/1016.82	c Memory used           : 105.58 MB
1016.33/1016.82	c CPU time              : 1013.21 s
1016.33/1016.82	
1016.33/1016.83	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-1723872-1240689645/watcher-1723872-1240689645 -o /tmp/evaluation-result-1723872-1240689645/solver-1723872-1240689645 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723872-1240689645.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: 0.93 0.99 0.99 3/65 14071
/proc/meminfo: memFree=1652536/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=0
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 96993869 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 236 195 169 0 51 0
[pid=14072] ppid=14071 vsize=1140 CPUtime=0
/proc/14072/stat : 14072 (SatELite_releas) R 14071 14071 13609 0 -1 4194304 139 0 0 0 0 0 0 0 20 0 1 0 96993869 1167360 123 1992294400 134512640 135225430 4294956160 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14072/statm: 285 125 50 174 0 108 0

[startup+0.0304199 s]
/proc/loadavg: 0.93 0.99 0.99 3/65 14071
/proc/meminfo: memFree=1652536/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=0
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 96993869 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 236 195 169 0 51 0
[pid=14072] ppid=14071 vsize=3368 CPUtime=0.02
/proc/14072/stat : 14072 (SatELite_releas) R 14071 14071 13609 0 -1 4194304 681 0 0 0 2 0 0 0 20 0 1 0 96993869 3448832 665 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/14072/statm: 842 665 50 174 0 665 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8728

[startup+0.101426 s]
/proc/loadavg: 0.93 0.99 0.99 3/65 14071
/proc/meminfo: memFree=1652536/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=0
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 96993869 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 236 195 169 0 51 0
[pid=14072] ppid=14071 vsize=9296 CPUtime=0.09
/proc/14072/stat : 14072 (SatELite_releas) R 14071 14071 13609 0 -1 4194304 2101 0 0 0 8 1 0 0 20 0 1 0 96993869 9519104 2085 1992294400 134512640 135225430 4294956160 18446744073709551615 134541534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14072/statm: 2324 2086 50 174 0 2147 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14656

[startup+0.301447 s]
/proc/loadavg: 0.93 0.99 0.99 3/65 14071
/proc/meminfo: memFree=1652536/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=0
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 96993869 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 236 195 169 0 51 0
[pid=14072] ppid=14071 vsize=25796 CPUtime=0.29
/proc/14072/stat : 14072 (SatELite_releas) R 14071 14071 13609 0 -1 4194304 6006 0 0 0 25 4 0 0 22 0 1 0 96993869 26415104 5990 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14072/statm: 6449 5991 50 174 0 6272 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31156

[startup+0.701489 s]
/proc/loadavg: 0.93 0.99 0.99 3/65 14071
/proc/meminfo: memFree=1652536/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=0
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 96993869 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 236 195 169 0 51 0
[pid=14072] ppid=14071 vsize=54612 CPUtime=0.69
/proc/14072/stat : 14072 (SatELite_releas) R 14071 14071 13609 0 -1 4194304 13891 0 0 0 60 9 0 0 25 0 1 0 96993869 55922688 12587 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/14072/statm: 13653 12587 77 174 0 13476 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59972

[startup+1.50257 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 14073
/proc/meminfo: memFree=1600232/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=0
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 96993869 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 236 195 169 0 51 0
[pid=14072] ppid=14071 vsize=67392 CPUtime=1.49
/proc/14072/stat : 14072 (SatELite_releas) R 14071 14071 13609 0 -1 4194304 15555 0 0 0 139 10 0 0 25 0 1 0 96993869 69009408 14249 1992294400 134512640 135225430 4294956160 18446744073709551615 134586731 0 0 4096 3 0 0 0 17 0 0 0
/proc/14072/statm: 16848 14249 77 174 0 16671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72752

[startup+3.10175 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 14073
/proc/meminfo: memFree=1594280/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5360

[startup+6.30107 s]
/proc/loadavg: 1.09 1.02 1.01 2/67 14074
/proc/meminfo: memFree=1591720/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=49600 CPUtime=3.31
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 11804 0 0 0 325 6 0 0 25 0 1 0 96994166 50790400 11787 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 12400 11787 77 172 0 12225 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 54960

[startup+12.7017 s]
/proc/loadavg: 1.24 1.05 1.02 2/67 14074
/proc/meminfo: memFree=1586792/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=54128 CPUtime=9.71
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 12932 0 0 0 964 7 0 0 25 0 1 0 96994166 55427072 12915 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 13532 12915 77 172 0 13357 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 59488

[startup+25.5011 s]
/proc/loadavg: 1.72 1.16 1.05 2/67 14080
/proc/meminfo: memFree=1581480/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=58516 CPUtime=22.5
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 14023 0 0 0 2242 8 0 0 25 0 1 0 96994166 59920384 14006 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 14629 14006 77 172 0 14454 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 63876

[startup+51.1017 s]
/proc/loadavg: 1.97 1.28 1.09 2/67 14080
/proc/meminfo: memFree=1576872/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=63544 CPUtime=48.09
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 15272 0 0 0 4799 10 0 0 25 0 1 0 96994166 65069056 15255 1992294400 134512640 135217611 4294956272 18446744073709551615 134526356 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 15886 15255 77 172 0 15711 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 68904

[startup+102.305 s]
/proc/loadavg: 1.42 1.23 1.09 2/67 14080
/proc/meminfo: memFree=1568424/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=72448 CPUtime=99.26
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 17471 0 0 0 9915 11 0 0 25 0 1 0 96994166 74186752 17454 1992294400 134512640 135217611 4294956272 18446744073709551615 134528147 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 18112 17454 77 172 0 17937 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 77808

[startup+162.301 s]
/proc/loadavg: 1.15 1.19 1.08 2/67 14080
/proc/meminfo: memFree=1567976/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=72824 CPUtime=159.24
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 17567 0 0 0 15913 11 0 0 25 0 1 0 96994166 74571776 17550 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 18206 17550 77 172 0 18031 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 78184

[startup+222.302 s]
/proc/loadavg: 1.10 1.16 1.08 2/67 14080
/proc/meminfo: memFree=1555816/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=85008 CPUtime=219.22
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 20623 0 0 0 21908 14 0 0 25 0 1 0 96994166 87048192 20606 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 21252 20606 77 172 0 21077 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 90368

[startup+282.302 s]
/proc/loadavg: 1.10 1.15 1.08 2/67 14080
/proc/meminfo: memFree=1555688/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=85008 CPUtime=279.19
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 20634 0 0 0 27905 14 0 0 25 0 1 0 96994166 87048192 20617 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 21252 20617 77 172 0 21077 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 90368

[startup+342.301 s]
/proc/loadavg: 1.04 1.12 1.07 2/67 14080
/proc/meminfo: memFree=1555624/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=85188 CPUtime=339.16
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 20643 0 0 0 33902 14 0 0 25 0 1 0 96994166 87232512 20626 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 21297 20626 77 172 0 21122 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 90548


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


[startup+642.301 s]
/proc/loadavg: 1.00 1.03 1.04 2/67 14080
/proc/meminfo: memFree=1545576/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=95020 CPUtime=639.05
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 23122 0 0 0 63888 17 0 0 25 0 1 0 96994166 97300480 23105 1992294400 134512640 135217611 4294956272 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 23755 23105 77 172 0 23580 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 100380

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 1.04 2/67 14080
/proc/meminfo: memFree=1545512/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=95020 CPUtime=699.02
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 23129 0 0 0 69885 17 0 0 25 0 1 0 96994166 97300480 23112 1992294400 134512640 135217611 4294956272 18446744073709551615 134528170 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 23755 23112 77 172 0 23580 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 100380

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 1.03 2/67 14080
/proc/meminfo: memFree=1545448/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=95020 CPUtime=759
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 23129 0 0 0 75883 17 0 0 25 0 1 0 96994166 97300480 23112 1992294400 134512640 135217611 4294956272 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 23755 23112 77 172 0 23580 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 100380

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.03 2/67 14080
/proc/meminfo: memFree=1541160/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=99656 CPUtime=818.96
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 24211 0 0 0 81878 18 0 0 25 0 1 0 96994166 102047744 24194 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 24914 24194 77 172 0 24739 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 105016

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.02 2/67 14080
/proc/meminfo: memFree=1540840/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=99944 CPUtime=878.94
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 24278 0 0 0 87876 18 0 0 25 0 1 0 96994166 102342656 24261 1992294400 134512640 135217611 4294956272 18446744073709551615 134537398 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 24986 24261 77 172 0 24811 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 105304

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 14080
/proc/meminfo: memFree=1540264/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=100536 CPUtime=938.92
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 24408 0 0 0 93874 18 0 0 25 0 1 0 96994166 102948864 24391 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 25134 24391 77 172 0 24959 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 105896

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532712/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=998.89
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 99870 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134522603 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 113472

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

[startup+1004.7 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532648/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=1001.28
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 100109 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1004.23
Current children cumulated vsize (KiB) 113472

[startup+1011.1 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532648/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=1007.68
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 100749 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134527916 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1010.63
Current children cumulated vsize (KiB) 113472

[startup+1014.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532648/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=1010.88
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 101069 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1013.83
Current children cumulated vsize (KiB) 113472

[startup+1015.9 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532648/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=1012.48
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 101229 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134533772 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1015.43
Current children cumulated vsize (KiB) 113472

[startup+1016.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532648/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=1012.88
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 101269 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1015.83
Current children cumulated vsize (KiB) 113472

[startup+1016.7 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532648/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=1013.28
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 101309 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134542210 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1016.23
Current children cumulated vsize (KiB) 113472

[startup+1016.8 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 14080
/proc/meminfo: memFree=1532648/2055924 swapFree=4181440/4192956
[pid=14071] ppid=14069 vsize=5360 CPUtime=2.95
/proc/14071/stat : 14071 (glucose.sh) S 14069 14071 13609 0 -1 4194304 313 16873 0 0 0 0 279 16 16 0 1 0 96993869 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14071/statm: 1340 238 195 169 0 51 0
[pid=14074] ppid=14071 vsize=108112 CPUtime=1013.38
/proc/14074/stat : 14074 (glucose_static) R 14071 14071 13609 0 -1 4194304 26299 0 0 0 101319 19 0 0 25 0 1 0 96994166 110706688 26282 1992294400 134512640 135217611 4294956272 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14074/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1016.33
Current children cumulated vsize (KiB) 113472

Child status: 20
Real time (s): 1016.85
CPU time (s): 1016.4
CPU user time (s): 1016.01
CPU system time (s): 0.39194
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 113472

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

runsolver used 1.02484 second user time and 2.67959 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-25 22:00:46
IDJOB=1723872
IDBENCH=71743
IDSOLVER=503
FILE ID=node83/1723872-1240689645
PBS_JOBID= 9186674
Free space on /tmp= 66016 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723872-1240689645/watcher-1723872-1240689645 -o /tmp/evaluation-result-1723872-1240689645/solver-1723872-1240689645 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1723872-1240689645.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=189421445

node83.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1653080 kB
Buffers:         35252 kB
Cached:         309204 kB
SwapCached:       5336 kB
Active:          87132 kB
Inactive:       266208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1653080 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:           14576 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            35564 kB
Committed_AS:   366420 kB
PageTables:       1384 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= 66016 MiB
End job on node83 at 2009-04-25 22:17:43