Trace number 1774514

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 686.421 686.735

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.9045
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.59/0.69	c ==============================================================================
0.59/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.69	c ==============================================================================
0.59/0.69	c |         0 |  837681  1954455 |  251304       0        0     nan |  0.000 % |
4.48/4.56	c |         0 |  300018   873722 |      --       0       --      -- |     --   | -461080/-885064
4.48/4.56	c ==============================================================================
4.48/4.56	c Result  :   #vars: 71485   #clauses: 300018   #literals: 873722
4.48/4.56	c CPU time:   4.29635 s
4.48/4.56	c ==============================================================================
4.89/4.91	c
4.89/4.91	c Starting glucose
4.89/4.91	c
4.89/4.91	
4.89/4.91	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.89/4.91	
4.89/4.91	c ============================[ Problem Statistics ]=============================
4.89/4.91	c |                                                                             |
4.89/4.91	c |  Number of variables:  71485                                                |
4.89/4.91	c |  Number of clauses:    300018                                               |
4.90/5.14	c |  Parsing time:         0.20         s                                       |
686.36/686.70	c restarts              : 33
686.36/686.70	c nb ReduceDB           : 14
686.36/686.70	c nb learnts DL2        : 5976
686.36/686.70	c nb learnts size 2     : 760
686.36/686.70	c nb learnts size 1     : 47
686.36/686.70	c conflicts             : 401597         (589 /sec)
686.36/686.70	c decisions             : 516114         (1.96 % random) (757 /sec)
686.36/686.70	c propagations          : 1189401530     (1745566 /sec)
686.36/686.70	c conflict literals     : 10258166       (62.02 % deleted)
686.36/686.70	c Memory used           : 44.65 MB
686.36/686.70	c CPU time              : 681.384 s
686.36/686.70	
686.36/686.71	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-1774514-1241266143/watcher-1774514-1241266143 -o /tmp/evaluation-result-1774514-1241266143/solver-1774514-1241266143 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774514-1241266143.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.85 0.95 0.97 3/64 25530
/proc/meminfo: memFree=1750120/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=0
/proc/25530/stat : 25530 (glucose.sh) R 25528 25530 25493 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154647598 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25530/statm: 1340 235 194 169 0 51 0
[pid=25531] ppid=25530 vsize=1744 CPUtime=0
/proc/25531/stat : 25531 (SatELite_releas) R 25530 25530 25493 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 154647599 1785856 273 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/25531/statm: 436 277 49 174 0 259 0

[startup+0.0934049 s]
/proc/loadavg: 0.85 0.95 0.97 3/64 25530
/proc/meminfo: memFree=1750120/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=0
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154647598 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25530/statm: 1340 236 195 169 0 51 0
[pid=25531] ppid=25530 vsize=16328 CPUtime=0.08
/proc/25531/stat : 25531 (SatELite_releas) R 25530 25530 25493 0 -1 4194304 3601 0 0 0 7 1 0 0 19 0 1 0 154647599 16719872 3585 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25531/statm: 4082 3586 51 174 0 3905 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21688

[startup+0.101406 s]
/proc/loadavg: 0.85 0.95 0.97 3/64 25530
/proc/meminfo: memFree=1750120/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=0
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154647598 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25530/statm: 1340 236 195 169 0 51 0
[pid=25531] ppid=25530 vsize=17632 CPUtime=0.09
/proc/25531/stat : 25531 (SatELite_releas) R 25530 25530 25493 0 -1 4194304 3898 0 0 0 8 1 0 0 19 0 1 0 154647599 18055168 3882 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/25531/statm: 4408 3884 51 174 0 4231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22992

[startup+0.301428 s]
/proc/loadavg: 0.85 0.95 0.97 3/64 25530
/proc/meminfo: memFree=1750120/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=0
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154647598 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25530/statm: 1340 236 195 169 0 51 0
[pid=25531] ppid=25530 vsize=56708 CPUtime=0.29
/proc/25531/stat : 25531 (SatELite_releas) R 25530 25530 25493 0 -1 4194304 11309 0 0 0 23 6 0 0 21 0 1 0 154647599 58068992 11293 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25531/statm: 14177 11294 51 174 0 14000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62068

[startup+0.701475 s]
/proc/loadavg: 0.85 0.95 0.97 3/64 25530
/proc/meminfo: memFree=1750120/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=0
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154647598 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25530/statm: 1340 236 195 169 0 51 0
[pid=25531] ppid=25530 vsize=127188 CPUtime=0.69
/proc/25531/stat : 25531 (SatELite_releas) R 25530 25530 25493 0 -1 4194304 25805 0 0 0 56 13 0 0 25 0 1 0 154647599 130240512 25789 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/25531/statm: 31797 25789 72 174 0 31620 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132548

[startup+1.50156 s]
/proc/loadavg: 0.85 0.95 0.97 2/66 25532
/proc/meminfo: memFree=1639384/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=0
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154647598 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25530/statm: 1340 236 195 169 0 51 0
[pid=25531] ppid=25530 vsize=140216 CPUtime=1.49
/proc/25531/stat : 25531 (SatELite_releas) R 25530 25530 25493 0 -1 4194304 30346 0 0 0 132 17 0 0 25 0 1 0 154647599 143581184 27956 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/25531/statm: 35054 27956 77 174 0 34877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145576

[startup+3.10175 s]
/proc/loadavg: 0.86 0.95 0.97 2/66 25532
/proc/meminfo: memFree=1623128/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=0
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154647598 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25530/statm: 1340 236 195 169 0 51 0
[pid=25531] ppid=25530 vsize=147996 CPUtime=3.09
/proc/25531/stat : 25531 (SatELite_releas) R 25530 25530 25493 0 -1 4194304 32534 0 0 0 285 24 0 0 25 0 1 0 154647599 151547904 29850 1992294400 134512640 135225430 4294956176 18446744073709551615 134587578 0 0 4096 3 0 0 0 17 0 0 0
/proc/25531/statm: 36999 29850 77 174 0 36822 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153356

[startup+6.30111 s]
/proc/loadavg: 0.86 0.95 0.97 2/66 25533
/proc/meminfo: memFree=1701784/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=27680 CPUtime=1.37
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 6303 0 0 0 134 3 0 0 25 0 1 0 154648090 28344320 6254 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 6920 6254 76 172 0 6745 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33040

[startup+12.7028 s]
/proc/loadavg: 0.88 0.96 0.97 2/66 25533
/proc/meminfo: memFree=1700328/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=29836 CPUtime=7.77
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 6816 0 0 0 773 4 0 0 25 0 1 0 154648090 30552064 6767 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 7459 6767 76 172 0 7284 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35196

[startup+25.5013 s]
/proc/loadavg: 0.90 0.96 0.97 2/66 25533
/proc/meminfo: memFree=1699048/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=31156 CPUtime=20.55
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 7156 0 0 0 2051 4 0 0 25 0 1 0 154648090 31903744 7107 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 7789 7107 76 172 0 7614 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 36516

[startup+51.1012 s]
/proc/loadavg: 0.93 0.96 0.97 2/66 25533
/proc/meminfo: memFree=1697768/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=32312 CPUtime=46.12
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 7441 0 0 0 4608 4 0 0 25 0 1 0 154648090 33087488 7392 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 8078 7392 76 172 0 7903 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 37672

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.97 2/66 25533
/proc/meminfo: memFree=1696872/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=33376 CPUtime=97.31
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 7693 0 0 0 9726 5 0 0 25 0 1 0 154648090 34177024 7644 1992294400 134512640 135217611 4294956288 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 8344 7644 76 172 0 8169 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 38736

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1694824/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=35528 CPUtime=157.28
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 8235 0 0 0 15723 5 0 0 25 0 1 0 154648090 36380672 8186 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 8882 8186 76 172 0 8707 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 40888

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1693544/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=36720 CPUtime=217.26
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 8547 0 0 0 21720 6 0 0 25 0 1 0 154648090 37601280 8498 1992294400 134512640 135217611 4294956288 18446744073709551615 134537840 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 9180 8498 76 172 0 9005 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 42080

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1692008/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=38388 CPUtime=277.24
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 8929 0 0 0 27717 7 0 0 25 0 1 0 154648090 39309312 8880 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 9597 8880 76 172 0 9422 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 43748

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1690472/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=40012 CPUtime=337.21
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 9327 0 0 0 33714 7 0 0 25 0 1 0 154648090 40972288 9278 1992294400 134512640 135217611 4294956288 18446744073709551615 134533093 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 10003 9278 76 172 0 9828 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 45372

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1689704/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=40816 CPUtime=397.19
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 9528 0 0 0 39711 8 0 0 25 0 1 0 154648090 41795584 9479 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 10204 9479 76 172 0 10029 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 46176

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1689192/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=41224 CPUtime=457.17
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 9654 0 0 0 45709 8 0 0 25 0 1 0 154648090 42213376 9605 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 10306 9605 76 172 0 10131 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 46584

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1687912/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=42556 CPUtime=517.13
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 9968 0 0 0 51705 8 0 0 25 0 1 0 154648090 43577344 9919 1992294400 134512640 135217611 4294956288 18446744073709551615 134533520 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 10639 9919 76 172 0 10464 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 47916

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1686952/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=43520 CPUtime=577.12
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10225 0 0 0 57703 9 0 0 25 0 1 0 154648090 44564480 10176 1992294400 134512640 135217611 4294956288 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 10880 10176 76 172 0 10705 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 48880

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1685608/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=44908 CPUtime=637.09
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10538 0 0 0 63700 9 0 0 25 0 1 0 154648090 45985792 10489 1992294400 134512640 135217611 4294956288 18446744073709551615 134533081 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11227 10489 76 172 0 11052 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 50268

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

[startup+665.505 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1685032/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=45308 CPUtime=660.27
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10655 0 0 0 66018 9 0 0 25 0 1 0 154648090 46395392 10606 1992294400 134512640 135217611 4294956288 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11327 10606 76 172 0 11152 0
Current children cumulated CPU time (s) 665.17
Current children cumulated vsize (KiB) 50668

[startup+678.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1684904/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=45440 CPUtime=673.07
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10697 0 0 0 67298 9 0 0 25 0 1 0 154648090 46530560 10648 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11360 10648 76 172 0 11185 0
Current children cumulated CPU time (s) 677.97
Current children cumulated vsize (KiB) 50800

[startup+681.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1684776/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=45572 CPUtime=676.27
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10732 0 0 0 67618 9 0 0 25 0 1 0 154648090 46665728 10683 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11393 10683 76 172 0 11218 0
Current children cumulated CPU time (s) 681.17
Current children cumulated vsize (KiB) 50932

[startup+684.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1684712/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=45716 CPUtime=679.46
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10740 0 0 0 67937 9 0 0 25 0 1 0 154648090 46813184 10691 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 684.36
Current children cumulated vsize (KiB) 51076

[startup+685.502 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1684712/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=45716 CPUtime=680.26
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10740 0 0 0 68017 9 0 0 25 0 1 0 154648090 46813184 10691 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 685.16
Current children cumulated vsize (KiB) 51076

[startup+686.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1684712/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=45716 CPUtime=681.07
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10740 0 0 0 68098 9 0 0 25 0 1 0 154648090 46813184 10691 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 685.97
Current children cumulated vsize (KiB) 51076

[startup+686.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25533
/proc/meminfo: memFree=1684712/2055920 swapFree=4180392/4192956
[pid=25530] ppid=25528 vsize=5360 CPUtime=4.9
/proc/25530/stat : 25530 (glucose.sh) S 25528 25530 25493 0 -1 4194304 313 37387 0 0 0 0 459 31 16 0 1 0 154647598 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25530/statm: 1340 238 195 169 0 51 0
[pid=25533] ppid=25530 vsize=45716 CPUtime=681.46
/proc/25533/stat : 25533 (glucose_static) R 25530 25530 25493 0 -1 4194304 10740 0 0 0 68137 9 0 0 25 0 1 0 154648090 46813184 10691 1992294400 134512640 135217611 4294956288 18446744073709551615 134532617 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25533/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 686.36
Current children cumulated vsize (KiB) 51076

Child status: 20
Real time (s): 686.735
CPU time (s): 686.421
CPU user time (s): 685.984
CPU system time (s): 0.436933
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 159904

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

runsolver used 0.608907 second user time and 1.89671 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-02 14:09:04
IDJOB=1774514
IDBENCH=70954
IDSOLVER=610
FILE ID=node20/1774514-1241266143
PBS_JOBID= 9224965
Free space on /tmp= 66484 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774514-1241266143/watcher-1774514-1241266143 -o /tmp/evaluation-result-1774514-1241266143/solver-1774514-1241266143 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774514-1241266143.cnf

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=1978578633

node20.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.214
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	: 5931.00
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.214
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:       1750600 kB
Buffers:         72848 kB
Cached:         140608 kB
SwapCached:       6320 kB
Active:          61044 kB
Inactive:       160336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750600 kB
SwapTotal:     4192956 kB
SwapFree:      4180392 kB
Dirty:           16864 kB
Writeback:           0 kB
Mapped:          13372 kB
Slab:            69996 kB
Committed_AS:   784044 kB
PageTables:       1396 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= 66480 MiB
End job on node20 at 2009-05-02 14:20:31