Trace number 1772864

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 3206.59 3208.17

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1122.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.01/0.02	c ==============================================================================
0.01/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.02	c ==============================================================================
0.01/0.02	c |         0 |   28318    74883 |    8495       0        0     nan |  0.000 % |
0.18/0.20	c |         0 |   19862    62399 |      --       0       --      -- |     --   | -8325/-12062
0.18/0.20	c ==============================================================================
0.18/0.20	c Result  :   #vars: 3611   #clauses: 19862   #literals: 62399
0.18/0.20	c CPU time:   0.19197 s
0.18/0.20	c ==============================================================================
0.18/0.22	c
0.18/0.22	c Starting glucose
0.18/0.22	c
0.18/0.22	
0.18/0.22	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.18/0.22	
0.18/0.22	c ============================[ Problem Statistics ]=============================
0.18/0.22	c |                                                                             |
0.18/0.22	c |  Number of variables:  3611                                                 |
0.18/0.22	c |  Number of clauses:    19862                                                |
0.18/0.24	c |  Parsing time:         0.01         s                                       |
3206.50/3208.15	c restarts              : 283
3206.50/3208.15	c nb ReduceDB           : 88
3206.50/3208.15	c nb learnts DL2        : 1064
3206.50/3208.15	c nb learnts size 2     : 541
3206.50/3208.15	c nb learnts size 1     : 30
3206.50/3208.15	c conflicts             : 4351353        (1357 /sec)
3206.50/3208.15	c decisions             : 5131511        (0.84 % random) (1600 /sec)
3206.50/3208.15	c propagations          : 1586258752     (494745 /sec)
3206.50/3208.15	c conflict literals     : 183130531      (61.53 % deleted)
3206.50/3208.15	c Memory used           : 48.29 MB
3206.50/3208.15	c CPU time              : 3206.21 s
3206.50/3208.15	
3206.50/3208.16	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-1772864-1241250529/watcher-1772864-1241250529 -o /tmp/evaluation-result-1772864-1241250529/solver-1772864-1241250529 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772864-1241250529.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 28092
/proc/meminfo: memFree=1123520/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0
/proc/28092/stat : 28092 (glucose.sh) R 28090 28092 28025 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153086216 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28092/statm: 1340 235 194 169 0 51 0
[pid=28093] ppid=28092 vsize=1744 CPUtime=0
/proc/28093/stat : 28093 (SatELite_releas) R 28092 28092 28025 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 153086217 1785856 273 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/28093/statm: 436 277 49 174 0 259 0

[startup+0.0190209 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 28092
/proc/meminfo: memFree=1123520/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153086216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1340 236 195 169 0 51 0
[pid=28093] ppid=28092 vsize=3140 CPUtime=0.01
/proc/28093/stat : 28093 (SatELite_releas) R 28092 28092 28025 0 -1 4194304 655 0 0 0 1 0 0 0 18 0 1 0 153086217 3215360 639 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/28093/statm: 785 640 51 174 0 608 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8500

[startup+0.101036 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 28092
/proc/meminfo: memFree=1123520/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153086216 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1340 236 195 169 0 51 0
[pid=28093] ppid=28092 vsize=5140 CPUtime=0.09
/proc/28093/stat : 28093 (SatELite_releas) R 28092 28092 28025 0 -1 4194304 1178 0 0 0 9 0 0 0 20 0 1 0 153086217 5263360 1138 1992294400 134512640 135225430 4294956176 18446744073709551615 134587232 0 0 4096 3 0 0 0 17 0 0 0
/proc/28093/statm: 1285 1138 77 174 0 1108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10500

[startup+0.301076 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 28092
/proc/meminfo: memFree=1123520/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 5360

[startup+0.701146 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 28092
/proc/meminfo: memFree=1123520/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 5360

[startup+1.50128 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1119408/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=4508 CPUtime=1.26
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 844 0 0 0 126 0 0 0 25 0 1 0 153086239 4616192 830 1992294400 134512640 135217611 4294956288 18446744073709551615 134532921 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 1127 830 76 172 0 952 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9868

[startup+3.10256 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1118832/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=5320 CPUtime=2.86
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 1034 0 0 0 286 0 0 0 25 0 1 0 153086239 5447680 1020 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 1330 1020 76 172 0 1155 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10680

[startup+6.30113 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1117872/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=6928 CPUtime=6.06
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 1446 0 0 0 606 0 0 0 25 0 1 0 153086239 7094272 1432 1992294400 134512640 135217611 4294956288 18446744073709551615 134548652 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 1732 1432 76 172 0 1557 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12288

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1116016/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=7596 CPUtime=12.45
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 1623 0 0 0 1245 0 0 0 25 0 1 0 153086239 7778304 1609 1992294400 134512640 135217611 4294956288 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 1899 1609 76 172 0 1724 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12956

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1114608/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=9208 CPUtime=25.24
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 2012 0 0 0 2523 1 0 0 25 0 1 0 153086239 9428992 1998 1992294400 134512640 135217611 4294956288 18446744073709551615 134538395 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 2302 1998 76 172 0 2127 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14568

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1113136/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=10756 CPUtime=50.84
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 2377 0 0 0 5082 2 0 0 25 0 1 0 153086239 11014144 2363 1992294400 134512640 135217611 4294956288 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 2689 2363 76 172 0 2514 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16116

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1109424/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=14532 CPUtime=102.01
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 3288 0 0 0 10199 2 0 0 25 0 1 0 153086239 14880768 3274 1992294400 134512640 135217611 4294956288 18446744073709551615 134537417 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 3633 3274 76 172 0 3458 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 19892

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1107696/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=16260 CPUtime=161.98
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 3721 0 0 0 16195 3 0 0 25 0 1 0 153086239 16650240 3707 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 4065 3707 76 172 0 3890 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 21620

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1105840/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=18056 CPUtime=221.96
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 4174 0 0 0 22192 4 0 0 25 0 1 0 153086239 18489344 4160 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 4514 4160 76 172 0 4339 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 23416

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1105136/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=18988 CPUtime=281.93
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 4355 0 0 0 28189 4 0 0 25 0 1 0 153086239 19443712 4341 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 4747 4341 76 172 0 4572 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 24348

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1102384/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=21916 CPUtime=341.89
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 5052 0 0 0 34185 4 0 0 25 0 1 0 153086239 22441984 5038 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 5479 5038 76 172 0 5304 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 27276

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28095
/proc/meminfo: memFree=1101552/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21

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


[startup+2862.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28101
/proc/meminfo: memFree=1078576/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=47212 CPUtime=2860.66
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 10942 0 0 0 286054 12 0 0 25 0 1 0 153086239 48345088 10928 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 11803 10928 76 172 0 11628 0
Current children cumulated CPU time (s) 2860.87
Current children cumulated vsize (KiB) 52572

[startup+2922.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28101
/proc/meminfo: memFree=1078128/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=47768 CPUtime=2920.63
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11040 0 0 0 292051 12 0 0 25 0 1 0 153086239 48914432 11026 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 11942 11026 76 172 0 11767 0
Current children cumulated CPU time (s) 2920.84
Current children cumulated vsize (KiB) 53128

[startup+2982.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28101
/proc/meminfo: memFree=1077872/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=48176 CPUtime=2980.6
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11118 0 0 0 298048 12 0 0 25 0 1 0 153086239 49332224 11104 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12044 11104 76 172 0 11869 0
Current children cumulated CPU time (s) 2980.81
Current children cumulated vsize (KiB) 53536

[startup+3042.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076976/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49016 CPUtime=3040.56
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11325 0 0 0 304044 12 0 0 25 0 1 0 153086239 50192384 11311 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12254 11311 76 172 0 12079 0
Current children cumulated CPU time (s) 3040.77
Current children cumulated vsize (KiB) 54376

[startup+3102.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076912/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49204 CPUtime=3100.54
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11356 0 0 0 310041 13 0 0 25 0 1 0 153086239 50384896 11342 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12301 11342 76 172 0 12126 0
Current children cumulated CPU time (s) 3100.75
Current children cumulated vsize (KiB) 54564

[startup+3162.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3160.51
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11430 0 0 0 316038 13 0 0 25 0 1 0 153086239 50630656 11416 1992294400 134512640 135217611 4294956288 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11416 76 172 0 12186 0
Current children cumulated CPU time (s) 3160.72
Current children cumulated vsize (KiB) 54804

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

[startup+3174.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3172.5
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11430 0 0 0 317237 13 0 0 25 0 1 0 153086239 50630656 11416 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11416 76 172 0 12186 0
Current children cumulated CPU time (s) 3172.71
Current children cumulated vsize (KiB) 54804

[startup+3187.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3185.3
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11430 0 0 0 318517 13 0 0 25 0 1 0 153086239 50630656 11416 1992294400 134512640 135217611 4294956288 18446744073709551615 134534004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11416 76 172 0 12186 0
Current children cumulated CPU time (s) 3185.51
Current children cumulated vsize (KiB) 54804

[startup+3199.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3198.1
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11431 0 0 0 319797 13 0 0 25 0 1 0 153086239 50630656 11417 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11417 76 172 0 12186 0
Current children cumulated CPU time (s) 3198.31
Current children cumulated vsize (KiB) 54804

[startup+3203.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3201.3
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11431 0 0 0 320117 13 0 0 25 0 1 0 153086239 50630656 11417 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11417 76 172 0 12186 0
Current children cumulated CPU time (s) 3201.51
Current children cumulated vsize (KiB) 54804

[startup+3206.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3204.49
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11431 0 0 0 320436 13 0 0 25 0 1 0 153086239 50630656 11417 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11417 76 172 0 12186 0
Current children cumulated CPU time (s) 3204.7
Current children cumulated vsize (KiB) 54804

[startup+3207.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3205.29
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11431 0 0 0 320516 13 0 0 25 0 1 0 153086239 50630656 11417 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11417 76 172 0 12186 0
Current children cumulated CPU time (s) 3205.5
Current children cumulated vsize (KiB) 54804

[startup+3207.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3206.09
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11431 0 0 0 320596 13 0 0 25 0 1 0 153086239 50630656 11417 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11417 76 172 0 12186 0
Current children cumulated CPU time (s) 3206.3
Current children cumulated vsize (KiB) 54804

[startup+3208.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28103
/proc/meminfo: memFree=1076592/2055920 swapFree=4181908/4192956
[pid=28092] ppid=28090 vsize=5360 CPUtime=0.21
/proc/28092/stat : 28092 (glucose.sh) S 28090 28092 28025 0 -1 4194304 313 1382 0 0 0 0 21 0 16 0 1 0 153086216 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28092/statm: 1340 238 195 169 0 51 0
[pid=28095] ppid=28092 vsize=49444 CPUtime=3206.29
/proc/28095/stat : 28095 (glucose_static) R 28092 28092 28025 0 -1 4194304 11431 0 0 0 320616 13 0 0 25 0 1 0 153086239 50630656 11417 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28095/statm: 12361 11417 76 172 0 12186 0
Current children cumulated CPU time (s) 3206.5
Current children cumulated vsize (KiB) 54804

Child status: 20
Real time (s): 3208.17
CPU time (s): 3206.59
CPU user time (s): 3206.43
CPU system time (s): 0.155976
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 54804

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

runsolver used 2.82757 second user time and 8.84566 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-02 09:48:49
IDJOB=1772864
IDBENCH=20404
IDSOLVER=610
FILE ID=node18/1772864-1241250529
PBS_JOBID= 9224906
Free space on /tmp= 66352 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-27.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772864-1241250529/watcher-1772864-1241250529 -o /tmp/evaluation-result-1772864-1241250529/solver-1772864-1241250529 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772864-1241250529.cnf

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

MD5SUM BENCH= a948576641dd03cc33abaca38a6e7e4c
RANDOM SEED=1580116215

node18.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.280
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.280
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:       1124064 kB
Buffers:         76788 kB
Cached:         747256 kB
SwapCached:       4876 kB
Active:         131224 kB
Inactive:       700692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1124064 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          14016 kB
Slab:            86056 kB
Committed_AS:   726120 kB
PageTables:       1372 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= 66352 MiB
End job on node18 at 2009-05-02 10:42:18