Trace number 1775094

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 379.633 379.802

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.807
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   63345   188200 |   19003       0        0     nan |  0.000 % |
0.49/0.54	c |         0 |   62548   268903 |      --       0       --      -- |     --   | -797/80703
0.49/0.54	c ==============================================================================
0.49/0.54	c Result  :   #vars: 636   #clauses: 62548   #literals: 268903
0.49/0.54	c CPU time:   0.529919 s
0.49/0.54	c ==============================================================================
0.59/0.62	c
0.59/0.62	c Starting glucose
0.59/0.62	c
0.59/0.62	
0.59/0.62	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.59/0.62	
0.59/0.62	c ============================[ Problem Statistics ]=============================
0.59/0.62	c |                                                                             |
0.59/0.62	c |  Number of variables:  636                                                  |
0.59/0.62	c |  Number of clauses:    62548                                                |
0.59/0.66	c |  Parsing time:         0.04         s                                       |
379.51/379.79	c restarts              : 17
379.51/379.79	c nb ReduceDB           : 24
379.51/379.79	c nb learnts DL2        : 287
379.51/379.79	c nb learnts size 2     : 57
379.51/379.79	c nb learnts size 1     : 14
379.51/379.79	c conflicts             : 782104         (2064 /sec)
379.51/379.79	c decisions             : 1005125        (1.77 % random) (2652 /sec)
379.51/379.79	c propagations          : 72951488       (192510 /sec)
379.51/379.79	c conflict literals     : 17943969       (18.46 % deleted)
379.51/379.79	c Memory used           : 24.51 MB
379.51/379.79	c CPU time              : 378.948 s
379.51/379.79	
379.51/379.79	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-1775094-1241269558/watcher-1775094-1241269558 -o /tmp/evaluation-result-1775094-1241269558/solver-1775094-1241269558 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775094-1241269558.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.98 3/64 27072
/proc/meminfo: memFree=950856/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0
/proc/27072/stat : 27072 (glucose.sh) R 27070 27072 26935 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154989488 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27072/statm: 1340 235 194 169 0 51 0
[pid=27073] ppid=27072 vsize=1272 CPUtime=0
/proc/27073/stat : 27073 (SatELite_releas) R 27072 27072 26935 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 154989488 1302528 158 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27073/statm: 318 159 50 174 0 141 0

[startup+0.014976 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27072
/proc/meminfo: memFree=950856/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154989488 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27072/statm: 1340 236 195 169 0 51 0
[pid=27073] ppid=27072 vsize=2196 CPUtime=0
/proc/27073/stat : 27073 (SatELite_releas) R 27072 27072 26935 0 -1 4194304 410 0 0 0 0 0 0 0 19 0 1 0 154989488 2248704 394 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27073/statm: 549 396 50 174 0 372 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7556

[startup+0.102986 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27072
/proc/meminfo: memFree=950856/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154989488 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27072/statm: 1340 236 195 169 0 51 0
[pid=27073] ppid=27072 vsize=6136 CPUtime=0.09
/proc/27073/stat : 27073 (SatELite_releas) R 27072 27072 26935 0 -1 4194304 1425 0 0 0 9 0 0 0 19 0 1 0 154989488 6283264 1409 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27073/statm: 1534 1409 76 174 0 1357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11496

[startup+0.302007 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27072
/proc/meminfo: memFree=950856/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154989488 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27072/statm: 1340 236 195 169 0 51 0
[pid=27073] ppid=27072 vsize=7864 CPUtime=0.29
/proc/27073/stat : 27073 (SatELite_releas) R 27072 27072 26935 0 -1 4194304 1792 0 0 0 28 1 0 0 21 0 1 0 154989488 8052736 1776 1992294400 134512640 135225430 4294956176 18446744073709551615 134586096 0 0 4096 3 0 0 0 17 0 0 0
/proc/27073/statm: 1966 1776 77 174 0 1789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13224

[startup+0.702065 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27072
/proc/meminfo: memFree=950856/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 5360

[startup+1.50215 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=942904/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=7288 CPUtime=0.86
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 1683 0 0 0 86 0 0 0 25 0 1 0 154989550 7462912 1669 1992294400 134512640 135217611 4294956288 18446744073709551615 134536942 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 1822 1669 77 172 0 1647 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12648

[startup+3.10134 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=941816/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=8528 CPUtime=2.46
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 1981 0 0 0 246 0 0 0 25 0 1 0 154989550 8732672 1967 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 2132 1967 77 172 0 1957 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13888

[startup+6.30171 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=939896/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=10220 CPUtime=5.66
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 2416 0 0 0 566 0 0 0 25 0 1 0 154989550 10465280 2402 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 2555 2402 77 172 0 2380 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15580

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=938296/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=11572 CPUtime=12.06
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 2724 0 0 0 1205 1 0 0 25 0 1 0 154989550 11849728 2710 1992294400 134512640 135217611 4294956288 18446744073709551615 134542808 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 2893 2710 77 172 0 2718 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16932

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=936568/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=13288 CPUtime=24.85
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 3155 0 0 0 2483 2 0 0 25 0 1 0 154989550 13606912 3141 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 3322 3141 77 172 0 3147 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18648

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=934584/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=15476 CPUtime=50.44
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 3675 0 0 0 5042 2 0 0 25 0 1 0 154989550 15847424 3661 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 3869 3661 77 172 0 3694 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20836

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=931512/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=18652 CPUtime=101.62
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 4424 0 0 0 10159 3 0 0 25 0 1 0 154989550 19099648 4410 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 4663 4410 77 172 0 4488 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 24012

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=930104/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=20288 CPUtime=161.59
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 4766 0 0 0 16155 4 0 0 25 0 1 0 154989550 20774912 4752 1992294400 134512640 135217611 4294956288 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 5072 4752 77 172 0 4897 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 25648

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=928952/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=21688 CPUtime=221.57
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5052 0 0 0 22153 4 0 0 25 0 1 0 154989550 22208512 5038 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 5422 5038 77 172 0 5247 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 27048

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=926648/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=24068 CPUtime=281.55
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5635 0 0 0 28150 5 0 0 25 0 1 0 154989550 24645632 5621 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6017 5621 77 172 0 5842 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 29428

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925816/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=24948 CPUtime=341.52
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5845 0 0 0 34147 5 0 0 25 0 1 0 154989550 25546752 5831 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6237 5831 77 172 0 6062 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 30308

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

[startup+358.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925816/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=24948 CPUtime=357.51
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5847 0 0 0 35746 5 0 0 25 0 1 0 154989550 25546752 5833 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6237 5833 77 172 0 6062 0
Current children cumulated CPU time (s) 358.12
Current children cumulated vsize (KiB) 30308

[startup+371.101 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925752/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=25092 CPUtime=370.31
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5881 0 0 0 37026 5 0 0 25 0 1 0 154989550 25694208 5867 1992294400 134512640 135217611 4294956288 18446744073709551615 134533254 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6273 5867 77 172 0 6098 0
Current children cumulated CPU time (s) 370.92
Current children cumulated vsize (KiB) 30452

[startup+374.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925688/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=25092 CPUtime=373.51
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5882 0 0 0 37346 5 0 0 25 0 1 0 154989550 25694208 5868 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6273 5868 77 172 0 6098 0
Current children cumulated CPU time (s) 374.12
Current children cumulated vsize (KiB) 30452

[startup+377.503 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925688/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=25092 CPUtime=376.71
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5884 0 0 0 37666 5 0 0 25 0 1 0 154989550 25694208 5870 1992294400 134512640 135217611 4294956288 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6273 5870 77 172 0 6098 0
Current children cumulated CPU time (s) 377.32
Current children cumulated vsize (KiB) 30452

[startup+379.101 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925688/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=25092 CPUtime=378.3
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5884 0 0 0 37825 5 0 0 25 0 1 0 154989550 25694208 5870 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6273 5870 77 172 0 6098 0
Current children cumulated CPU time (s) 378.91
Current children cumulated vsize (KiB) 30452

[startup+379.505 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925688/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=25092 CPUtime=378.71
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5884 0 0 0 37866 5 0 0 25 0 1 0 154989550 25694208 5870 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6273 5870 77 172 0 6098 0
Current children cumulated CPU time (s) 379.32
Current children cumulated vsize (KiB) 30452

[startup+379.701 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925688/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=0.61
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 313 1797 0 0 0 0 60 1 16 0 1 0 154989488 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 238 195 169 0 51 0
[pid=27075] ppid=27072 vsize=25092 CPUtime=378.9
/proc/27075/stat : 27075 (glucose_static) R 27072 27072 26935 0 -1 4194304 5884 0 0 0 37885 5 0 0 25 0 1 0 154989550 25694208 5870 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27075/statm: 6273 5870 77 172 0 6098 0
Current children cumulated CPU time (s) 379.51
Current children cumulated vsize (KiB) 30452

[startup+379.801 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27075
/proc/meminfo: memFree=925688/2055920 swapFree=4182092/4192956
[pid=27072] ppid=27070 vsize=5360 CPUtime=379.62
/proc/27072/stat : 27072 (glucose.sh) S 27070 27072 26935 0 -1 4194304 340 7693 0 0 0 0 37955 7 19 0 1 0 154989488 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27072/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 379.62
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 379.802
CPU time (s): 379.633
CPU user time (s): 379.554
CPU system time (s): 0.078987
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 30452

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

runsolver used 0.328949 second user time and 1.06184 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-02 15:05:58
IDJOB=1775094
IDBENCH=71086
IDSOLVER=610
FILE ID=node11/1775094-1241269558
PBS_JOBID= 9224967
Free space on /tmp= 66460 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_07_UNSAT.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775094-1241269558/watcher-1775094-1241269558 -o /tmp/evaluation-result-1775094-1241269558/solver-1775094-1241269558 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775094-1241269558.cnf

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=798391196

node11.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	: 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.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:        951336 kB
Buffers:         85096 kB
Cached:         908984 kB
SwapCached:       4976 kB
Active:          74384 kB
Inactive:       927888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        951336 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            88300 kB
Committed_AS:   691268 kB
PageTables:       1468 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= 66460 MiB
End job on node11 at 2009-05-02 15:12:18