Trace number 1563446

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 714.014 714.229

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 benchmark66.3399
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.69/0.73	c ==============================================================================
0.69/0.73	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.73	c ==============================================================================
0.69/0.73	c |         0 |  837681  1954455 |  251304       0        0     nan |  0.000 % |
4.78/4.86	c |         0 |  300018   873722 |      --       0       --      -- |     --   | -461080/-885064
4.78/4.87	c ==============================================================================
4.78/4.87	c Result  :   #vars: 71485   #clauses: 300018   #literals: 873722
4.78/4.87	c CPU time:   4.56331 s
4.78/4.87	c ==============================================================================
5.18/5.24	c
5.18/5.24	c Starting glucose
5.18/5.24	c
5.18/5.24	
5.18/5.24	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.18/5.24	
5.18/5.24	c ============================[ Problem Statistics ]=============================
5.18/5.24	c |                                                                             |
5.18/5.24	c |  Number of variables:  71485                                                |
5.18/5.24	c |  Number of clauses:    300018                                               |
5.37/5.45	c |  Parsing time:         0.19         s                                       |
713.96/714.20	c restarts              : 33
713.96/714.20	c nb ReduceDB           : 14
713.96/714.20	c nb learnts DL2        : 5976
713.96/714.20	c nb learnts size 2     : 760
713.96/714.20	c nb learnts size 1     : 47
713.96/714.20	c conflicts             : 401597         (567 /sec)
713.96/714.20	c decisions             : 516114         (1.96 % random) (728 /sec)
713.96/714.20	c propagations          : 1189401530     (1678335 /sec)
713.96/714.20	c conflict literals     : 10258166       (62.02 % deleted)
713.96/714.20	c Memory used           : 44.65 MB
713.96/714.20	c CPU time              : 708.679 s
713.96/714.20	
713.96/714.21	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-1563446-1238786414/watcher-1563446-1238786414 -o /tmp/evaluation-result-1563446-1238786414/solver-1563446-1238786414 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1563446-1238786414.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.00 2/64 16003
/proc/meminfo: memFree=1645032/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=0
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151304717 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 236 195 169 0 51 0
[pid=16004] ppid=16003 vsize=1744 CPUtime=0
/proc/16004/stat : 16004 (SatELite_releas) R 16003 16003 15860 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 1151304717 1785856 248 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16004/statm: 436 250 49 174 0 259 0

[startup+0.0860219 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16003
/proc/meminfo: memFree=1645032/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=0
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151304717 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 236 195 169 0 51 0
[pid=16004] ppid=16003 vsize=15140 CPUtime=0.07
/proc/16004/stat : 16004 (SatELite_releas) R 16003 16003 15860 0 -1 4194304 3168 0 0 0 5 2 0 0 20 0 1 0 1151304717 15503360 3152 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/16004/statm: 3785 3153 51 174 0 3608 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20500

[startup+0.101022 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16003
/proc/meminfo: memFree=1645032/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=0
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151304717 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 236 195 169 0 51 0
[pid=16004] ppid=16003 vsize=16592 CPUtime=0.09
/proc/16004/stat : 16004 (SatELite_releas) R 16003 16003 15860 0 -1 4194304 3693 0 0 0 7 2 0 0 20 0 1 0 1151304717 16990208 3677 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/16004/statm: 4148 3678 51 174 0 3971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21952

[startup+0.301044 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16003
/proc/meminfo: memFree=1645032/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=0
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151304717 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 236 195 169 0 51 0
[pid=16004] ppid=16003 vsize=55124 CPUtime=0.28
/proc/16004/stat : 16004 (SatELite_releas) R 16003 16003 15860 0 -1 4194304 10698 0 0 0 23 5 0 0 21 0 1 0 1151304717 56446976 10682 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/16004/statm: 13781 10682 51 174 0 13604 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60484

[startup+0.701088 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16003
/proc/meminfo: memFree=1645032/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=0
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151304717 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 236 195 169 0 51 0
[pid=16004] ppid=16003 vsize=122948 CPUtime=0.69
/proc/16004/stat : 16004 (SatELite_releas) R 16003 16003 15860 0 -1 4194304 24949 0 0 0 54 15 0 0 24 0 1 0 1151304717 125898752 24933 1992294400 134512640 135225430 4294956176 18446744073709551615 134548108 0 0 4096 3 0 0 0 17 1 0 0
/proc/16004/statm: 30737 24933 51 174 0 30560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128308

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16005
/proc/meminfo: memFree=1538008/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=0
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151304717 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 236 195 169 0 51 0
[pid=16004] ppid=16003 vsize=139952 CPUtime=1.48
/proc/16004/stat : 16004 (SatELite_releas) R 16003 16003 15860 0 -1 4194304 30241 0 0 0 128 20 0 0 25 0 1 0 1151304717 143310848 27851 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16004/statm: 34988 27851 77 174 0 34811 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145312

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16005
/proc/meminfo: memFree=1520088/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=0
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151304717 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 236 195 169 0 51 0
[pid=16004] ppid=16003 vsize=148484 CPUtime=3.08
/proc/16004/stat : 16004 (SatELite_releas) R 16003 16003 15860 0 -1 4194304 32374 0 0 0 281 27 0 0 25 0 1 0 1151304717 152047616 29984 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16004/statm: 37121 29984 77 174 0 36944 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 153844

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1602520/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=27548 CPUtime=1.04
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 6263 0 0 0 102 2 0 0 25 0 1 0 1151305241 28209152 6214 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 6887 6214 75 172 0 6712 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32908

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1595352/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=29584 CPUtime=7.45
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 6778 0 0 0 742 3 0 0 25 0 1 0 1151305241 30294016 6729 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 7396 6729 76 172 0 7221 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34944

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1593880/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=31156 CPUtime=20.24
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 7133 0 0 0 2021 3 0 0 25 0 1 0 1151305241 31903744 7084 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 7789 7084 76 172 0 7614 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 36516

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1592792/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=32312 CPUtime=45.81
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 7440 0 0 0 4578 3 0 0 25 0 1 0 1151305241 33087488 7391 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 8078 7391 76 172 0 7903 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 37672

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1591832/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=33376 CPUtime=97.01
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 7692 0 0 0 9697 4 0 0 25 0 1 0 1151305241 34177024 7643 1992294400 134512640 135217611 4294956304 18446744073709551615 134532623 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 8344 7643 76 172 0 8169 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 38736

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1589720/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=35528 CPUtime=156.98
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 8213 0 0 0 15694 4 0 0 25 0 1 0 1151305241 36380672 8164 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 8882 8164 76 172 0 8707 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 40888

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1588440/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=36720 CPUtime=216.97
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 8517 0 0 0 21692 5 0 0 25 0 1 0 1151305241 37601280 8468 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 9180 8468 76 172 0 9005 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 42080

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1586840/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=38388 CPUtime=276.95
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 8916 0 0 0 27690 5 0 0 25 0 1 0 1151305241 39309312 8867 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 9597 8867 76 172 0 9422 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 43748

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1585944/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=39220 CPUtime=336.94
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 9131 0 0 0 33689 5 0 0 25 0 1 0 1151305241 40161280 9082 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 9805 9082 76 172 0 9630 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 44580

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16006
/proc/meminfo: memFree=1584408/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=40676 CPUtime=396.93
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 9506 0 0 0 39687 6 0 0 25 0 1 0 1151305241 41652224 9457 1992294400 134512640 135217611 4294956304 18446744073709551615 134532570 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 10169 9457 76 172 0 9994 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 46036

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1583960/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=41088 CPUtime=456.91
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 9610 0 0 0 45685 6 0 0 25 0 1 0 1151305241 42074112 9561 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 10272 9561 76 172 0 10097 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 46448

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1582808/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=42420 CPUtime=516.89
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 9927 0 0 0 51683 6 0 0 25 0 1 0 1151305241 43438080 9878 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 10605 9878 76 172 0 10430 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 47780

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1582424/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=42556 CPUtime=576.87
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 9985 0 0 0 57681 6 0 0 25 0 1 0 1151305241 43577344 9936 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 10639 9936 76 172 0 10464 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 47916

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1580440/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=44640 CPUtime=636.87
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10480 0 0 0 63680 7 0 0 25 0 1 0 1151305241 45711360 10431 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11160 10431 76 172 0 10985 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 50000

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579672/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45308 CPUtime=696.85
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10669 0 0 0 69678 7 0 0 25 0 1 0 1151305241 46395392 10620 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11327 10620 76 172 0 11152 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 50668

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

[startup+703.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579608/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45440 CPUtime=698.45
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10684 0 0 0 69838 7 0 0 25 0 1 0 1151305241 46530560 10635 1992294400 134512640 135217611 4294956304 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11360 10635 76 172 0 11185 0
Current children cumulated CPU time (s) 703.67
Current children cumulated vsize (KiB) 50800

[startup+710.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579416/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45572 CPUtime=704.84
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10736 0 0 0 70477 7 0 0 25 0 1 0 1151305241 46665728 10687 1992294400 134512640 135217611 4294956304 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11393 10687 76 172 0 11218 0
Current children cumulated CPU time (s) 710.06
Current children cumulated vsize (KiB) 50932

[startup+711.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579352/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45716 CPUtime=706.44
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10740 0 0 0 70637 7 0 0 25 0 1 0 1151305241 46813184 10691 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 711.66
Current children cumulated vsize (KiB) 51076

[startup+713.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579352/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45716 CPUtime=708.04
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10740 0 0 0 70797 7 0 0 25 0 1 0 1151305241 46813184 10691 1992294400 134512640 135217611 4294956304 18446744073709551615 134537187 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 713.26
Current children cumulated vsize (KiB) 51076

[startup+713.907 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579352/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45716 CPUtime=708.45
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10740 0 0 0 70838 7 0 0 25 0 1 0 1151305241 46813184 10691 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 713.67
Current children cumulated vsize (KiB) 51076

[startup+714.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579352/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45716 CPUtime=708.64
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10740 0 0 0 70857 7 0 0 25 0 1 0 1151305241 46813184 10691 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 713.86
Current children cumulated vsize (KiB) 51076

[startup+714.203 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16008
/proc/meminfo: memFree=1579352/2055920 swapFree=4175224/4192956
[pid=16003] ppid=16001 vsize=5360 CPUtime=5.22
/proc/16003/stat : 16003 (glucose.sh) S 16001 16003 15860 0 -1 4194304 313 37387 0 0 0 0 488 34 16 0 1 0 1151304717 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16003/statm: 1340 238 195 169 0 51 0
[pid=16006] ppid=16003 vsize=45716 CPUtime=708.74
/proc/16006/stat : 16006 (glucose_static) R 16003 16003 15860 0 -1 4194304 10740 0 0 0 70867 7 0 0 25 0 1 0 1151305241 46813184 10691 1992294400 134512640 135217611 4294956304 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16006/statm: 11429 10691 76 172 0 11254 0
Current children cumulated CPU time (s) 713.96
Current children cumulated vsize (KiB) 51076

Child status: 20
Real time (s): 714.229
CPU time (s): 714.014
CPU user time (s): 713.571
CPU system time (s): 0.443932
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 159904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 713.571
system time used= 0.443932
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= 39
involuntary context switches= 1072

runsolver used 0.775882 second user time and 1.83172 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-03 21:20:15
IDJOB=1563446
IDBENCH=70954
IDSOLVER=503
FILE ID=node37/1563446-1238786414
PBS_JOBID= 9085603
Free space on /tmp= 66480 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-1563446-1238786414/watcher-1563446-1238786414 -o /tmp/evaluation-result-1563446-1238786414/solver-1563446-1238786414 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1563446-1238786414.cnf

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=859597214

node37.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.213
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.213
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:       1645512 kB
Buffers:         66340 kB
Cached:         266132 kB
SwapCached:      11608 kB
Active:         171676 kB
Inactive:       173900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645512 kB
SwapTotal:     4192956 kB
SwapFree:      4175224 kB
Dirty:           16748 kB
Writeback:           0 kB
Mapped:          18820 kB
Slab:            50984 kB
Committed_AS:  3197804 kB
PageTables:       1384 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 node37 at 2009-04-03 21:32:09