Trace number 1773504

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 925.878 926.271

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark103.442
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

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.03/0.05	c ==============================================================================
0.03/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.05	c ==============================================================================
0.03/0.05	c |         0 |   59991   202888 |   17997       0        0     nan |  0.000 % |
0.09/0.13	c |         0 |   59810   202648 |      --       0       --      -- |     --   | -181/-240
0.09/0.13	c ==============================================================================
0.09/0.13	c Result  :   #vars: 9363   #clauses: 59810   #literals: 202648
0.09/0.13	c CPU time:   0.124981 s
0.09/0.13	c ==============================================================================
0.09/0.20	c
0.09/0.20	c Starting glucose
0.09/0.20	c
0.09/0.20	
0.09/0.20	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.20	
0.09/0.20	c ============================[ Problem Statistics ]=============================
0.09/0.20	c |                                                                             |
0.18/0.20	c |  Number of variables:  9363                                                 |
0.18/0.20	c |  Number of clauses:    59810                                                |
0.18/0.25	c |  Parsing time:         0.05         s                                       |
925.78/926.25	c restarts              : 664
925.78/926.25	c nb ReduceDB           : 62
925.78/926.25	c nb learnts DL2        : 2678
925.78/926.25	c nb learnts size 2     : 1172
925.78/926.25	c nb learnts size 1     : 220
925.78/926.25	c conflicts             : 2523737        (2727 /sec)
925.78/926.25	c decisions             : 6274135        (0.79 % random) (6779 /sec)
925.78/926.25	c propagations          : 985400797      (1064652 /sec)
925.78/926.25	c conflict literals     : 75438143       (59.45 % deleted)
925.78/926.25	c Memory used           : 32.99 MB
925.78/926.25	c CPU time              : 925.561 s
925.78/926.25	
925.78/926.26	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-1773504-1241257750/watcher-1773504-1241257750 -o /tmp/evaluation-result-1773504-1241257750/solver-1773504-1241257750 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773504-1241257750.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 1.00 0.99 3/64 24561
/proc/meminfo: memFree=1292384/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0
/proc/24561/stat : 24561 (glucose.sh) R 24559 24561 24400 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153802910 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24561/statm: 1340 235 194 169 0 51 0
[pid=24562] ppid=24561 vsize=1744 CPUtime=0
/proc/24562/stat : 24562 (SatELite_releas) R 24561 24561 24400 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 153802911 1785856 258 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24562/statm: 436 258 50 174 0 259 0

[startup+0.0437911 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24561
/proc/meminfo: memFree=1292384/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153802910 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24561/statm: 1340 236 195 169 0 51 0
[pid=24562] ppid=24561 vsize=5924 CPUtime=0.03
/proc/24562/stat : 24562 (SatELite_releas) R 24561 24561 24400 0 -1 4194304 1227 0 0 0 3 0 0 0 18 0 1 0 153802911 6066176 1211 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24562/statm: 1481 1214 51 174 0 1304 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11284

[startup+0.101795 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24561
/proc/meminfo: memFree=1292384/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153802910 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24561/statm: 1340 236 195 169 0 51 0
[pid=24562] ppid=24561 vsize=7620 CPUtime=0.09
/proc/24562/stat : 24562 (SatELite_releas) R 24561 24561 24400 0 -1 4194304 1577 0 0 0 9 0 0 0 19 0 1 0 153802911 7802880 1561 1992294400 134512640 135225430 4294956176 18446744073709551615 134587611 0 0 4096 3 0 0 0 17 0 0 0
/proc/24562/statm: 1905 1561 76 174 0 1728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12980

[startup+0.301828 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24561
/proc/meminfo: memFree=1292384/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+0.701868 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24561
/proc/meminfo: memFree=1292384/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+1.50194 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1284560/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=7456 CPUtime=1.28
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 1686 0 0 0 128 0 0 0 25 0 1 0 153802931 7634944 1672 1992294400 134512640 135217611 4294956288 18446744073709551615 134532591 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 1864 1672 77 172 0 1689 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 12816

[startup+3.1021 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1284240/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=7852 CPUtime=2.88
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 1801 0 0 0 288 0 0 0 25 0 1 0 153802931 8040448 1787 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 1963 1787 77 172 0 1788 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13212

[startup+6.30143 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1283344/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=8560 CPUtime=6.08
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 1978 0 0 0 608 0 0 0 25 0 1 0 153802931 8765440 1964 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 2140 1964 77 172 0 1965 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13920

[startup+12.7011 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1281744/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=9892 CPUtime=12.48
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 2305 0 0 0 1247 1 0 0 25 0 1 0 153802931 10129408 2291 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 2473 2291 77 172 0 2298 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 15252

[startup+25.5014 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1280784/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=11120 CPUtime=25.28
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 2590 0 0 0 2526 2 0 0 25 0 1 0 153802931 11386880 2576 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 2780 2576 77 172 0 2605 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16480

[startup+51.102 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1278608/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=13224 CPUtime=50.86
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 3109 0 0 0 5084 2 0 0 25 0 1 0 153802931 13541376 3095 1992294400 134512640 135217611 4294956288 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 3306 3095 77 172 0 3131 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 18584

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1275664/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=16272 CPUtime=102.05
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 3835 0 0 0 10202 3 0 0 25 0 1 0 153802931 16662528 3821 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 4068 3821 77 172 0 3893 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21632

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1273872/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=18360 CPUtime=162.03
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 4306 0 0 0 16199 4 0 0 25 0 1 0 153802931 18800640 4292 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 4590 4292 77 172 0 4415 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 23720

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1271824/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=20212 CPUtime=222
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 4783 0 0 0 22196 4 0 0 25 0 1 0 153802931 20697088 4769 1992294400 134512640 135217611 4294956288 18446744073709551615 134528193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24564/statm: 5053 4769 77 172 0 4878 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 25572

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1269840/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=22280 CPUtime=281.97
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 5271 0 0 0 28192 5 0 0 25 0 1 0 153802931 22814720 5257 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 5570 5257 77 172 0 5395 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 27640

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1267984/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=24260 CPUtime=341.95
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 5748 0 0 0 34189 6 0 0 25 0 1 0 153802931 24842240 5734 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 6065 5734 77 172 0 5890 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 29620

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1266064/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18

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


[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1263760/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=29088 CPUtime=641.83
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 6808 0 0 0 64175 8 0 0 25 0 1 0 153802931 29786112 6794 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 7272 6794 77 172 0 7097 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 34448

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24564
/proc/meminfo: memFree=1261520/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=31200 CPUtime=701.8
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 7349 0 0 0 70171 9 0 0 25 0 1 0 153802931 31948800 7335 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 7800 7335 77 172 0 7625 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 36560

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1261008/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=31740 CPUtime=761.76
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 7475 0 0 0 76167 9 0 0 25 0 1 0 153802931 32501760 7461 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 7935 7461 77 172 0 7760 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 37100

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1259024/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33564 CPUtime=821.74
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 7967 0 0 0 82164 10 0 0 25 0 1 0 153802931 34369536 7953 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8391 7953 77 172 0 8216 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 38924

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258960/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33636 CPUtime=881.72
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 7993 0 0 0 88162 10 0 0 25 0 1 0 153802931 34443264 7979 1992294400 134512640 135217611 4294956288 18446744073709551615 134542186 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8409 7979 77 172 0 8234 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 38996

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

[startup+895.901 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258832/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=895.31
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8030 0 0 0 89521 10 0 0 25 0 1 0 153802931 34590720 8016 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8016 77 172 0 8270 0
Current children cumulated CPU time (s) 895.49
Current children cumulated vsize (KiB) 39140

[startup+908.701 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258832/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=908.1
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8030 0 0 0 90800 10 0 0 25 0 1 0 153802931 34590720 8016 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8016 77 172 0 8270 0
Current children cumulated CPU time (s) 908.28
Current children cumulated vsize (KiB) 39140

[startup+915.102 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258832/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=914.51
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8030 0 0 0 91441 10 0 0 25 0 1 0 153802931 34590720 8016 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8016 77 172 0 8270 0
Current children cumulated CPU time (s) 914.69
Current children cumulated vsize (KiB) 39140

[startup+921.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258768/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=920.9
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8032 0 0 0 92080 10 0 0 25 0 1 0 153802931 34590720 8018 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8018 77 172 0 8270 0
Current children cumulated CPU time (s) 921.08
Current children cumulated vsize (KiB) 39140

[startup+924.702 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258768/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=924.1
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8032 0 0 0 92400 10 0 0 25 0 1 0 153802931 34590720 8018 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8018 77 172 0 8270 0
Current children cumulated CPU time (s) 924.28
Current children cumulated vsize (KiB) 39140

[startup+925.501 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258768/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=924.9
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8032 0 0 0 92480 10 0 0 25 0 1 0 153802931 34590720 8018 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8018 77 172 0 8270 0
Current children cumulated CPU time (s) 925.08
Current children cumulated vsize (KiB) 39140

[startup+925.901 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258768/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=925.3
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8032 0 0 0 92520 10 0 0 25 0 1 0 153802931 34590720 8018 1992294400 134512640 135217611 4294956288 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8018 77 172 0 8270 0
Current children cumulated CPU time (s) 925.48
Current children cumulated vsize (KiB) 39140

[startup+926.101 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258768/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=925.5
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8032 0 0 0 92540 10 0 0 25 0 1 0 153802931 34590720 8018 1992294400 134512640 135217611 4294956288 18446744073709551615 134522688 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8018 77 172 0 8270 0
Current children cumulated CPU time (s) 925.68
Current children cumulated vsize (KiB) 39140

[startup+926.206 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24570
/proc/meminfo: memFree=1258768/2055920 swapFree=4179576/4192956
[pid=24561] ppid=24559 vsize=5360 CPUtime=0.18
/proc/24561/stat : 24561 (glucose.sh) S 24559 24561 24400 0 -1 4194304 313 1735 0 0 0 0 18 0 16 0 1 0 153802910 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24561/statm: 1340 238 195 169 0 51 0
[pid=24564] ppid=24561 vsize=33780 CPUtime=925.6
/proc/24564/stat : 24564 (glucose_static) R 24561 24561 24400 0 -1 4194304 8032 0 0 0 92550 10 0 0 25 0 1 0 153802931 34590720 8018 1992294400 134512640 135217611 4294956288 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24564/statm: 8445 8018 77 172 0 8270 0
Current children cumulated CPU time (s) 925.78
Current children cumulated vsize (KiB) 39140

Child status: 20
Real time (s): 926.271
CPU time (s): 925.878
CPU user time (s): 925.751
CPU system time (s): 0.12698
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 39140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 925.751
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10246
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= 37
involuntary context switches= 2287

runsolver used 0.749886 second user time and 2.6286 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-02 11:49:10
IDJOB=1773504
IDBENCH=69604
IDSOLVER=610
FILE ID=node45/1773504-1241257750
PBS_JOBID= 9224917
Free space on /tmp= 66528 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773504-1241257750/watcher-1773504-1241257750 -o /tmp/evaluation-result-1773504-1241257750/solver-1773504-1241257750 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773504-1241257750.cnf

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED=1817848778

node45.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.231
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.231
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:       1292936 kB
Buffers:         76572 kB
Cached:         611948 kB
SwapCached:       7732 kB
Active:          63348 kB
Inactive:       634272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292936 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:            2700 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            51448 kB
Committed_AS:   694164 kB
PageTables:       1400 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= 66524 MiB
End job on node45 at 2009-05-02 12:04:37