Trace number 1784452

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.0? (TO) 5000.03 5002.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes2.cnf
MD5SUM52e359b1b3f50700797d7fba5a906213
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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.02/0.04	c ==============================================================================
0.02/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.04	c ==============================================================================
0.02/0.04	c |         0 |   84314   169678 |   25294       0        0     nan |  0.000 % |
0.29/0.32	c |         0 |   83164   275912 |      --       0       --      -- |     --   | -1150/106234
0.29/0.32	c ==============================================================================
0.29/0.32	c Result  :   #vars: 1100   #clauses: 83164   #literals: 275912
0.29/0.32	c CPU time:   0.315951 s
0.29/0.32	c ==============================================================================
0.39/0.40	c
0.39/0.40	c Starting glucose
0.39/0.40	c
0.39/0.40	
0.39/0.40	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.39/0.40	
0.39/0.40	c ============================[ Problem Statistics ]=============================
0.39/0.40	c |                                                                             |
0.39/0.41	c |  Number of variables:  1100                                                 |
0.39/0.41	c |  Number of clauses:    83164                                                |
0.39/0.45	c |  Parsing time:         0.04         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784452-1241944505/watcher-1784452-1241944505 -o /tmp/evaluation-result-1784452-1241944505/solver-1784452-1241944505 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784452-1241944505.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 11911
/proc/meminfo: memFree=1837184/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0
/proc/11911/stat : 11911 (glucose.sh) R 11909 11911 11801 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 222477894 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 248761608863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11911/statm: 1340 235 194 169 0 51 0
[pid=11912] ppid=11911 vsize=1016 CPUtime=0
/proc/11912/stat : 11912 (SatELite_releas) R 11911 11911 11801 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 222477894 1040384 120 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/11912/statm: 288 125 50 174 0 111 0

[startup+0.0381431 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11911
/proc/meminfo: memFree=1837184/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222477894 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1340 236 195 169 0 51 0
[pid=11912] ppid=11911 vsize=4784 CPUtime=0.02
/proc/11912/stat : 11912 (SatELite_releas) R 11911 11911 11801 0 -1 4194304 1021 0 0 0 2 0 0 0 18 0 1 0 222477894 4898816 1005 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/11912/statm: 1196 1006 50 174 0 1019 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10144

[startup+0.102146 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11911
/proc/meminfo: memFree=1837184/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222477894 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1340 236 195 169 0 51 0
[pid=11912] ppid=11911 vsize=8480 CPUtime=0.09
/proc/11912/stat : 11912 (SatELite_releas) R 11911 11911 11801 0 -1 4194304 1763 0 0 0 8 1 0 0 20 0 1 0 222477894 8683520 1742 1992294400 134512640 135225430 4294956176 18446744073709551615 134603004 0 0 4096 3 0 0 0 17 0 0 0
/proc/11912/statm: 2120 1742 76 174 0 1943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13840

[startup+0.302165 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11911
/proc/meminfo: memFree=1837184/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222477894 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1340 236 195 169 0 51 0
[pid=11912] ppid=11911 vsize=8812 CPUtime=0.29
/proc/11912/stat : 11912 (SatELite_releas) R 11911 11911 11801 0 -1 4194304 1847 0 0 0 28 1 0 0 22 0 1 0 222477894 9023488 1826 1992294400 134512640 135225430 4294956176 18446744073709551615 134586284 0 0 4096 3 0 0 0 17 0 0 0
/proc/11912/statm: 2203 1826 77 174 0 2026 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14172

[startup+0.701211 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11911
/proc/meminfo: memFree=1837184/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 5360

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1827440/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=10312 CPUtime=1.08
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 2478 0 0 0 107 1 0 0 25 0 1 0 222477935 10559488 2464 1992294400 134512640 135217611 4294956304 18446744073709551615 134538496 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11914/statm: 2578 2464 75 172 0 2403 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15672

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1823728/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=15096 CPUtime=2.67
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 3659 0 0 0 265 2 0 0 25 0 1 0 222477935 15458304 3645 1992294400 134512640 135217611 4294956304 18446744073709551615 134527817 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 3774 3645 75 172 0 3599 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20456

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1817392/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=18544 CPUtime=5.87
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 4516 0 0 0 585 2 0 0 25 0 1 0 222477935 18989056 4502 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 4636 4502 75 172 0 4461 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23904

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1811448/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=24528 CPUtime=12.27
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 5991 0 0 0 1224 3 0 0 25 0 1 0 222477935 25116672 5977 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 6132 5977 75 172 0 5957 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29888

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1807608/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=28468 CPUtime=25.07
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 6983 0 0 0 2503 4 0 0 25 0 1 0 222477935 29151232 6969 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 7117 6969 75 172 0 6942 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33828

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1805240/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=30880 CPUtime=50.65
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 7562 0 0 0 5061 4 0 0 25 0 1 0 222477935 31621120 7548 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 7720 7548 75 172 0 7545 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 36240

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1801272/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=34744 CPUtime=101.84
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 8527 0 0 0 10179 5 0 0 25 0 1 0 222477935 35577856 8513 1992294400 134512640 135217611 4294956304 18446744073709551615 134548704 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 8686 8513 77 172 0 8511 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 40104

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1800504/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=35628 CPUtime=161.82
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 8723 0 0 0 16176 6 0 0 25 0 1 0 222477935 36483072 8709 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 8907 8709 77 172 0 8732 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 40988

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1799096/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=37156 CPUtime=221.79
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 9091 0 0 0 22173 6 0 0 25 0 1 0 222477935 38047744 9077 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 9289 9077 77 172 0 9114 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 42516

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1796728/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=39676 CPUtime=281.76
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 9670 0 0 0 28170 6 0 0 25 0 1 0 222477935 40628224 9656 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 9919 9656 77 172 0 9744 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 45036

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11914
/proc/meminfo: memFree=1795512/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=40972 CPUtime=341.75
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 9959 0 0 0 34168 7 0 0 25 0 1 0 222477935 41955328 9945 1992294400 134512640 135217611 4294956304 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 10243 9945 77 172 0 10068 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 46332

[startup+402.302 s]

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

/proc/11914/statm: 25206 24117 77 172 0 25031 0
Current children cumulated CPU time (s) 4300.52
Current children cumulated vsize (KiB) 106184

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1737080/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=102216 CPUtime=4360.11
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 24423 0 0 0 435985 26 0 0 25 0 1 0 222477935 104669184 24409 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 25554 24409 77 172 0 25379 0
Current children cumulated CPU time (s) 4360.51
Current children cumulated vsize (KiB) 107576

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1735928/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=103320 CPUtime=4420.08
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 24722 0 0 0 441982 26 0 0 25 0 1 0 222477935 105799680 24708 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 25830 24708 77 172 0 25655 0
Current children cumulated CPU time (s) 4420.48
Current children cumulated vsize (KiB) 108680

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1734584/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=104508 CPUtime=4480.07
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25008 0 0 0 447980 27 0 0 25 0 1 0 222477935 107016192 24994 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26127 24994 77 172 0 25952 0
Current children cumulated CPU time (s) 4480.47
Current children cumulated vsize (KiB) 109868

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1732600/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=106580 CPUtime=4540.06
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25512 0 0 0 453978 28 0 0 25 0 1 0 222477935 109137920 25498 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26645 25498 77 172 0 26470 0
Current children cumulated CPU time (s) 4540.46
Current children cumulated vsize (KiB) 111940

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1732408/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=106580 CPUtime=4600.04
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25513 0 0 0 459976 28 0 0 25 0 1 0 222477935 109137920 25499 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26645 25499 77 172 0 26470 0
Current children cumulated CPU time (s) 4600.44
Current children cumulated vsize (KiB) 111940

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1732408/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=106576 CPUtime=4660.02
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25516 0 0 0 465974 28 0 0 25 0 1 0 222477935 109133824 25502 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26644 25502 77 172 0 26469 0
Current children cumulated CPU time (s) 4660.42
Current children cumulated vsize (KiB) 111936

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1732344/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=106576 CPUtime=4720.01
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25516 0 0 0 471973 28 0 0 25 0 1 0 222477935 109133824 25502 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26644 25502 77 172 0 26469 0
Current children cumulated CPU time (s) 4720.41
Current children cumulated vsize (KiB) 111936

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1732280/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=106576 CPUtime=4779.99
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25518 0 0 0 477971 28 0 0 25 0 1 0 222477935 109133824 25504 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26644 25504 77 172 0 26469 0
Current children cumulated CPU time (s) 4780.39
Current children cumulated vsize (KiB) 111936

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1732280/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=106576 CPUtime=4839.97
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25522 0 0 0 483969 28 0 0 25 0 1 0 222477935 109133824 25508 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26644 25508 77 172 0 26469 0
Current children cumulated CPU time (s) 4840.37
Current children cumulated vsize (KiB) 111936

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1732216/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=106576 CPUtime=4899.95
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25525 0 0 0 489967 28 0 0 25 0 1 0 222477935 109133824 25511 1992294400 134512640 135217611 4294956304 18446744073709551615 134542740 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26644 25511 77 172 0 26469 0
Current children cumulated CPU time (s) 4900.35
Current children cumulated vsize (KiB) 111936

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1731192/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=107688 CPUtime=4959.94
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25829 0 0 0 495965 29 0 0 25 0 1 0 222477935 110272512 25815 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26922 25815 77 172 0 26747 0
Current children cumulated CPU time (s) 4960.34
Current children cumulated vsize (KiB) 113048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11924
/proc/meminfo: memFree=1731064/2055920 swapFree=4178772/4192956
[pid=11911] ppid=11909 vsize=5360 CPUtime=0.4
/proc/11911/stat : 11911 (glucose.sh) S 11909 11911 11801 0 -1 4194304 313 1852 0 0 0 0 39 1 16 0 1 0 222477894 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11911/statm: 1340 238 195 169 0 51 0
[pid=11914] ppid=11911 vsize=107820 CPUtime=4999.63
/proc/11914/stat : 11914 (glucose_static) R 11911 11911 11801 0 -1 4194304 25849 0 0 0 499934 29 0 0 25 0 1 0 222477935 110407680 25835 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11914/statm: 26955 25835 77 172 0 26780 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 113180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11911 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=392940
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=15997
# CPU time returned by wait4() is 0.408937
# while last known CPU time is 5000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.01
CPU time (s): 5000.03
CPU user time (s): 4999.73
CPU system time (s): 0.3
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 113180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.39294
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2165
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= 5
involuntary context switches= 4

runsolver used 4.40933 second user time and 13.7879 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-10 10:35:05
IDJOB=1784452
IDBENCH=71537
IDSOLVER=610
FILE ID=node55/1784452-1241944505
PBS_JOBID= 9265004
Free space on /tmp= 66288 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes2.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784452-1241944505/watcher-1784452-1241944505 -o /tmp/evaluation-result-1784452-1241944505/solver-1784452-1241944505 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784452-1241944505.cnf

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

MD5SUM BENCH= 52e359b1b3f50700797d7fba5a906213
RANDOM SEED=971538803

node55.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.240
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.240
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:       1837672 kB
Buffers:         51916 kB
Cached:         113948 kB
SwapCached:       8488 kB
Active:         116172 kB
Inactive:        60164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837672 kB
SwapTotal:     4192956 kB
SwapFree:      4178772 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          15628 kB
Slab:            27972 kB
Committed_AS:   632224 kB
PageTables:       1364 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= 66284 MiB
End job on node55 at 2009-05-10 11:58:29