Trace number 1774724

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 37.6003 37.6311

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.6003
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  495031  1168838 |  148509       0        0     nan |  0.000 % |
2.98/3.06	c |         0 |  300405   831416 |      --       0       --      -- |     --   | -44710/7696
2.98/3.06	c ==============================================================================
2.98/3.06	c Result  :   #vars: 49462   #clauses: 300405   #literals: 831416
2.98/3.06	c CPU time:   2.93855 s
2.98/3.06	c ==============================================================================
3.29/3.38	c
3.29/3.38	c Starting glucose
3.29/3.38	c
3.29/3.38	
3.29/3.38	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.29/3.38	
3.29/3.38	c ============================[ Problem Statistics ]=============================
3.29/3.38	c |                                                                             |
3.29/3.38	c |  Number of variables:  49462                                                |
3.29/3.38	c |  Number of clauses:    300405                                               |
3.37/3.61	c |  Parsing time:         0.20         s                                       |
37.56/37.61	c restarts              : 44
37.56/37.61	c nb ReduceDB           : 0
37.56/37.61	c nb learnts DL2        : 581
37.56/37.61	c nb learnts size 2     : 372
37.56/37.61	c nb learnts size 1     : 70
37.56/37.61	c conflicts             : 19478          (571 /sec)
37.56/37.61	c decisions             : 83545          (1.30 % random) (2447 /sec)
37.56/37.61	c propagations          : 50480042       (1478540 /sec)
37.56/37.61	c conflict literals     : 2158485        (35.45 % deleted)
37.56/37.61	c Memory used           : 33.36 MB
37.56/37.61	c CPU time              : 34.1418 s
37.56/37.61	
37.56/37.61	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-1774724-1241267278/watcher-1774724-1241267278 -o /tmp/evaluation-result-1774724-1241267278/solver-1774724-1241267278 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774724-1241267278.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.89 0.97 0.99 2/64 10355
/proc/meminfo: memFree=1141992/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=0
/proc/10355/stat : 10355 (glucose.sh) R 10353 10355 10287 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154755898 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10355/statm: 1340 235 194 169 0 51 0
[pid=10356] ppid=10355 vsize=1740 CPUtime=0
/proc/10356/stat : 10356 (SatELite_releas) R 10355 10355 10287 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 154755899 1781760 263 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 435 265 50 174 0 258 0

[startup+0.0896059 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 10355
/proc/meminfo: memFree=1141992/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=0
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755898 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1340 236 195 169 0 51 0
[pid=10356] ppid=10355 vsize=20676 CPUtime=0.08
/proc/10356/stat : 10356 (SatELite_releas) R 10355 10355 10287 0 -1 4194304 4193 0 0 0 6 2 0 0 19 0 1 0 154755899 21172224 4073 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 5169 4075 50 174 0 4992 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26036

[startup+0.101604 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 10355
/proc/meminfo: memFree=1141992/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=0
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755898 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1340 236 195 169 0 51 0
[pid=10356] ppid=10355 vsize=22128 CPUtime=0.09
/proc/10356/stat : 10356 (SatELite_releas) R 10355 10355 10287 0 -1 4194304 4597 0 0 0 7 2 0 0 19 0 1 0 154755899 22659072 4477 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 5532 4478 50 174 0 5355 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27488

[startup+0.301622 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 10355
/proc/meminfo: memFree=1141992/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=0
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755898 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1340 236 195 169 0 51 0
[pid=10356] ppid=10355 vsize=35544 CPUtime=0.28
/proc/10356/stat : 10356 (SatELite_releas) R 10355 10355 10287 0 -1 4194304 7828 0 0 0 24 4 0 0 21 0 1 0 154755899 36397056 7708 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 8886 7709 50 174 0 8709 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40904

[startup+0.701658 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 10355
/proc/meminfo: memFree=1141992/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=0
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755898 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1340 236 195 169 0 51 0
[pid=10356] ppid=10355 vsize=52204 CPUtime=0.69
/proc/10356/stat : 10356 (SatELite_releas) R 10355 10355 10287 0 -1 4194304 13012 0 0 0 62 7 0 0 25 0 1 0 154755899 53456896 11872 1992294400 134512640 135225430 4294956176 18446744073709551615 134577726 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 13051 11872 77 174 0 12874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57564

[startup+1.50173 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 10357
/proc/meminfo: memFree=1087896/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=0
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755898 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1340 236 195 169 0 51 0
[pid=10356] ppid=10355 vsize=59528 CPUtime=1.49
/proc/10356/stat : 10356 (SatELite_releas) R 10355 10355 10287 0 -1 4194304 14893 0 0 0 140 9 0 0 25 0 1 0 154755899 60956672 13474 1992294400 134512640 135225430 4294956176 18446744073709551615 134587307 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 14882 13474 77 174 0 14705 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64888

[startup+3.10287 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 10357
/proc/meminfo: memFree=1084952/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=0
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755898 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1340 236 195 169 0 51 0
[pid=10356] ppid=10355 vsize=59980 CPUtime=3.09
/proc/10356/stat : 10356 (SatELite_releas) R 10355 10355 10287 0 -1 4194304 17846 0 0 0 297 12 0 0 25 0 1 0 154755899 61419520 13682 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 14995 13682 79 174 0 14818 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65340

[startup+6.30115 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1109272/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=25904 CPUtime=2.9
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 6018 0 0 0 287 3 0 0 25 0 1 0 154756237 26525696 6004 1992294400 134512640 135217611 4294956288 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 6476 6004 77 172 0 6301 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31264

[startup+12.7017 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1106648/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=28148 CPUtime=9.3
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 6597 0 0 0 926 4 0 0 25 0 1 0 154756237 28823552 6583 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 7037 6583 77 172 0 6862 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33508

[startup+25.5018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1102872/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=31892 CPUtime=22.09
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 7534 0 0 0 2204 5 0 0 25 0 1 0 154756237 32657408 7520 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 7973 7520 77 172 0 7798 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 37252

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

[startup+31.9054 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1101592/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=33212 CPUtime=28.5
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 7849 0 0 0 2844 6 0 0 25 0 1 0 154756237 34009088 7835 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 8303 7835 77 172 0 8128 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 38572

[startup+35.1017 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1100824/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=33748 CPUtime=31.69
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 7989 0 0 0 3163 6 0 0 25 0 1 0 154756237 34557952 7975 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 8437 7975 77 172 0 8262 0
Current children cumulated CPU time (s) 35.06
Current children cumulated vsize (KiB) 39108

[startup+36.7018 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1100696/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=34020 CPUtime=33.29
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 8038 0 0 0 3323 6 0 0 25 0 1 0 154756237 34836480 8024 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 8505 8024 77 172 0 8330 0
Current children cumulated CPU time (s) 36.66
Current children cumulated vsize (KiB) 39380

[startup+37.1028 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1100696/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=34020 CPUtime=33.69
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 8049 0 0 0 3363 6 0 0 25 0 1 0 154756237 34836480 8035 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 8505 8035 77 172 0 8330 0
Current children cumulated CPU time (s) 37.06
Current children cumulated vsize (KiB) 39380

[startup+37.5029 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1100568/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=34156 CPUtime=34.09
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 8065 0 0 0 3403 6 0 0 25 0 1 0 154756237 34975744 8051 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 8539 8051 77 172 0 8364 0
Current children cumulated CPU time (s) 37.46
Current children cumulated vsize (KiB) 39516

[startup+37.6029 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 10358
/proc/meminfo: memFree=1100568/2055920 swapFree=4174092/4192956
[pid=10355] ppid=10353 vsize=5360 CPUtime=3.37
/proc/10355/stat : 10355 (glucose.sh) S 10353 10355 10287 0 -1 4194304 313 17847 0 0 0 0 322 15 16 0 1 0 154755898 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10355/statm: 1340 238 195 169 0 51 0
[pid=10358] ppid=10355 vsize=34156 CPUtime=34.19
/proc/10358/stat : 10358 (glucose_static) R 10355 10355 10287 0 -1 4194304 8084 0 0 0 3413 6 0 0 25 0 1 0 154756237 34975744 8070 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10358/statm: 8539 8070 77 172 0 8364 0
Current children cumulated CPU time (s) 37.56
Current children cumulated vsize (KiB) 39516

Child status: 20
Real time (s): 37.6311
CPU time (s): 37.6003
CPU user time (s): 37.3683
CPU system time (s): 0.231964
CPU usage (%): 99.9182
Max. virtual memory (cumulated for all children) (KiB): 71512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3683
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26410
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= 36
involuntary context switches= 118

runsolver used 0.032994 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-02 14:27:59
IDJOB=1774724
IDBENCH=71006
IDSOLVER=610
FILE ID=node50/1774724-1241267278
PBS_JOBID= 9224969
Free space on /tmp= 66496 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774724-1241267278/watcher-1774724-1241267278 -o /tmp/evaluation-result-1774724-1241267278/solver-1774724-1241267278 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774724-1241267278.cnf

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=1606544921

node50.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.216
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.216
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:       1142472 kB
Buffers:         81240 kB
Cached:         723196 kB
SwapCached:      13128 kB
Active:          60436 kB
Inactive:       758800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142472 kB
SwapTotal:     4192956 kB
SwapFree:      4174092 kB
Dirty:           10472 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            80204 kB
Committed_AS:   611172 kB
PageTables:       1456 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= 66492 MiB
End job on node50 at 2009-05-02 14:28:36