Trace number 1723820

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 198.558 198.642

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.893
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   24658    57931 |    7397       0        0     nan |  0.000 % |
0.09/0.18	c |         0 |   10352    31518 |      --       0       --      -- |     --   | -12019/-20697
0.09/0.18	c ==============================================================================
0.09/0.18	c Result  :   #vars: 2123   #clauses: 10352   #literals: 31518
0.09/0.18	c CPU time:   0.172973 s
0.09/0.18	c ==============================================================================
0.09/0.19	c
0.09/0.19	c Starting glucose
0.09/0.19	c
0.09/0.19	
0.09/0.19	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.19	
0.09/0.19	c ============================[ Problem Statistics ]=============================
0.09/0.19	c |                                                                             |
0.09/0.19	c |  Number of variables:  2123                                                 |
0.09/0.19	c |  Number of clauses:    10352                                                |
0.18/0.20	c |  Parsing time:         0.01         s                                       |
198.49/198.63	c restarts              : 53
198.49/198.63	c nb ReduceDB           : 31
198.49/198.63	c nb learnts DL2        : 900
198.49/198.63	c nb learnts size 2     : 441
198.49/198.63	c nb learnts size 1     : 17
198.49/198.63	c conflicts             : 647647         (3266 /sec)
198.49/198.63	c decisions             : 803466         (1.36 % random) (4051 /sec)
198.49/198.63	c propagations          : 154648039      (779764 /sec)
198.49/198.63	c conflict literals     : 15695287       (51.01 % deleted)
198.49/198.63	c Memory used           : 14.40 MB
198.49/198.63	c CPU time              : 198.327 s
198.49/198.63	
198.49/198.63	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-1723820-1240689188/watcher-1723820-1240689188 -o /tmp/evaluation-result-1723820-1240689188/solver-1723820-1240689188 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723820-1240689188.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.00 1.00 1.06 3/64 16703
/proc/meminfo: memFree=1444776/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0
/proc/16703/stat : 16703 (glucose.sh) R 16701 16703 16244 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 96946073 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238196383 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16703/statm: 1340 235 194 169 0 51 0
[pid=16704] ppid=16703 vsize=1744 CPUtime=0
/proc/16704/stat : 16704 (SatELite_releas) R 16703 16703 16244 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 96946073 1785856 267 1992294400 134512640 135225430 4294956160 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/16704/statm: 436 269 50 174 0 259 0

[startup+0.0917939 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 16703
/proc/meminfo: memFree=1444776/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96946073 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16703/statm: 1340 236 195 169 0 51 0
[pid=16704] ppid=16703 vsize=5336 CPUtime=0.08
/proc/16704/stat : 16704 (SatELite_releas) R 16703 16703 16244 0 -1 4194304 1158 0 0 0 8 0 0 0 19 0 1 0 96946073 5464064 1083 1992294400 134512640 135225430 4294956160 18446744073709551615 134548724 0 0 4096 3 0 0 0 17 0 0 0
/proc/16704/statm: 1334 1083 77 174 0 1157 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10696

[startup+0.102795 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 16703
/proc/meminfo: memFree=1444776/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96946073 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16703/statm: 1340 236 195 169 0 51 0
[pid=16704] ppid=16703 vsize=5492 CPUtime=0.09
/proc/16704/stat : 16704 (SatELite_releas) R 16703 16703 16244 0 -1 4194304 1174 0 0 0 9 0 0 0 19 0 1 0 96946073 5623808 1099 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16704/statm: 1373 1099 77 174 0 1196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10852

[startup+0.302816 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 16703
/proc/meminfo: memFree=1444776/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+0.702853 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 16703
/proc/meminfo: memFree=1444776/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16706
/proc/meminfo: memFree=1441688/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=3984 CPUtime=1.29
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 667 0 0 0 129 0 0 0 25 0 1 0 96946093 4079616 653 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 996 653 76 172 0 821 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9344

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16706
/proc/meminfo: memFree=1440984/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=4908 CPUtime=2.89
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 897 0 0 0 289 0 0 0 25 0 1 0 96946093 5025792 883 1992294400 134512640 135217611 4294956272 18446744073709551615 134542210 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 1227 883 76 172 0 1052 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10268

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16706
/proc/meminfo: memFree=1439896/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=5736 CPUtime=6.09
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 1104 0 0 0 609 0 0 0 25 0 1 0 96946093 5873664 1090 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 1434 1090 76 172 0 1259 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11096

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16706
/proc/meminfo: memFree=1438552/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=6600 CPUtime=12.49
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 1312 0 0 0 1249 0 0 0 25 0 1 0 96946093 6758400 1298 1992294400 134512640 135217611 4294956272 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 1650 1298 76 172 0 1475 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11960

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16706
/proc/meminfo: memFree=1437208/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=8048 CPUtime=25.28
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 1678 0 0 0 2528 0 0 0 25 0 1 0 96946093 8241152 1664 1992294400 134512640 135217611 4294956272 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 2012 1664 76 172 0 1837 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13408

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16706
/proc/meminfo: memFree=1435928/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=9376 CPUtime=50.87
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 2005 0 0 0 5087 0 0 0 25 0 1 0 96946093 9601024 1991 1992294400 134512640 135217611 4294956272 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 2344 1991 76 172 0 2169 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14736

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 16706
/proc/meminfo: memFree=1432728/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=12608 CPUtime=102.06
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 2772 0 0 0 10205 1 0 0 25 0 1 0 96946093 12910592 2758 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3152 2758 76 172 0 2977 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17968

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1431704/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=13720 CPUtime=162.03
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3018 0 0 0 16201 2 0 0 25 0 1 0 96946093 14049280 3004 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3430 3004 76 172 0 3255 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 19080

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

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1431000/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14432 CPUtime=178.82
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3180 0 0 0 17880 2 0 0 25 0 1 0 96946093 14778368 3166 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3608 3166 76 172 0 3433 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 19792

[startup+191.902 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1430808/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14740 CPUtime=191.61
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3229 0 0 0 19159 2 0 0 25 0 1 0 96946093 15093760 3215 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3685 3215 76 172 0 3510 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 20100

[startup+195.102 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1430744/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14740 CPUtime=194.81
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3236 0 0 0 19479 2 0 0 25 0 1 0 96946093 15093760 3222 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3685 3222 76 172 0 3510 0
Current children cumulated CPU time (s) 194.99
Current children cumulated vsize (KiB) 20100

[startup+196.701 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1430744/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14740 CPUtime=196.41
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3237 0 0 0 19639 2 0 0 25 0 1 0 96946093 15093760 3223 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 196.59
Current children cumulated vsize (KiB) 20100

[startup+197.502 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1430744/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14740 CPUtime=197.21
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3237 0 0 0 19719 2 0 0 25 0 1 0 96946093 15093760 3223 1992294400 134512640 135217611 4294956272 18446744073709551615 134539576 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 197.39
Current children cumulated vsize (KiB) 20100

[startup+198.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1430744/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14740 CPUtime=198.01
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3237 0 0 0 19799 2 0 0 25 0 1 0 96946093 15093760 3223 1992294400 134512640 135217611 4294956272 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 198.19
Current children cumulated vsize (KiB) 20100

[startup+198.501 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1430744/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14740 CPUtime=198.21
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3237 0 0 0 19819 2 0 0 25 0 1 0 96946093 15093760 3223 1992294400 134512640 135217611 4294956272 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 198.39
Current children cumulated vsize (KiB) 20100

[startup+198.601 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 16706
/proc/meminfo: memFree=1430744/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=5360 CPUtime=0.18
/proc/16703/stat : 16703 (glucose.sh) S 16701 16703 16244 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 96946073 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16703/statm: 1340 238 195 169 0 51 0
[pid=16706] ppid=16703 vsize=14740 CPUtime=198.31
/proc/16706/stat : 16706 (glucose_static) R 16703 16703 16244 0 -1 4194304 3237 0 0 0 19829 2 0 0 25 0 1 0 96946093 15093760 3223 1992294400 134512640 135217611 4294956272 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16706/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 198.49
Current children cumulated vsize (KiB) 20100

Child status: 20
Real time (s): 198.642
CPU time (s): 198.558
CPU user time (s): 198.513
CPU system time (s): 0.044993
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 20100

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

runsolver used 0.189971 second user time and 0.540917 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-25 21:53:08
IDJOB=1723820
IDBENCH=71741
IDSOLVER=503
FILE ID=node58/1723820-1240689188
PBS_JOBID= 9186671
Free space on /tmp= 65940 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723820-1240689188/watcher-1723820-1240689188 -o /tmp/evaluation-result-1723820-1240689188/solver-1723820-1240689188 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1723820-1240689188.cnf

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=1058685137

node58.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.233
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.233
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:       1445264 kB
Buffers:         30460 kB
Cached:         501904 kB
SwapCached:        144 kB
Active:          82272 kB
Inactive:       464168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            50336 kB
Committed_AS:   331840 kB
PageTables:       1364 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= 65940 MiB
End job on node58 at 2009-04-25 21:56:27