Trace number 1563550

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 903.506 903.973

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark406.26
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
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.09/0.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  135726   315843 |   40717       0        0     nan |  0.000 % |
1.39/1.50	c |         0 |   65966   210427 |      --       0       --      -- |     --   | -69152/-103784
1.39/1.50	c ==============================================================================
1.39/1.50	c Result  :   #vars: 13761   #clauses: 65966   #literals: 210427
1.39/1.50	c CPU time:   1.43278 s
1.39/1.50	c ==============================================================================
1.49/1.57	c
1.49/1.57	c Starting glucose
1.49/1.57	c
1.49/1.57	
1.49/1.57	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.49/1.57	
1.49/1.57	c ============================[ Problem Statistics ]=============================
1.49/1.57	c |                                                                             |
1.49/1.57	c |  Number of variables:  13761                                                |
1.49/1.57	c |  Number of clauses:    65966                                                |
1.56/1.62	c |  Parsing time:         0.04         s                                       |
903.41/903.95	c restarts              : 3308
903.41/903.95	c nb ReduceDB           : 43
903.41/903.95	c nb learnts DL2        : 9611
903.41/903.95	c nb learnts size 2     : 3581
903.41/903.95	c nb learnts size 1     : 96
903.41/903.95	c conflicts             : 1768592        (1961 /sec)
903.41/903.95	c decisions             : 21155617       (1.29 % random) (23458 /sec)
903.41/903.95	c propagations          : 1089386134     (1207964 /sec)
903.41/903.95	c conflict literals     : 61351579       (38.13 % deleted)
903.41/903.95	c Memory used           : 33.62 MB
903.41/903.95	c CPU time              : 901.837 s
903.41/903.95	
903.41/903.96	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-1563550-1238786937/watcher-1563550-1238786937 -o /tmp/evaluation-result-1563550-1238786937/solver-1563550-1238786937 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1563550-1238786937.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.02 1.01 1.05 3/74 14642
/proc/meminfo: memFree=1754176/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (glucose.sh) R 14640 14642 14483 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 1151354799 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 209560595103 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14642/statm: 1340 235 194 169 0 51 0
[pid=14643] ppid=14642 vsize=1744 CPUtime=0
/proc/14643/stat : 14643 (SatELite_releas) R 14642 14642 14483 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 1151354799 1785856 259 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14643/statm: 436 259 51 174 0 259 0

[startup+0.0982 s]
/proc/loadavg: 1.02 1.01 1.05 3/74 14642
/proc/meminfo: memFree=1754176/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151354799 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 236 195 169 0 51 0
[pid=14643] ppid=14642 vsize=16624 CPUtime=0.08
/proc/14643/stat : 14643 (SatELite_releas) R 14642 14642 14483 0 -1 4194304 3688 0 0 0 7 1 0 0 20 0 1 0 1151354799 17022976 3672 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/14643/statm: 4156 3672 51 174 0 3979 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21984

[startup+0.1012 s]
/proc/loadavg: 1.02 1.01 1.05 3/74 14642
/proc/meminfo: memFree=1754176/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151354799 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 236 195 169 0 51 0
[pid=14643] ppid=14642 vsize=16888 CPUtime=0.09
/proc/14643/stat : 14643 (SatELite_releas) R 14642 14642 14483 0 -1 4194304 3796 0 0 0 8 1 0 0 20 0 1 0 1151354799 17293312 3780 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14643/statm: 4222 3782 51 174 0 4045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22248

[startup+0.301233 s]
/proc/loadavg: 1.02 1.01 1.05 3/74 14642
/proc/meminfo: memFree=1754176/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151354799 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 236 195 169 0 51 0
[pid=14643] ppid=14642 vsize=21668 CPUtime=0.29
/proc/14643/stat : 14643 (SatELite_releas) R 14642 14642 14483 0 -1 4194304 5229 0 0 0 27 2 0 0 22 0 1 0 1151354799 22188032 4862 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14643/statm: 5417 4862 77 174 0 5240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27028

[startup+0.7013 s]
/proc/loadavg: 1.02 1.01 1.05 3/74 14642
/proc/meminfo: memFree=1754176/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151354799 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 236 195 169 0 51 0
[pid=14643] ppid=14642 vsize=23288 CPUtime=0.69
/proc/14643/stat : 14643 (SatELite_releas) R 14642 14642 14483 0 -1 4194304 5587 0 0 0 65 4 0 0 25 0 1 0 1151354799 23846912 5220 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14643/statm: 5822 5220 77 174 0 5645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28648

[startup+1.50244 s]
/proc/loadavg: 1.02 1.01 1.05 2/76 14644
/proc/meminfo: memFree=1724720/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=0
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151354799 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14642/statm: 1340 236 195 169 0 51 0
[pid=14643] ppid=14642 vsize=23828 CPUtime=1.49
/proc/14643/stat : 14643 (SatELite_releas) R 14642 14642 14483 0 -1 4194304 6700 0 0 0 143 6 0 0 25 0 1 0 1151354799 24399872 5333 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14643/statm: 5957 5333 79 174 0 5780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29188

[startup+3.10172 s]
/proc/loadavg: 1.02 1.01 1.05 2/76 14645
/proc/meminfo: memFree=1736624/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=8848 CPUtime=1.51
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 1994 0 0 0 150 1 0 0 25 0 1 0 1151354956 9060352 1980 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14645/statm: 2212 1980 77 172 0 2037 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14208

[startup+6.30225 s]
/proc/loadavg: 1.02 1.01 1.05 2/76 14645
/proc/meminfo: memFree=1734448/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=10904 CPUtime=4.71
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 2505 0 0 0 470 1 0 0 25 0 1 0 1151354956 11165696 2491 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 2726 2491 77 172 0 2551 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16264

[startup+12.7013 s]
/proc/loadavg: 1.01 1.01 1.05 2/76 14645
/proc/meminfo: memFree=1732592/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=12256 CPUtime=11.11
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 2830 0 0 0 1109 2 0 0 25 0 1 0 1151354956 12550144 2816 1992294400 134512640 135217611 4294956272 18446744073709551615 134534060 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 3064 2816 77 172 0 2889 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17616

[startup+25.5015 s]
/proc/loadavg: 1.01 1.01 1.05 2/76 14645
/proc/meminfo: memFree=1731184/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=13788 CPUtime=23.9
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 3201 0 0 0 2388 2 0 0 25 0 1 0 1151354956 14118912 3187 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 3447 3187 77 172 0 3272 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19148

[startup+51.1018 s]
/proc/loadavg: 1.01 1.00 1.04 2/76 14645
/proc/meminfo: memFree=1729584/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=15644 CPUtime=49.46
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 3683 0 0 0 4944 2 0 0 25 0 1 0 1151354956 16019456 3669 1992294400 134512640 135217611 4294956272 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 3911 3669 77 172 0 3736 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 21004

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.04 2/76 14645
/proc/meminfo: memFree=1726960/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=18020 CPUtime=100.65
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 4235 0 0 0 10062 3 0 0 25 0 1 0 1151354956 18452480 4221 1992294400 134512640 135217611 4294956272 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 4505 4221 77 172 0 4330 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 23380

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/76 14645
/proc/meminfo: memFree=1724400/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=20556 CPUtime=160.62
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 4879 0 0 0 16059 3 0 0 25 0 1 0 1151354956 21049344 4865 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 5139 4865 77 172 0 4964 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 25916

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/76 14645
/proc/meminfo: memFree=1722544/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=22288 CPUtime=220.59
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 5335 0 0 0 22055 4 0 0 25 0 1 0 1151354956 22822912 5321 1992294400 134512640 135217611 4294956272 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 5572 5321 77 172 0 5397 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 27648

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/76 14645
/proc/meminfo: memFree=1721008/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=24032 CPUtime=280.56
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 5729 0 0 0 28052 4 0 0 25 0 1 0 1151354956 24608768 5715 1992294400 134512640 135217611 4294956272 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 6008 5715 77 172 0 5833 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 29392

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/76 14645
/proc/meminfo: memFree=1719664/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=25396 CPUtime=340.54
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 6076 0 0 0 34049 5 0 0 25 0 1 0 1151354956 26005504 6062 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 6349 6062 77 172 0 6174 0

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


[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14645
/proc/meminfo: memFree=1715952/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=29224 CPUtime=520.44
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 7039 0 0 0 52038 6 0 0 25 0 1 0 1151354956 29925376 7025 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 7306 7025 77 172 0 7131 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 34584

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14645
/proc/meminfo: memFree=1714160/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=30700 CPUtime=580.41
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 7427 0 0 0 58034 7 0 0 25 0 1 0 1151354956 31436800 7413 1992294400 134512640 135217611 4294956272 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 7675 7413 77 172 0 7500 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 36060

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14645
/proc/meminfo: memFree=1713072/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=32076 CPUtime=640.39
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 7709 0 0 0 64032 7 0 0 25 0 1 0 1151354956 32845824 7695 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8019 7695 77 172 0 7844 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 37436

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14645
/proc/meminfo: memFree=1712560/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=32532 CPUtime=700.36
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 7809 0 0 0 70029 7 0 0 25 0 1 0 1151354956 33312768 7795 1992294400 134512640 135217611 4294956272 18446744073709551615 134526982 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8133 7795 77 172 0 7958 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 37892

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1711920/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=32892 CPUtime=760.32
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 7910 0 0 0 76025 7 0 0 25 0 1 0 1151354956 33681408 7896 1992294400 134512640 135217611 4294956272 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8223 7896 77 172 0 8048 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 38252

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1711280/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=33716 CPUtime=820.29
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8102 0 0 0 82022 7 0 0 25 0 1 0 1151354956 34525184 8088 1992294400 134512640 135217611 4294956272 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8429 8088 77 172 0 8254 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 39076

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710896/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34236 CPUtime=880.26
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8216 0 0 0 88019 7 0 0 25 0 1 0 1151354956 35057664 8202 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8559 8202 77 172 0 8384 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 39596

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

[startup+883.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710896/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34236 CPUtime=881.06
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8216 0 0 0 88099 7 0 0 25 0 1 0 1151354956 35057664 8202 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8559 8202 77 172 0 8384 0
Current children cumulated CPU time (s) 882.62
Current children cumulated vsize (KiB) 39596

[startup+895.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710832/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34236 CPUtime=893.85
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8216 0 0 0 89378 7 0 0 25 0 1 0 1151354956 35057664 8202 1992294400 134512640 135217611 4294956272 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8559 8202 77 172 0 8384 0
Current children cumulated CPU time (s) 895.41
Current children cumulated vsize (KiB) 39596

[startup+899.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710640/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34424 CPUtime=897.05
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8260 0 0 0 89698 7 0 0 25 0 1 0 1151354956 35250176 8246 1992294400 134512640 135217611 4294956272 18446744073709551615 134537187 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8606 8246 77 172 0 8431 0
Current children cumulated CPU time (s) 898.61
Current children cumulated vsize (KiB) 39784

[startup+902.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710640/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34424 CPUtime=900.25
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8260 0 0 0 90018 7 0 0 25 0 1 0 1151354956 35250176 8246 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8606 8246 77 172 0 8431 0
Current children cumulated CPU time (s) 901.81
Current children cumulated vsize (KiB) 39784

[startup+903.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710640/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34424 CPUtime=901.05
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8260 0 0 0 90098 7 0 0 25 0 1 0 1151354956 35250176 8246 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8606 8246 77 172 0 8431 0
Current children cumulated CPU time (s) 902.61
Current children cumulated vsize (KiB) 39784

[startup+903.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710640/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34424 CPUtime=901.45
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8260 0 0 0 90138 7 0 0 25 0 1 0 1151354956 35250176 8246 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8606 8246 77 172 0 8431 0
Current children cumulated CPU time (s) 903.01
Current children cumulated vsize (KiB) 39784

[startup+903.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14647
/proc/meminfo: memFree=1710640/2055920 swapFree=4173168/4192956
[pid=14642] ppid=14640 vsize=5360 CPUtime=1.56
/proc/14642/stat : 14642 (glucose.sh) S 14640 14642 14483 0 -1 4194304 313 6701 0 0 0 0 149 7 16 0 1 0 1151354799 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14642/statm: 1340 238 195 169 0 51 0
[pid=14645] ppid=14642 vsize=34424 CPUtime=901.85
/proc/14645/stat : 14645 (glucose_static) R 14642 14642 14483 0 -1 4194304 8260 0 0 0 90178 7 0 0 25 0 1 0 1151354956 35250176 8246 1992294400 134512640 135217611 4294956272 18446744073709551615 134532924 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14645/statm: 8606 8246 77 172 0 8431 0
Current children cumulated CPU time (s) 903.41
Current children cumulated vsize (KiB) 39784

Child status: 20
Real time (s): 903.973
CPU time (s): 903.506
CPU user time (s): 903.336
CPU system time (s): 0.169974
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 39784

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

runsolver used 1.3028 second user time and 2.81157 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-03 21:28:57
IDJOB=1563550
IDBENCH=70956
IDSOLVER=503
FILE ID=node68/1563550-1238786937
PBS_JOBID= 9085607
Free space on /tmp= 66460 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563550-1238786937/watcher-1563550-1238786937 -o /tmp/evaluation-result-1563550-1238786937/solver-1563550-1238786937 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1563550-1238786937.cnf

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED=340848409

node68.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.270
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.270
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:       1754656 kB
Buffers:         40776 kB
Cached:         184752 kB
SwapCached:       9956 kB
Active:         138260 kB
Inactive:        99196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754656 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:            3956 kB
Writeback:           0 kB
Mapped:          17752 kB
Slab:            48792 kB
Committed_AS:  3092972 kB
PageTables:       2136 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= 66460 MiB
End job on node68 at 2009-04-03 21:44:01