Trace number 1773354

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 2693.12 2694.18

General information on the benchmark

Namegoldb-heqc-frg1mul.cnf
MD5SUM4984fea7abc49dd7f6973cd779e805d7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.691
Satisfiable
(Un)Satisfiability was proved
Number of variables3230
Number of clauses20575
Sum of the clauses size69606
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24746
Number of clauses of size 39516
Number of clauses of size 40
Number of clauses of size 56312
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.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   20575    69606 |    6172       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   20567    69669 |      --       0       --      -- |     --   | -8/63
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 3221   #clauses: 20567   #literals: 69669
0.00/0.05	c CPU time:   0.043993 s
0.00/0.05	c ==============================================================================
0.05/0.07	c
0.05/0.07	c Starting glucose
0.05/0.07	c
0.05/0.07	
0.05/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.05/0.07	
0.05/0.07	c ============================[ Problem Statistics ]=============================
0.05/0.07	c |                                                                             |
0.05/0.07	c |  Number of variables:  3221                                                 |
0.05/0.07	c |  Number of clauses:    20567                                                |
0.05/0.09	c |  Parsing time:         0.02         s                                       |
2693.02/2694.16	c restarts              : 923
2693.02/2694.16	c nb ReduceDB           : 100
2693.02/2694.16	c nb learnts DL2        : 2063
2693.02/2694.16	c nb learnts size 2     : 315
2693.02/2694.16	c nb learnts size 1     : 22
2693.02/2694.16	c conflicts             : 5510744        (2046 /sec)
2693.02/2694.16	c decisions             : 7290731        (1.04 % random) (2707 /sec)
2693.02/2694.16	c propagations          : 1423802760     (528726 /sec)
2693.02/2694.16	c conflict literals     : 195311329      (58.96 % deleted)
2693.02/2694.16	c Memory used           : 50.02 MB
2693.02/2694.16	c CPU time              : 2692.89 s
2693.02/2694.16	
2693.02/2694.17	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-1773354-1241257285/watcher-1773354-1241257285 -o /tmp/evaluation-result-1773354-1241257285/solver-1773354-1241257285 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773354-1241257285.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.86 0.97 0.99 3/64 29776
/proc/meminfo: memFree=1854520/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0
/proc/29776/stat : 29776 (glucose.sh) R 29774 29776 29709 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153757088 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29776/statm: 1340 235 194 169 0 51 0
[pid=29777] ppid=29776 vsize=1140 CPUtime=0
/proc/29777/stat : 29777 (SatELite_releas) R 29776 29776 29709 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 153757089 1167360 142 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29777/statm: 285 143 50 174 0 108 0

[startup+0.0665109 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 29776
/proc/meminfo: memFree=1854520/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153757088 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29776/statm: 1340 236 195 169 0 51 0
[pid=29777] ppid=29776 vsize=3056 CPUtime=0.05
/proc/29777/stat : 29777 (SatELite_releas) R 29776 29776 29709 0 -1 4194304 642 0 0 0 5 0 0 0 19 0 1 0 153757089 3129344 626 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29777/statm: 764 626 80 174 0 587 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8416

[startup+0.101519 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 29776
/proc/meminfo: memFree=1854520/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301538 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 29776
/proc/meminfo: memFree=1854520/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.70158 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 29776
/proc/meminfo: memFree=1854520/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50165 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1850728/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=5012 CPUtime=1.41
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 972 0 0 0 141 0 0 0 25 0 1 0 153757096 5132288 958 1992294400 134512640 135217611 4294956288 18446744073709551615 134538498 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 1253 958 76 172 0 1078 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10372

[startup+3.10281 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1850024/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=5540 CPUtime=3.01
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 1105 0 0 0 301 0 0 0 25 0 1 0 153757096 5672960 1091 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 1385 1091 76 172 0 1210 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10900

[startup+6.30113 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1848744/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=6628 CPUtime=6.21
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 1357 0 0 0 621 0 0 0 25 0 1 0 153757096 6787072 1343 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 1657 1343 76 172 0 1482 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11988

[startup+12.7018 s]
/proc/loadavg: 0.89 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1847656/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=8080 CPUtime=12.6
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 1738 0 0 0 1260 0 0 0 25 0 1 0 153757096 8273920 1724 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 2020 1724 76 172 0 1845 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13440

[startup+25.501 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1845416/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=10132 CPUtime=25.4
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 2243 0 0 0 2539 1 0 0 25 0 1 0 153757096 10375168 2229 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 2533 2229 76 172 0 2358 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15492

[startup+51.1016 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1842920/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=12400 CPUtime=51
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 2817 0 0 0 5099 1 0 0 25 0 1 0 153757096 12697600 2803 1992294400 134512640 135217611 4294956288 18446744073709551615 134532582 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 3100 2803 76 172 0 2925 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 17760

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1841128/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=14296 CPUtime=102.17
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 3251 0 0 0 10216 1 0 0 25 0 1 0 153757096 14639104 3237 1992294400 134512640 135217611 4294956288 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 3574 3237 76 172 0 3399 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 19656

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1838696/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=16924 CPUtime=162.16
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 3838 0 0 0 16214 2 0 0 25 0 1 0 153757096 17330176 3824 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 4231 3824 76 172 0 4056 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 22284

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29779
/proc/meminfo: memFree=1836776/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=18908 CPUtime=222.13
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 4319 0 0 0 22211 2 0 0 25 0 1 0 153757096 19361792 4305 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 4727 4305 76 172 0 4552 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 24268

[startup+282.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 29779
/proc/meminfo: memFree=1835880/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=19624 CPUtime=282.11
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 4526 0 0 0 28208 3 0 0 25 0 1 0 153757096 20094976 4512 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 4906 4512 76 172 0 4731 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 24984

[startup+342.302 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 29779
/proc/meminfo: memFree=1834728/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=20856 CPUtime=342.08
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 4823 0 0 0 34205 3 0 0 25 0 1 0 153757096 21356544 4809 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 5214 4809 76 172 0 5039 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 26216

[startup+402.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 29779
/proc/meminfo: memFree=1833576/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=22344 CPUtime=402.06

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


[startup+2262.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1806248/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=49984 CPUtime=2261.32
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 11795 0 0 0 226120 12 0 0 25 0 1 0 153757096 51183616 11760 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12496 11760 76 172 0 12321 0
Current children cumulated CPU time (s) 2261.38
Current children cumulated vsize (KiB) 55344

[startup+2322.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1805992/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=50324 CPUtime=2321.31
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 11856 0 0 0 232118 13 0 0 25 0 1 0 153757096 51531776 11821 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12581 11821 76 172 0 12406 0
Current children cumulated CPU time (s) 2321.37
Current children cumulated vsize (KiB) 55684

[startup+2382.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1805800/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=50432 CPUtime=2381.28
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 11871 0 0 0 238115 13 0 0 25 0 1 0 153757096 51642368 11836 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12608 11836 76 172 0 12433 0
Current children cumulated CPU time (s) 2381.34
Current children cumulated vsize (KiB) 55792

[startup+2442.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1805608/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=50648 CPUtime=2441.26
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 11903 0 0 0 244113 13 0 0 25 0 1 0 153757096 51863552 11868 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12662 11868 76 172 0 12487 0
Current children cumulated CPU time (s) 2441.32
Current children cumulated vsize (KiB) 56008

[startup+2502.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1805352/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=50916 CPUtime=2501.23
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 11969 0 0 0 250110 13 0 0 25 0 1 0 153757096 52137984 11934 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12729 11934 76 172 0 12554 0
Current children cumulated CPU time (s) 2501.29
Current children cumulated vsize (KiB) 56276

[startup+2562.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1805288/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=50916 CPUtime=2561.21
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 11969 0 0 0 256108 13 0 0 25 0 1 0 153757096 52137984 11934 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12729 11934 76 172 0 12554 0
Current children cumulated CPU time (s) 2561.27
Current children cumulated vsize (KiB) 56276

[startup+2622.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1805032/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2621.19
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12038 0 0 0 262106 13 0 0 25 0 1 0 153757096 52449280 12003 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12003 76 172 0 12630 0
Current children cumulated CPU time (s) 2621.25
Current children cumulated vsize (KiB) 56580

[startup+2682.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1804968/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2681.16
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12043 0 0 0 268103 13 0 0 25 0 1 0 153757096 52449280 12008 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12008 76 172 0 12630 0
Current children cumulated CPU time (s) 2681.22
Current children cumulated vsize (KiB) 56580

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

[startup+2687.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1804968/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2686.76
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12043 0 0 0 268663 13 0 0 25 0 1 0 153757096 52449280 12008 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12008 76 172 0 12630 0
Current children cumulated CPU time (s) 2686.82
Current children cumulated vsize (KiB) 56580

[startup+2691.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1804968/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2689.96
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12043 0 0 0 268983 13 0 0 25 0 1 0 153757096 52449280 12008 1992294400 134512640 135217611 4294956288 18446744073709551615 134543649 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12008 76 172 0 12630 0
Current children cumulated CPU time (s) 2690.02
Current children cumulated vsize (KiB) 56580

[startup+2692.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1804968/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2691.56
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12043 0 0 0 269143 13 0 0 25 0 1 0 153757096 52449280 12008 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12008 76 172 0 12630 0
Current children cumulated CPU time (s) 2691.62
Current children cumulated vsize (KiB) 56580

[startup+2693.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1804968/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2692.36
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12043 0 0 0 269223 13 0 0 25 0 1 0 153757096 52449280 12008 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12008 76 172 0 12630 0
Current children cumulated CPU time (s) 2692.42
Current children cumulated vsize (KiB) 56580

[startup+2693.91 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1804968/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2692.76
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12043 0 0 0 269263 13 0 0 25 0 1 0 153757096 52449280 12008 1992294400 134512640 135217611 4294956288 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12008 76 172 0 12630 0
Current children cumulated CPU time (s) 2692.82
Current children cumulated vsize (KiB) 56580

[startup+2694.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 29785
/proc/meminfo: memFree=1804968/2055920 swapFree=4181336/4192956
[pid=29776] ppid=29774 vsize=5360 CPUtime=0.06
/proc/29776/stat : 29776 (glucose.sh) S 29774 29776 29709 0 -1 4194304 313 643 0 0 0 0 5 1 16 0 1 0 153757088 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29776/statm: 1340 238 195 169 0 51 0
[pid=29779] ppid=29776 vsize=51220 CPUtime=2692.96
/proc/29779/stat : 29779 (glucose_static) R 29776 29776 29709 0 -1 4194304 12043 0 0 0 269283 13 0 0 25 0 1 0 153757096 52449280 12008 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29779/statm: 12805 12008 76 172 0 12630 0
Current children cumulated CPU time (s) 2693.02
Current children cumulated vsize (KiB) 56580

Child status: 20
Real time (s): 2694.18
CPU time (s): 2693.12
CPU user time (s): 2692.95
CPU system time (s): 0.160975
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 56580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2692.95
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13166
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 5472

runsolver used 2.47062 second user time and 7.33289 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-02 11:41:25
IDJOB=1773354
IDBENCH=69567
IDSOLVER=610
FILE ID=node36/1773354-1241257285
PBS_JOBID= 9224931
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= 4984fea7abc49dd7f6973cd779e805d7
RANDOM SEED=1946832769

node36.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.232
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.232
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:       1855072 kB
Buffers:         39296 kB
Cached:         108584 kB
SwapCached:       5800 kB
Active:          28096 kB
Inactive:       128048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855072 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:          13380 kB
Slab:            30848 kB
Committed_AS:   651608 kB
PageTables:       1356 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 node36 at 2009-05-02 12:26:19