Trace number 1772714

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 503.64 503.964

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-15-u.cnf
MD5SUMc716daea92d5e29b94f85a19b52859ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark353.481
Satisfiable
(Un)Satisfiability was proved
Number of variables151952
Number of clauses697321
Sum of the clauses size1601192
Maximum clause length10
Minimum clause length1
Number of clauses of size 112754
Number of clauses of size 2551183
Number of clauses of size 3104744
Number of clauses of size 43180
Number of clauses of size 512720
Number of clauses of size over 512740

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.49/0.53	c ==============================================================================
0.49/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.53	c ==============================================================================
0.49/0.53	c |         0 |  684567  1588438 |  205370       0        0     nan |  0.000 % |
4.29/4.33	c |         0 |  274294   727061 |      --       0       --      -- |     --   | -250115/-498767
4.29/4.33	c ==============================================================================
4.29/4.33	c Result  :   #vars: 46737   #clauses: 274294   #literals: 727061
4.29/4.33	c CPU time:   4.14537 s
4.29/4.33	c ==============================================================================
4.60/4.72	c
4.60/4.72	c Starting glucose
4.60/4.72	c
4.60/4.72	
4.60/4.72	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.60/4.72	
4.60/4.72	c ============================[ Problem Statistics ]=============================
4.60/4.72	c |                                                                             |
4.60/4.72	c |  Number of variables:  46737                                                |
4.60/4.72	c |  Number of clauses:    274294                                               |
4.62/4.91	c |  Parsing time:         0.16         s                                       |
503.55/503.94	c restarts              : 215
503.55/503.94	c nb ReduceDB           : 25
503.55/503.94	c nb learnts DL2        : 532
503.55/503.94	c nb learnts size 2     : 297
503.55/503.94	c nb learnts size 1     : 147
503.55/503.94	c conflicts             : 801705         (1607 /sec)
503.55/503.94	c decisions             : 943804         (0.82 % random) (1892 /sec)
503.55/503.94	c propagations          : 394634100      (790970 /sec)
503.55/503.94	c conflict literals     : 21674780       (45.11 % deleted)
503.55/503.94	c Memory used           : 34.25 MB
503.55/503.94	c CPU time              : 498.924 s
503.55/503.94	
503.55/503.95	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-1772714-1241249265/watcher-1772714-1241249265 -o /tmp/evaluation-result-1772714-1241249265/solver-1772714-1241249265 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772714-1241249265.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.92 0.98 0.99 3/64 32542
/proc/meminfo: memFree=1260576/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=0
/proc/32542/stat : 32542 (glucose.sh) R 32540 32542 32505 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 152955061 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32542/statm: 1340 235 194 169 0 51 0
[pid=32543] ppid=32542 vsize=1324 CPUtime=0
/proc/32543/stat : 32543 (SatELite_releas) R 32542 32542 32505 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 152955061 1355776 189 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/32543/statm: 331 189 50 174 0 154 0

[startup+0.0973701 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32542
/proc/meminfo: memFree=1260576/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=0
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152955061 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 236 195 169 0 51 0
[pid=32543] ppid=32542 vsize=22560 CPUtime=0.09
/proc/32543/stat : 32543 (SatELite_releas) R 32542 32542 32505 0 -1 4194304 5233 0 0 0 7 2 0 0 19 0 1 0 152955061 23101440 5217 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32543/statm: 5640 5218 50 174 0 5463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27920

[startup+0.102371 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32542
/proc/meminfo: memFree=1260576/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=0
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152955061 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 236 195 169 0 51 0
[pid=32543] ppid=32542 vsize=23220 CPUtime=0.09
/proc/32543/stat : 32543 (SatELite_releas) R 32542 32542 32505 0 -1 4194304 5521 0 0 0 7 2 0 0 19 0 1 0 152955061 23777280 5505 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32543/statm: 5805 5506 50 174 0 5628 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28580

[startup+0.302406 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32542
/proc/meminfo: memFree=1260576/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=0
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152955061 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 236 195 169 0 51 0
[pid=32543] ppid=32542 vsize=55252 CPUtime=0.29
/proc/32543/stat : 32543 (SatELite_releas) R 32542 32542 32505 0 -1 4194304 10763 0 0 0 23 6 0 0 21 0 1 0 152955061 56578048 10747 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32543/statm: 13813 10748 50 174 0 13636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60612

[startup+0.702483 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32542
/proc/meminfo: memFree=1260576/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=0
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152955061 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 236 195 169 0 51 0
[pid=32543] ppid=32542 vsize=83688 CPUtime=0.69
/proc/32543/stat : 32543 (SatELite_releas) R 32542 32542 32505 0 -1 4194304 17560 0 0 0 59 10 0 0 25 0 1 0 152955061 85696512 17540 1992294400 134512640 135225430 4294956176 18446744073709551615 134585887 0 0 4096 3 0 0 0 17 0 0 0
/proc/32543/statm: 20922 17540 77 174 0 20745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89048

[startup+1.50164 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32544
/proc/meminfo: memFree=1189264/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=0
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152955061 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 236 195 169 0 51 0
[pid=32543] ppid=32542 vsize=86440 CPUtime=1.49
/proc/32543/stat : 32543 (SatELite_releas) R 32542 32542 32505 0 -1 4194304 19771 0 0 0 137 12 0 0 25 0 1 0 152955061 88514560 18283 1992294400 134512640 135225430 4294956176 18446744073709551615 134587624 0 0 4096 3 0 0 0 17 0 0 0
/proc/32543/statm: 21610 18283 77 174 0 21433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91800

[startup+3.10194 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32544
/proc/meminfo: memFree=1185360/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=0
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152955061 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 236 195 169 0 51 0
[pid=32543] ppid=32542 vsize=93276 CPUtime=3.08
/proc/32543/stat : 32543 (SatELite_releas) R 32542 32542 32505 0 -1 4194304 22154 0 0 0 294 14 0 0 25 0 1 0 152955061 95514624 18845 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32543/statm: 23319 18845 77 174 0 23142 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 98636

[startup+6.30155 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1230048/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=23416 CPUtime=1.57
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 5321 0 0 0 154 3 0 0 25 0 1 0 152955533 23977984 5302 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 5854 5302 76 172 0 5679 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 28776

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1228064/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=25536 CPUtime=7.97
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 5873 0 0 0 793 4 0 0 25 0 1 0 152955533 26148864 5854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 6384 5854 76 172 0 6209 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 30896

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1225888/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=27888 CPUtime=20.76
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 6430 0 0 0 2071 5 0 0 25 0 1 0 152955533 28557312 6411 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 6972 6411 77 172 0 6797 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 33248

[startup+51.1021 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1225184/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=28492 CPUtime=46.34
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 6591 0 0 0 4629 5 0 0 25 0 1 0 152955533 29175808 6572 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 7123 6572 77 172 0 6948 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 33852

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1224288/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=29512 CPUtime=97.52
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 6830 0 0 0 9747 5 0 0 25 0 1 0 152955533 30220288 6811 1992294400 134512640 135217611 4294956288 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 7378 6811 77 172 0 7203 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 34872

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1222752/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=31216 CPUtime=157.48
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 7215 0 0 0 15743 5 0 0 25 0 1 0 152955533 31965184 7196 1992294400 134512640 135217611 4294956288 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 7804 7196 77 172 0 7629 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 36576

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1221792/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=32252 CPUtime=217.46
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 7455 0 0 0 21741 5 0 0 25 0 1 0 152955533 33026048 7436 1992294400 134512640 135217611 4294956288 18446744073709551615 134532754 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8063 7436 77 172 0 7888 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 37612

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1220960/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=33232 CPUtime=277.44
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 7659 0 0 0 27738 6 0 0 25 0 1 0 152955533 34029568 7640 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8308 7640 77 172 0 8133 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 38592

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1220384/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=33864 CPUtime=337.41
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 7819 0 0 0 33735 6 0 0 25 0 1 0 152955533 34676736 7800 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8466 7800 77 172 0 8291 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 39224

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219936/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=34404 CPUtime=397.38
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 7918 0 0 0 39732 6 0 0 25 0 1 0 152955533 35229696 7899 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8601 7899 77 172 0 8426 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 39764

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219424/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=34924 CPUtime=457.36
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8050 0 0 0 45730 6 0 0 25 0 1 0 152955533 35762176 8031 1992294400 134512640 135217611 4294956288 18446744073709551615 134533333 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8731 8031 77 172 0 8556 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 40284

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

[startup+486.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219296/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=35068 CPUtime=481.34
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8081 0 0 0 48128 6 0 0 25 0 1 0 152955533 35909632 8062 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8767 8062 77 172 0 8592 0
Current children cumulated CPU time (s) 485.96
Current children cumulated vsize (KiB) 40428

[startup+492.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219296/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=35068 CPUtime=487.74
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8083 0 0 0 48768 6 0 0 25 0 1 0 152955533 35909632 8064 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8767 8064 77 172 0 8592 0
Current children cumulated CPU time (s) 492.36
Current children cumulated vsize (KiB) 40428

[startup+499.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219296/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=35068 CPUtime=494.13
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8102 0 0 0 49407 6 0 0 25 0 1 0 152955533 35909632 8083 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8767 8083 77 172 0 8592 0
Current children cumulated CPU time (s) 498.75
Current children cumulated vsize (KiB) 40428

[startup+502.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219232/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=35068 CPUtime=497.33
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8105 0 0 0 49727 6 0 0 25 0 1 0 152955533 35909632 8086 1992294400 134512640 135217611 4294956288 18446744073709551615 134542224 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8767 8086 77 172 0 8592 0
Current children cumulated CPU time (s) 501.95
Current children cumulated vsize (KiB) 40428

[startup+503.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219232/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=35068 CPUtime=498.13
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8105 0 0 0 49807 6 0 0 25 0 1 0 152955533 35909632 8086 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8767 8086 77 172 0 8592 0
Current children cumulated CPU time (s) 502.75
Current children cumulated vsize (KiB) 40428

[startup+503.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219232/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=35068 CPUtime=498.53
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8105 0 0 0 49847 6 0 0 25 0 1 0 152955533 35909632 8086 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8767 8086 77 172 0 8592 0
Current children cumulated CPU time (s) 503.15
Current children cumulated vsize (KiB) 40428

[startup+503.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32545
/proc/meminfo: memFree=1219232/2055920 swapFree=4191900/4192956
[pid=32542] ppid=32540 vsize=5360 CPUtime=4.62
/proc/32542/stat : 32542 (glucose.sh) S 32540 32542 32505 0 -1 4194304 313 29375 0 0 0 0 441 21 16 0 1 0 152955061 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32542/statm: 1340 238 195 169 0 51 0
[pid=32545] ppid=32542 vsize=35068 CPUtime=498.93
/proc/32545/stat : 32545 (glucose_static) R 32542 32542 32505 0 -1 4194304 8105 0 0 0 49887 6 0 0 25 0 1 0 152955533 35909632 8086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32545/statm: 8767 8086 77 172 0 8592 0
Current children cumulated CPU time (s) 503.55
Current children cumulated vsize (KiB) 40428

Child status: 20
Real time (s): 503.964
CPU time (s): 503.64
CPU user time (s): 503.337
CPU system time (s): 0.302953
CPU usage (%): 99.9357
Max. virtual memory (cumulated for all children) (KiB): 105668

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

runsolver used 0.441932 second user time and 1.39979 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-02 09:27:46
IDJOB=1772714
IDBENCH=20374
IDSOLVER=610
FILE ID=node38/1772714-1241249265
PBS_JOBID= 9224898
Free space on /tmp= 66500 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-15-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772714-1241249265/watcher-1772714-1241249265 -o /tmp/evaluation-result-1772714-1241249265/solver-1772714-1241249265 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772714-1241249265.cnf

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

MD5SUM BENCH= c716daea92d5e29b94f85a19b52859ac
RANDOM SEED=410206535

node38.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.265
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.265
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:       1261056 kB
Buffers:         74168 kB
Cached:         609392 kB
SwapCached:        384 kB
Active:          80744 kB
Inactive:       616104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261056 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           13916 kB
Writeback:           0 kB
Mapped:          21688 kB
Slab:            84028 kB
Committed_AS:   769532 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= 66500 MiB
End job on node38 at 2009-05-02 09:36:10