Trace number 1724080

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 180.534 180.614

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.534
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

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.19/0.26	c ==============================================================================
0.19/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.26	c ==============================================================================
0.19/0.26	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.09/2.11	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.09/2.11	c ==============================================================================
2.09/2.11	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.09/2.11	c CPU time:   2.02569 s
2.09/2.11	c ==============================================================================
2.19/2.28	c
2.19/2.28	c Starting glucose
2.19/2.28	c
2.19/2.28	
2.19/2.28	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.19/2.28	
2.19/2.28	c ============================[ Problem Statistics ]=============================
2.19/2.28	c |                                                                             |
2.19/2.29	c |  Number of variables:  31651                                                |
2.19/2.29	c |  Number of clauses:    153826                                               |
2.27/2.40	c |  Parsing time:         0.10         s                                       |
180.39/180.59	c restarts              : 444
180.39/180.59	c nb ReduceDB           : 9
180.39/180.59	c nb learnts DL2        : 12100
180.39/180.59	c nb learnts size 2     : 3971
180.39/180.59	c nb learnts size 1     : 44
180.39/180.59	c conflicts             : 217766         (1222 /sec)
180.39/180.59	c decisions             : 688460         (1.41 % random) (3864 /sec)
180.39/180.59	c propagations          : 225177733      (1263794 /sec)
180.39/180.59	c conflict literals     : 6187348        (45.63 % deleted)
180.39/180.59	c Memory used           : 26.34 MB
180.39/180.59	c CPU time              : 178.176 s
180.39/180.59	
180.49/180.60	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-1724080-1240692209/watcher-1724080-1240692209 -o /tmp/evaluation-result-1724080-1240692209/solver-1724080-1240692209 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1724080-1240692209.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.99 1.78 1.41 3/65 19177
/proc/meminfo: memFree=1699992/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=0
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97251045 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 236 195 169 0 51 0
[pid=19178] ppid=19177 vsize=1148 CPUtime=0
/proc/19178/stat : 19178 (SatELite_releas) R 19177 19177 18319 0 -1 4194304 144 0 0 0 0 0 0 0 19 0 1 0 97251045 1175552 128 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/19178/statm: 287 132 51 174 0 110 0

[startup+0.0949569 s]
/proc/loadavg: 1.99 1.78 1.41 3/65 19177
/proc/meminfo: memFree=1699992/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=0
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97251045 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 236 195 169 0 51 0
[pid=19178] ppid=19177 vsize=16164 CPUtime=0.09
/proc/19178/stat : 19178 (SatELite_releas) R 19177 19177 18319 0 -1 4194304 3419 0 0 0 7 2 0 0 19 0 1 0 97251045 16551936 3403 1992294400 134512640 135225430 4294956160 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19178/statm: 4041 3406 51 174 0 3864 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21524

[startup+0.101957 s]
/proc/loadavg: 1.99 1.78 1.41 3/65 19177
/proc/meminfo: memFree=1699992/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=0
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97251045 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 236 195 169 0 51 0
[pid=19178] ppid=19177 vsize=17336 CPUtime=0.09
/proc/19178/stat : 19178 (SatELite_releas) R 19177 19177 18319 0 -1 4194304 3662 0 0 0 7 2 0 0 19 0 1 0 97251045 17752064 3646 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/19178/statm: 4334 3648 51 174 0 4157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22696

[startup+0.301978 s]
/proc/loadavg: 1.99 1.78 1.41 3/65 19177
/proc/meminfo: memFree=1699992/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=0
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97251045 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 236 195 169 0 51 0
[pid=19178] ppid=19177 vsize=44460 CPUtime=0.29
/proc/19178/stat : 19178 (SatELite_releas) R 19177 19177 18319 0 -1 4194304 10554 0 0 0 24 5 0 0 21 0 1 0 97251045 45527040 9723 1992294400 134512640 135225430 4294956160 18446744073709551615 134577214 0 0 4096 3 0 0 0 17 0 0 0
/proc/19178/statm: 11115 9723 77 174 0 10938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49820

[startup+0.702023 s]
/proc/loadavg: 1.99 1.78 1.41 3/65 19177
/proc/meminfo: memFree=1699992/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=0
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97251045 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 236 195 169 0 51 0
[pid=19178] ppid=19177 vsize=48664 CPUtime=0.69
/proc/19178/stat : 19178 (SatELite_releas) R 19177 19177 18319 0 -1 4194304 11606 0 0 0 63 6 0 0 25 0 1 0 97251045 49831936 10775 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/19178/statm: 12166 10775 77 174 0 11989 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54024

[startup+1.50111 s]
/proc/loadavg: 1.99 1.78 1.41 2/67 19179
/proc/meminfo: memFree=1650504/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=0
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97251045 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 236 195 169 0 51 0
[pid=19178] ppid=19177 vsize=49600 CPUtime=1.49
/proc/19178/stat : 19178 (SatELite_releas) R 19177 19177 18319 0 -1 4194304 12025 0 0 0 142 7 0 0 25 0 1 0 97251045 50790400 11002 1992294400 134512640 135225430 4294956160 18446744073709551615 134535406 0 0 4096 3 0 0 0 17 0 0 0
/proc/19178/statm: 12400 11002 77 174 0 12223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54960

[startup+3.1023 s]
/proc/loadavg: 1.99 1.78 1.41 2/67 19179
/proc/meminfo: memFree=1649032/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30165 s]
/proc/loadavg: 1.91 1.77 1.41 2/67 19180
/proc/meminfo: memFree=1674832/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=16436 CPUtime=4
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 3745 0 0 0 398 2 0 0 25 0 1 0 97251274 16830464 3711 1992294400 134512640 135217611 4294956272 18446744073709551615 134532874 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 4109 3711 77 172 0 3934 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21796

[startup+12.7014 s]
/proc/loadavg: 1.92 1.77 1.41 2/67 19180
/proc/meminfo: memFree=1672912/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=18256 CPUtime=10.4
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 4200 0 0 0 1037 3 0 0 25 0 1 0 97251274 18694144 4166 1992294400 134512640 135217611 4294956272 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 4564 4166 77 172 0 4389 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23616

[startup+25.5018 s]
/proc/loadavg: 1.72 1.74 1.41 2/67 19180
/proc/meminfo: memFree=1670992/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=20928 CPUtime=23.19
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 4862 0 0 0 2315 4 0 0 25 0 1 0 97251274 21430272 4828 1992294400 134512640 135217611 4294956272 18446744073709551615 134538462 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 5232 4828 77 172 0 5057 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26288

[startup+51.1017 s]
/proc/loadavg: 1.47 1.67 1.39 2/67 19180
/proc/meminfo: memFree=1669264/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=22992 CPUtime=48.78
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 5347 0 0 0 4874 4 0 0 25 0 1 0 97251274 23543808 5313 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 5748 5313 77 172 0 5573 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28352

[startup+102.305 s]
/proc/loadavg: 1.20 1.57 1.37 2/67 19180
/proc/meminfo: memFree=1666576/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=25512 CPUtime=99.96
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 5998 0 0 0 9991 5 0 0 25 0 1 0 97251274 26124288 5964 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6378 5964 77 172 0 6203 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 30872

[startup+162.301 s]
/proc/loadavg: 1.07 1.46 1.34 2/67 19180
/proc/meminfo: memFree=1665360/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26696 CPUtime=159.93
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6275 0 0 0 15988 5 0 0 25 0 1 0 97251274 27336704 6241 1992294400 134512640 135217611 4294956272 18446744073709551615 134542144 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6674 6241 77 172 0 6499 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 32056

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

[startup+166.303 s]
/proc/loadavg: 1.07 1.45 1.34 2/67 19180
/proc/meminfo: memFree=1665232/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26832 CPUtime=163.93
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6298 0 0 0 16388 5 0 0 25 0 1 0 97251274 27475968 6264 1992294400 134512640 135217611 4294956272 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6708 6264 77 172 0 6533 0
Current children cumulated CPU time (s) 166.2
Current children cumulated vsize (KiB) 32192

[startup+172.705 s]
/proc/loadavg: 1.06 1.45 1.34 2/67 19180
/proc/meminfo: memFree=1665168/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26832 CPUtime=170.33
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6319 0 0 0 17028 5 0 0 25 0 1 0 97251274 27475968 6285 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6708 6285 77 172 0 6533 0
Current children cumulated CPU time (s) 172.6
Current children cumulated vsize (KiB) 32192

[startup+175.902 s]
/proc/loadavg: 1.06 1.44 1.34 2/67 19180
/proc/meminfo: memFree=1665040/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26964 CPUtime=173.53
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6345 0 0 0 17348 5 0 0 25 0 1 0 97251274 27611136 6311 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6741 6311 77 172 0 6566 0
Current children cumulated CPU time (s) 175.8
Current children cumulated vsize (KiB) 32324

[startup+179.102 s]
/proc/loadavg: 1.06 1.44 1.34 2/67 19180
/proc/meminfo: memFree=1665040/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26964 CPUtime=176.72
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6353 0 0 0 17667 5 0 0 25 0 1 0 97251274 27611136 6319 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 32324

[startup+179.901 s]
/proc/loadavg: 1.05 1.43 1.34 2/67 19180
/proc/meminfo: memFree=1665040/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26964 CPUtime=177.52
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6353 0 0 0 17747 5 0 0 25 0 1 0 97251274 27611136 6319 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 179.79
Current children cumulated vsize (KiB) 32324

[startup+180.301 s]
/proc/loadavg: 1.05 1.43 1.34 2/67 19180
/proc/meminfo: memFree=1665040/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26964 CPUtime=177.93
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6353 0 0 0 17788 5 0 0 25 0 1 0 97251274 27611136 6319 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 180.2
Current children cumulated vsize (KiB) 32324

[startup+180.501 s]
/proc/loadavg: 1.05 1.43 1.34 2/67 19180
/proc/meminfo: memFree=1665040/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=26964 CPUtime=178.12
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194304 6353 0 0 0 17807 5 0 0 25 0 1 0 97251274 27611136 6319 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 180.39
Current children cumulated vsize (KiB) 32324

[startup+180.601 s]
/proc/loadavg: 1.05 1.43 1.34 2/67 19180
/proc/meminfo: memFree=1665040/2055920 swapFree=4192192/4192956
[pid=19177] ppid=19175 vsize=5360 CPUtime=2.27
/proc/19177/stat : 19177 (glucose.sh) S 19175 19177 18319 0 -1 4194304 313 14482 0 0 0 0 217 10 19 0 1 0 97251045 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19177/statm: 1340 238 195 169 0 51 0
[pid=19180] ppid=19177 vsize=0 CPUtime=178.22
/proc/19180/stat : 19180 (glucose_static) R 19177 19177 18319 0 -1 4194308 6365 0 0 0 17817 5 0 0 25 0 1 0 97251274 0 0 1992294400 0 0 0 0 0 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19180/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 180.49
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 180.614
CPU time (s): 180.534
CPU user time (s): 180.355
CPU system time (s): 0.178972
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 58016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.355
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21315
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= 37
involuntary context switches= 651

runsolver used 0.177972 second user time and 0.490925 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-25 22:43:29
IDJOB=1724080
IDBENCH=71751
IDSOLVER=503
FILE ID=node76/1724080-1240692209
PBS_JOBID= 9186688
Free space on /tmp= 66196 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724080-1240692209/watcher-1724080-1240692209 -o /tmp/evaluation-result-1724080-1240692209/solver-1724080-1240692209 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1724080-1240692209.cnf

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED=2131016710

node76.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.220
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.220
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:      2055920 kB
MemFree:       1700472 kB
Buffers:         32848 kB
Cached:         261584 kB
SwapCached:        620 kB
Active:         110968 kB
Inactive:       197364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700472 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            6908 kB
Writeback:           0 kB
Mapped:          22400 kB
Slab:            33060 kB
Committed_AS:   323420 kB
PageTables:       1440 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= 66192 MiB
End job on node76 at 2009-04-25 22:46:30