Trace number 1784356

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 1530.52 1531

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v760c43649g4.cnf
MD5SUM3ea4eea040ac494148336825302eb384
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark351.007
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   43649    87978 |   13094       0        0     nan |  0.000 % |
0.09/0.14	c |         0 |   42624   136214 |      --       0       --      -- |     --   | -1025/48236
0.09/0.14	c ==============================================================================
0.09/0.14	c Result  :   #vars: 720   #clauses: 42624   #literals: 136214
0.09/0.14	c CPU time:   0.133979 s
0.09/0.14	c ==============================================================================
0.09/0.18	c
0.09/0.18	c Starting glucose
0.09/0.18	c
0.09/0.18	
0.09/0.18	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.18	
0.09/0.18	c ============================[ Problem Statistics ]=============================
0.09/0.18	c |                                                                             |
0.09/0.18	c |  Number of variables:  720                                                  |
0.09/0.18	c |  Number of clauses:    42624                                                |
0.17/0.20	c |  Parsing time:         0.02         s                                       |
1530.40/1530.98	c restarts              : 2879
1530.40/1530.98	c nb ReduceDB           : 77
1530.40/1530.98	c nb learnts DL2        : 1325
1530.40/1530.98	c nb learnts size 2     : 491
1530.40/1530.98	c nb learnts size 1     : 42
1530.40/1530.98	c conflicts             : 3485558        (2278 /sec)
1530.40/1530.98	c decisions             : 4598239        (1.01 % random) (3005 /sec)
1530.40/1530.98	c propagations          : 270777179      (176953 /sec)
1530.40/1530.98	c conflict literals     : 136626846      (57.09 % deleted)
1530.40/1530.98	c Memory used           : 42.10 MB
1530.40/1530.98	c CPU time              : 1530.22 s
1530.40/1530.98	
1530.40/1530.98	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-1784356-1241934909/watcher-1784356-1241934909 -o /tmp/evaluation-result-1784356-1241934909/solver-1784356-1241934909 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784356-1241934909.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 1.00 1.00 1.00 3/64 4771
/proc/meminfo: memFree=1745328/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221519297 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4771/statm: 1340 236 195 169 0 51 0
[pid=4772] ppid=4771 vsize=1296 CPUtime=0
/proc/4772/stat : 4772 (SatELite_releas) R 4771 4771 4667 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 221519298 1327104 167 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/4772/statm: 324 168 50 174 0 147 0

[startup+0.0696299 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4771
/proc/meminfo: memFree=1745328/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221519297 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4771/statm: 1340 236 195 169 0 51 0
[pid=4772] ppid=4771 vsize=5148 CPUtime=0.06
/proc/4772/stat : 4772 (SatELite_releas) R 4771 4771 4667 0 -1 4194304 999 0 0 0 6 0 0 0 18 0 1 0 221519298 5271552 983 1992294400 134512640 135225430 4294956176 18446744073709551615 134586063 0 0 4096 3 0 0 0 17 1 0 0
/proc/4772/statm: 1287 983 77 174 0 1110 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10508

[startup+0.101634 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4771
/proc/meminfo: memFree=1745328/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221519297 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4771/statm: 1340 236 195 169 0 51 0
[pid=4772] ppid=4771 vsize=5148 CPUtime=0.09
/proc/4772/stat : 4772 (SatELite_releas) R 4771 4771 4667 0 -1 4194304 999 0 0 0 9 0 0 0 18 0 1 0 221519298 5271552 983 1992294400 134512640 135225430 4294956176 18446744073709551615 134586179 0 0 4096 3 0 0 0 17 1 0 0
/proc/4772/statm: 1287 983 77 174 0 1110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10508

[startup+0.301673 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4771
/proc/meminfo: memFree=1745328/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5360

[startup+0.70173 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4771
/proc/meminfo: memFree=1745328/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5360

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1739104/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=6716 CPUtime=1.3
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 1456 0 0 0 130 0 0 0 25 0 1 0 221519316 6877184 1442 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 1679 1442 76 172 0 1504 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12076

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1738080/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=7828 CPUtime=2.9
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 1748 0 0 0 290 0 0 0 25 0 1 0 221519316 8015872 1734 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 1957 1734 76 172 0 1782 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13188

[startup+6.30254 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1736480/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=8940 CPUtime=6.1
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 2012 0 0 0 610 0 0 0 25 0 1 0 221519316 9154560 1998 1992294400 134512640 135217611 4294956304 18446744073709551615 134542453 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 2235 1998 76 172 0 2060 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14300

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1734824/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=10396 CPUtime=12.5
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 2397 0 0 0 1249 1 0 0 25 0 1 0 221519316 10645504 2383 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 2599 2383 76 172 0 2424 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15756

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1732712/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=12548 CPUtime=25.29
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 2931 0 0 0 2528 1 0 0 25 0 1 0 221519316 12849152 2917 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 3137 2917 76 172 0 2962 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17908

[startup+51.1011 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 4774
/proc/meminfo: memFree=1730536/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=14772 CPUtime=50.89
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 3450 0 0 0 5087 2 0 0 25 0 1 0 221519316 15126528 3436 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 3693 3436 76 172 0 3518 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 20132

[startup+102.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 4774
/proc/meminfo: memFree=1726824/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=18396 CPUtime=102.07
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 4386 0 0 0 10205 2 0 0 25 0 1 0 221519316 18837504 4372 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 4599 4372 76 172 0 4424 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23756

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1724392/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=21060 CPUtime=162.05
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 4999 0 0 0 16202 3 0 0 25 0 1 0 221519316 21565440 4985 1992294400 134512640 135217611 4294956304 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 5265 4985 76 172 0 5090 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 26420

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1722664/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=22700 CPUtime=222.03
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 5414 0 0 0 22200 3 0 0 25 0 1 0 221519316 23244800 5400 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 5675 5400 76 172 0 5500 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 28060

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1720616/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=24868 CPUtime=282.02
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 5944 0 0 0 28198 4 0 0 25 0 1 0 221519316 25464832 5930 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 6217 5930 76 172 0 6042 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 30228

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4774
/proc/meminfo: memFree=1718704/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=26780 CPUtime=342
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 6416 0 0 0 34196 4 0 0 25 0 1 0 221519316 27422720 6402 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 6695 6402 76 172 0 6520 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 32140

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1717608/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17

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


[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1705648/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=40284 CPUtime=1181.74
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 9673 0 0 0 118165 9 0 0 25 0 1 0 221519316 41250816 9659 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10071 9659 76 172 0 9896 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 45644

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1704432/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=41412 CPUtime=1241.73
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 9949 0 0 0 124163 10 0 0 25 0 1 0 221519316 42405888 9935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10353 9935 76 172 0 10178 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 46772

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1704112/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=41768 CPUtime=1301.71
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10021 0 0 0 130161 10 0 0 25 0 1 0 221519316 42770432 10007 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10442 10007 76 172 0 10267 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 47128

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1703856/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=42084 CPUtime=1361.69
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10097 0 0 0 136159 10 0 0 25 0 1 0 221519316 43094016 10083 1992294400 134512640 135217611 4294956304 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10521 10083 76 172 0 10346 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 47444

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1703536/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=42400 CPUtime=1421.67
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10158 0 0 0 142157 10 0 0 25 0 1 0 221519316 43417600 10144 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10600 10144 76 172 0 10425 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 47760

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1703216/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=42756 CPUtime=1481.65
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10240 0 0 0 148155 10 0 0 25 0 1 0 221519316 43782144 10226 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10689 10226 76 172 0 10514 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 48116

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

[startup+1484.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1703152/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=42756 CPUtime=1484.05
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10252 0 0 0 148395 10 0 0 25 0 1 0 221519316 43782144 10238 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10689 10238 76 172 0 10514 0
Current children cumulated CPU time (s) 1484.22
Current children cumulated vsize (KiB) 48116

[startup+1510.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1703024/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=42948 CPUtime=1509.64
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10270 0 0 0 150954 10 0 0 25 0 1 0 221519316 43978752 10256 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10737 10256 76 172 0 10562 0
Current children cumulated CPU time (s) 1509.81
Current children cumulated vsize (KiB) 48308

[startup+1523.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1702896/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=43104 CPUtime=1522.43
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10305 0 0 0 152233 10 0 0 25 0 1 0 221519316 44138496 10291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10776 10291 76 172 0 10601 0
Current children cumulated CPU time (s) 1522.6
Current children cumulated vsize (KiB) 48464

[startup+1526.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1702960/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=43104 CPUtime=1525.63
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10305 0 0 0 152553 10 0 0 25 0 1 0 221519316 44138496 10291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10776 10291 76 172 0 10601 0
Current children cumulated CPU time (s) 1525.8
Current children cumulated vsize (KiB) 48464

[startup+1529.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1702960/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=43104 CPUtime=1528.83
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10305 0 0 0 152873 10 0 0 25 0 1 0 221519316 44138496 10291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10776 10291 76 172 0 10601 0
Current children cumulated CPU time (s) 1529
Current children cumulated vsize (KiB) 48464

[startup+1530.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1702960/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=43104 CPUtime=1529.63
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10305 0 0 0 152953 10 0 0 25 0 1 0 221519316 44138496 10291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10776 10291 76 172 0 10601 0
Current children cumulated CPU time (s) 1529.8
Current children cumulated vsize (KiB) 48464

[startup+1530.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1702960/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=43104 CPUtime=1530.03
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10305 0 0 0 152993 10 0 0 25 0 1 0 221519316 44138496 10291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10776 10291 76 172 0 10601 0
Current children cumulated CPU time (s) 1530.2
Current children cumulated vsize (KiB) 48464

[startup+1530.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4780
/proc/meminfo: memFree=1702960/2055920 swapFree=4145892/4192956
[pid=4771] ppid=4769 vsize=5360 CPUtime=0.17
/proc/4771/stat : 4771 (glucose.sh) S 4769 4771 4667 0 -1 4194304 313 1006 0 0 0 0 17 0 16 0 1 0 221519297 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4771/statm: 1340 238 195 169 0 51 0
[pid=4774] ppid=4771 vsize=43104 CPUtime=1530.23
/proc/4774/stat : 4774 (glucose_static) R 4771 4771 4667 0 -1 4194304 10305 0 0 0 153013 10 0 0 25 0 1 0 221519316 44138496 10291 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4774/statm: 10776 10291 76 172 0 10601 0
Current children cumulated CPU time (s) 1530.4
Current children cumulated vsize (KiB) 48464

Child status: 20
Real time (s): 1531
CPU time (s): 1530.52
CPU user time (s): 1530.39
CPU system time (s): 0.12798
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 48464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1530.39
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11791
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= 41
involuntary context switches= 3077

runsolver used 1.84772 second user time and 3.72043 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-10 07:55:09
IDJOB=1784356
IDBENCH=71258
IDSOLVER=610
FILE ID=node39/1784356-1241934909
PBS_JOBID= 9264962
Free space on /tmp= 66344 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v760c43649g4.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784356-1241934909/watcher-1784356-1241934909 -o /tmp/evaluation-result-1784356-1241934909/solver-1784356-1241934909 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784356-1241934909.cnf

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

MD5SUM BENCH= 3ea4eea040ac494148336825302eb384
RANDOM SEED=1892654512

node39.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.281
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.281
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:       1745872 kB
Buffers:         57540 kB
Cached:         143004 kB
SwapCached:      41128 kB
Active:         133964 kB
Inactive:       110084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745872 kB
SwapTotal:     4192956 kB
SwapFree:      4145892 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          14584 kB
Slab:            52144 kB
Committed_AS:   813728 kB
PageTables:       1384 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= 66344 MiB
End job on node39 at 2009-05-10 08:20:40