Trace number 1716412

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 971.855 972.38

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark387.769
Satisfiable
(Un)Satisfiability was proved
Number of variables183464
Number of clauses855717
Sum of the clauses size1974802
Maximum clause length10
Minimum clause length1
Number of clauses of size 115316
Number of clauses of size 2664917
Number of clauses of size 3141084
Number of clauses of size 43820
Number of clauses of size 515280
Number of clauses of size over 515300

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.59/0.65	c ==============================================================================
0.59/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.65	c ==============================================================================
0.59/0.65	c |         0 |  840401  1959486 |  252120       0        0     nan |  0.000 % |
5.38/5.46	c |         0 |  357793   957950 |      --       0       --      -- |     --   | -306964/-605014
5.38/5.47	c ==============================================================================
5.38/5.47	c Result  :   #vars: 59617   #clauses: 357793   #literals: 957950
5.38/5.47	c CPU time:   5.2462 s
5.38/5.47	c ==============================================================================
5.78/5.83	c
5.78/5.83	c Starting glucose
5.78/5.83	c
5.78/5.83	
5.78/5.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.78/5.83	
5.78/5.83	c ============================[ Problem Statistics ]=============================
5.78/5.83	c |                                                                             |
5.78/5.83	c |  Number of variables:  59617                                                |
5.78/5.83	c |  Number of clauses:    357793                                               |
5.81/6.09	c |  Parsing time:         0.23         s                                       |
971.76/972.36	c restarts              : 353
971.76/972.36	c nb ReduceDB           : 34
971.76/972.36	c nb learnts DL2        : 716
971.76/972.36	c nb learnts size 2     : 388
971.76/972.36	c nb learnts size 1     : 178
971.76/972.36	c conflicts             : 1252173        (1296 /sec)
971.76/972.36	c decisions             : 1477842        (0.94 % random) (1530 /sec)
971.76/972.36	c propagations          : 750427836      (776887 /sec)
971.76/972.36	c conflict literals     : 35078096       (38.58 % deleted)
971.76/972.36	c Memory used           : 41.51 MB
971.76/972.36	c CPU time              : 965.942 s
971.76/972.36	
971.76/972.36	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-1716412-1240615412/watcher-1716412-1240615412 -o /tmp/evaluation-result-1716412-1240615412/solver-1716412-1240615412 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1716412-1240615412.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17665
/proc/meminfo: memFree=1392616/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=0
/proc/17665/stat : 17665 (glucose.sh) R 17663 17665 17315 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 89574842 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/17665/statm: 1340 235 194 169 0 51 0
[pid=17666] ppid=17665 vsize=1324 CPUtime=0
/proc/17666/stat : 17666 (SatELite_releas) R 17665 17665 17315 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 89574842 1355776 195 1992294400 134512640 135225430 4294956160 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/17666/statm: 331 195 50 174 0 154 0

[startup+0.0686461 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17665
/proc/meminfo: memFree=1392616/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=0
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 89574842 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17665/statm: 1340 236 195 169 0 51 0
[pid=17666] ppid=17665 vsize=18036 CPUtime=0.06
/proc/17666/stat : 17666 (SatELite_releas) R 17665 17665 17315 0 -1 4194304 3381 0 0 0 4 2 0 0 19 0 1 0 89574842 18468864 3365 1992294400 134512640 135225430 4294956160 18446744073709551615 134739694 0 0 4096 3 0 0 0 17 0 0 0
/proc/17666/statm: 4509 3365 50 174 0 4332 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23396

[startup+0.102651 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17665
/proc/meminfo: memFree=1392616/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=0
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 89574842 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17665/statm: 1340 236 195 169 0 51 0
[pid=17666] ppid=17665 vsize=22980 CPUtime=0.08
/proc/17666/stat : 17666 (SatELite_releas) R 17665 17665 17315 0 -1 4194304 5403 0 0 0 6 2 0 0 19 0 1 0 89574842 23531520 5388 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/17666/statm: 5745 5391 50 174 0 5568 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28340

[startup+0.302676 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17665
/proc/meminfo: memFree=1392616/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=0
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 89574842 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17665/statm: 1340 236 195 169 0 51 0
[pid=17666] ppid=17665 vsize=57124 CPUtime=0.28
/proc/17666/stat : 17666 (SatELite_releas) R 17665 17665 17315 0 -1 4194304 11844 0 0 0 22 6 0 0 21 0 1 0 89574842 58494976 11828 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/17666/statm: 14281 11828 50 174 0 14104 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62484

[startup+0.702731 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17665
/proc/meminfo: memFree=1392616/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=0
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 89574842 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17665/statm: 1340 236 195 169 0 51 0
[pid=17666] ppid=17665 vsize=87752 CPUtime=0.69
/proc/17666/stat : 17666 (SatELite_releas) R 17665 17665 17315 0 -1 4194304 19745 0 0 0 58 11 0 0 25 0 1 0 89574842 89858048 19729 1992294400 134512640 135225430 4294956160 18446744073709551615 134546966 0 0 4096 3 0 0 0 17 0 0 0
/proc/17666/statm: 21938 19729 72 174 0 21761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93112

[startup+1.50185 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17667
/proc/meminfo: memFree=1307864/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=0
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 89574842 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17665/statm: 1340 236 195 169 0 51 0
[pid=17666] ppid=17665 vsize=100396 CPUtime=1.48
/proc/17666/stat : 17666 (SatELite_releas) R 17665 17665 17315 0 -1 4194304 23747 0 0 0 134 14 0 0 25 0 1 0 89574842 102805504 21949 1992294400 134512640 135225430 4294956160 18446744073709551615 134716162 0 0 4096 3 0 0 0 17 1 0 0
/proc/17666/statm: 25099 21949 77 174 0 24922 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 105756

[startup+3.10105 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17667
/proc/meminfo: memFree=1299480/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=0
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 89574842 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17665/statm: 1340 236 195 169 0 51 0
[pid=17666] ppid=17665 vsize=111140 CPUtime=3.08
/proc/17666/stat : 17666 (SatELite_releas) R 17665 17665 17315 0 -1 4194304 26504 0 0 0 293 15 0 0 25 0 1 0 89574842 113807360 24338 1992294400 134512640 135225430 4294956160 18446744073709551615 134549557 0 0 4096 3 0 0 0 17 0 0 0
/proc/17666/statm: 27785 24338 77 174 0 27608 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 116500

[startup+6.30148 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17667
/proc/meminfo: memFree=1295000/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 5360

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1353240/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=28412 CPUtime=6.85
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 6776 0 0 0 681 4 0 0 25 0 1 0 89575425 29093888 6749 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 7103 6749 77 172 0 6928 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 33772

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1351384/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=30536 CPUtime=19.64
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 7296 0 0 0 1960 4 0 0 25 0 1 0 89575425 31268864 7269 1992294400 134512640 135217611 4294956272 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 7634 7269 77 172 0 7459 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 35896

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1349528/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=32312 CPUtime=45.2
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 7729 0 0 0 4516 4 0 0 25 0 1 0 89575425 33087488 7702 1992294400 134512640 135217611 4294956272 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 8078 7702 77 172 0 7903 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 37672

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1348568/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=33528 CPUtime=96.39
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 8018 0 0 0 9634 5 0 0 25 0 1 0 89575425 34332672 7991 1992294400 134512640 135217611 4294956272 18446744073709551615 134527785 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 8382 7991 77 172 0 8207 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 38888

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1347480/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=34556 CPUtime=156.36
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 8286 0 0 0 15631 5 0 0 25 0 1 0 89575425 35385344 8259 1992294400 134512640 135217611 4294956272 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 8639 8259 77 172 0 8464 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 39916

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1346712/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=35424 CPUtime=216.32
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 8486 0 0 0 21627 5 0 0 25 0 1 0 89575425 36274176 8459 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 8856 8459 77 172 0 8681 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 40784

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1346264/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=35992 CPUtime=276.28
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 8601 0 0 0 27622 6 0 0 25 0 1 0 89575425 36855808 8574 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 8998 8574 77 172 0 8823 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 41352

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1345688/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=36644 CPUtime=336.25
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 8736 0 0 0 33619 6 0 0 25 0 1 0 89575425 37523456 8709 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 9161 8709 77 172 0 8986 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 42004


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


[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1343768/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=38700 CPUtime=576.13
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9231 0 0 0 57607 6 0 0 25 0 1 0 89575425 39628800 9204 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 9675 9204 77 172 0 9500 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 44060

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1343128/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=39392 CPUtime=636.11
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9386 0 0 0 63605 6 0 0 25 0 1 0 89575425 40337408 9359 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 9848 9359 77 172 0 9673 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 44752

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1342680/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=40064 CPUtime=696.08
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9517 0 0 0 69602 6 0 0 25 0 1 0 89575425 41025536 9490 1992294400 134512640 135217611 4294956272 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10016 9490 77 172 0 9841 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 45424

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1342040/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=40748 CPUtime=756.06
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9643 0 0 0 75600 6 0 0 25 0 1 0 89575425 41725952 9616 1992294400 134512640 135217611 4294956272 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17668/statm: 10187 9616 77 172 0 10012 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 46108

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17668
/proc/meminfo: memFree=1341464/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=41348 CPUtime=816.02
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9781 0 0 0 81596 6 0 0 25 0 1 0 89575425 42340352 9754 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10337 9754 77 172 0 10162 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 46708

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1341080/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=41852 CPUtime=875.98
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9872 0 0 0 87592 6 0 0 25 0 1 0 89575425 42856448 9845 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10463 9845 77 172 0 10288 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 47212

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340888/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=41996 CPUtime=935.95
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9934 0 0 0 93589 6 0 0 25 0 1 0 89575425 43003904 9907 1992294400 134512640 135217611 4294956272 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17668/statm: 10499 9907 77 172 0 10324 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 47356

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

[startup+947.106 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340824/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=42140 CPUtime=940.75
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 9960 0 0 0 94069 6 0 0 25 0 1 0 89575425 43151360 9933 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10535 9933 77 172 0 10360 0
Current children cumulated CPU time (s) 946.56
Current children cumulated vsize (KiB) 47500

[startup+959.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340504/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=42500 CPUtime=953.55
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 10042 0 0 0 95348 7 0 0 25 0 1 0 89575425 43520000 10015 1992294400 134512640 135217611 4294956272 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 959.36
Current children cumulated vsize (KiB) 47860

[startup+966.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340504/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=42500 CPUtime=959.95
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 10042 0 0 0 95988 7 0 0 25 0 1 0 89575425 43520000 10015 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 965.76
Current children cumulated vsize (KiB) 47860

[startup+969.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340504/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=42500 CPUtime=963.15
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 10042 0 0 0 96308 7 0 0 25 0 1 0 89575425 43520000 10015 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 968.96
Current children cumulated vsize (KiB) 47860

[startup+971.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340504/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=42500 CPUtime=964.75
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 10042 0 0 0 96468 7 0 0 25 0 1 0 89575425 43520000 10015 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 970.56
Current children cumulated vsize (KiB) 47860

[startup+971.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340504/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=42500 CPUtime=965.55
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 10042 0 0 0 96548 7 0 0 25 0 1 0 89575425 43520000 10015 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 971.36
Current children cumulated vsize (KiB) 47860

[startup+972.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17670
/proc/meminfo: memFree=1340504/2055920 swapFree=4175532/4192956
[pid=17665] ppid=17663 vsize=5360 CPUtime=5.81
/proc/17665/stat : 17665 (glucose.sh) S 17663 17665 17315 0 -1 4194304 313 35651 0 0 0 0 556 25 16 0 1 0 89574842 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17665/statm: 1340 238 195 169 0 51 0
[pid=17668] ppid=17665 vsize=42500 CPUtime=965.95
/proc/17668/stat : 17668 (glucose_static) R 17665 17665 17315 0 -1 4194304 10042 0 0 0 96588 7 0 0 25 0 1 0 89575425 43520000 10015 1992294400 134512640 135217611 4294956272 18446744073709551615 134522694 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/17668/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 971.76
Current children cumulated vsize (KiB) 47860

Child status: 20
Real time (s): 972.38
CPU time (s): 971.855
CPU user time (s): 971.51
CPU system time (s): 0.344947
CPU usage (%): 99.946
Max. virtual memory (cumulated for all children) (KiB): 122272

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

runsolver used 0.808877 second user time and 2.73658 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-25 01:23:34
IDJOB=1716412
IDBENCH=20379
IDSOLVER=503
FILE ID=node13/1716412-1240615412
PBS_JOBID= 9186301
Free space on /tmp= 66204 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-17-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716412-1240615412/watcher-1716412-1240615412 -o /tmp/evaluation-result-1716412-1240615412/solver-1716412-1240615412 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1716412-1240615412.cnf

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

MD5SUM BENCH= 83ece6745238c422c7e68e5a07fc7f73
RANDOM SEED=1989533434

node13.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.227
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.227
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:       1393096 kB
Buffers:         68404 kB
Cached:         512044 kB
SwapCached:      12036 kB
Active:         161036 kB
Inactive:       433916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393096 kB
SwapTotal:     4192956 kB
SwapFree:      4175532 kB
Dirty:           16768 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            53796 kB
Committed_AS:   254644 kB
PageTables:       1460 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= 66204 MiB
End job on node13 at 2009-04-25 01:39:46