Trace number 1783620

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 5001.72

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
MD5SUM84c61ea490109e11c1f7afe1d2e5d438
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 variables1188
Number of clauses13833
Sum of the clauses size41796
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313536
Number of clauses of size 4297
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   13833    41796 |    4149       0        0     nan |  0.000 % |
0.09/0.12	c |         0 |   13536    45268 |      --       0       --      -- |     --   | -297/3472
0.09/0.12	c ==============================================================================
0.09/0.12	c Result  :   #vars: 891   #clauses: 13536   #literals: 45268
0.09/0.12	c CPU time:   0.117982 s
0.09/0.12	c ==============================================================================
0.09/0.13	c
0.09/0.13	c Starting glucose
0.09/0.13	c
0.09/0.13	
0.09/0.13	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.13	
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Number of variables:  891                                                  |
0.09/0.13	c |  Number of clauses:    13536                                                |
0.09/0.14	c |  Parsing time:         0.01         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-1783620-1241861807/watcher-1783620-1241861807 -o /tmp/evaluation-result-1783620-1241861807/solver-1783620-1241861807 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783620-1241861807.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: 0.15 0.03 0.01 3/64 7801
/proc/meminfo: memFree=1937360/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214208084 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 236 195 169 0 51 0
[pid=7802] ppid=7801 vsize=1140 CPUtime=0
/proc/7802/stat : 7802 (SatELite_releas) R 7801 7801 7734 0 -1 4194304 155 0 0 0 0 0 0 0 19 0 1 0 214208084 1167360 139 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/7802/statm: 285 141 50 174 0 108 0

[startup+0.0358801 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 7801
/proc/meminfo: memFree=1937360/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214208084 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 236 195 169 0 51 0
[pid=7802] ppid=7801 vsize=2492 CPUtime=0.03
/proc/7802/stat : 7802 (SatELite_releas) R 7801 7801 7734 0 -1 4194304 512 0 0 0 3 0 0 0 19 0 1 0 214208084 2551808 496 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/7802/statm: 623 496 76 174 0 446 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7852

[startup+0.101885 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 7801
/proc/meminfo: memFree=1937360/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214208084 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 236 195 169 0 51 0
[pid=7802] ppid=7801 vsize=2764 CPUtime=0.09
/proc/7802/stat : 7802 (SatELite_releas) R 7801 7801 7734 0 -1 4194304 547 0 0 0 9 0 0 0 19 0 1 0 214208084 2830336 531 1992294400 134512640 135225430 4294956176 18446744073709551615 134576546 0 0 4096 3 0 0 0 17 0 0 0
/proc/7802/statm: 691 531 77 174 0 514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8124

[startup+0.301906 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 7801
/proc/meminfo: memFree=1937360/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5360

[startup+0.701942 s]
/proc/loadavg: 0.15 0.03 0.01 3/64 7801
/proc/meminfo: memFree=1937360/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5360

[startup+1.50201 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 7804
/proc/meminfo: memFree=1934208/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=4284 CPUtime=1.35
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 756 0 0 0 135 0 0 0 25 0 1 0 214208098 4386816 742 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 1071 742 76 172 0 896 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9644

[startup+3.10115 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 7804
/proc/meminfo: memFree=1933440/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=5352 CPUtime=2.95
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 1020 0 0 0 295 0 0 0 25 0 1 0 214208098 5480448 1006 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 1338 1006 76 172 0 1163 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10712

[startup+6.30143 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 7804
/proc/meminfo: memFree=1932032/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=6292 CPUtime=6.14
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 1261 0 0 0 614 0 0 0 25 0 1 0 214208098 6443008 1247 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 1573 1247 76 172 0 1398 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11652

[startup+12.702 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 7804
/proc/meminfo: memFree=1930496/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=7756 CPUtime=12.55
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 1639 0 0 0 1254 1 0 0 25 0 1 0 214208098 7942144 1625 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 1939 1625 76 172 0 1764 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13116

[startup+25.5011 s]
/proc/loadavg: 0.44 0.11 0.03 2/66 7804
/proc/meminfo: memFree=1928448/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=9516 CPUtime=25.33
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 2072 0 0 0 2532 1 0 0 25 0 1 0 214208098 9744384 2058 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 2379 2058 76 172 0 2204 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14876

[startup+51.1014 s]
/proc/loadavg: 0.63 0.18 0.06 2/66 7804
/proc/meminfo: memFree=1926464/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=11656 CPUtime=50.93
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 2593 0 0 0 5092 1 0 0 25 0 1 0 214208098 11935744 2579 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 2914 2579 76 172 0 2739 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 17016

[startup+102.306 s]
/proc/loadavg: 0.85 0.31 0.11 2/66 7804
/proc/meminfo: memFree=1923072/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=14988 CPUtime=102.11
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 3413 0 0 0 10209 2 0 0 25 0 1 0 214208098 15347712 3399 1992294400 134512640 135217611 4294956304 18446744073709551615 134537005 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 3747 3399 76 172 0 3572 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 20348

[startup+162.301 s]
/proc/loadavg: 0.94 0.44 0.16 2/66 7804
/proc/meminfo: memFree=1919872/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=18208 CPUtime=162.08
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 4190 0 0 0 16205 3 0 0 25 0 1 0 214208098 18644992 4176 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 4552 4176 76 172 0 4377 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 23568

[startup+222.302 s]
/proc/loadavg: 0.98 0.54 0.21 2/66 7804
/proc/meminfo: memFree=1916992/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=21224 CPUtime=222.06
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 4910 0 0 0 22202 4 0 0 25 0 1 0 214208098 21733376 4896 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 5306 4896 76 172 0 5131 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 26584

[startup+282.302 s]
/proc/loadavg: 0.99 0.62 0.26 2/66 7806
/proc/meminfo: memFree=1915072/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=23108 CPUtime=282.03
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 5389 0 0 0 28199 4 0 0 25 0 1 0 214208098 23662592 5375 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 5777 5375 76 172 0 5602 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 28468

[startup+342.301 s]
/proc/loadavg: 0.99 0.68 0.30 2/66 7806
/proc/meminfo: memFree=1914240/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=24044 CPUtime=342
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 5609 0 0 0 34196 4 0 0 25 0 1 0 214208098 24621056 5595 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 6011 5595 76 172 0 5836 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 29404

[startup+402.301 s]
/proc/loadavg: 0.99 0.74 0.34 2/66 7806
/proc/meminfo: memFree=1912128/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12

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

/proc/7804/statm: 17494 16365 76 172 0 17319 0
Current children cumulated CPU time (s) 4360.78
Current children cumulated vsize (KiB) 75336

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1868672/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=70120 CPUtime=4420.64
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16412 0 0 0 442044 20 0 0 25 0 1 0 214208098 71802880 16395 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 17530 16395 76 172 0 17355 0
Current children cumulated CPU time (s) 4420.76
Current children cumulated vsize (KiB) 75480

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1868416/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=70336 CPUtime=4480.62
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16474 0 0 0 448042 20 0 0 25 0 1 0 214208098 72024064 16457 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 17584 16457 76 172 0 17409 0
Current children cumulated CPU time (s) 4480.74
Current children cumulated vsize (KiB) 75696

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1868224/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=70528 CPUtime=4540.61
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16513 0 0 0 454041 20 0 0 25 0 1 0 214208098 72220672 16496 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 17632 16496 76 172 0 17457 0
Current children cumulated CPU time (s) 4540.73
Current children cumulated vsize (KiB) 75888

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1867456/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=71136 CPUtime=4600.6
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16665 0 0 0 460039 21 0 0 25 0 1 0 214208098 72843264 16648 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 17784 16648 76 172 0 17609 0
Current children cumulated CPU time (s) 4600.72
Current children cumulated vsize (KiB) 76496

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1867264/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=71328 CPUtime=4660.58
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16692 0 0 0 466037 21 0 0 25 0 1 0 214208098 73039872 16675 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 17832 16675 76 172 0 17657 0
Current children cumulated CPU time (s) 4660.7
Current children cumulated vsize (KiB) 76688

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1866816/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=71976 CPUtime=4720.56
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16819 0 0 0 472035 21 0 0 25 0 1 0 214208098 73703424 16802 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 17994 16802 76 172 0 17819 0
Current children cumulated CPU time (s) 4720.68
Current children cumulated vsize (KiB) 77336

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1866752/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=71976 CPUtime=4780.54
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16823 0 0 0 478033 21 0 0 25 0 1 0 214208098 73703424 16806 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 17994 16806 76 172 0 17819 0
Current children cumulated CPU time (s) 4780.66
Current children cumulated vsize (KiB) 77336

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1866560/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=72192 CPUtime=4840.53
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16871 0 0 0 484032 21 0 0 25 0 1 0 214208098 73924608 16854 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 18048 16854 76 172 0 17873 0
Current children cumulated CPU time (s) 4840.65
Current children cumulated vsize (KiB) 77552

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1866496/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=72192 CPUtime=4900.5
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16877 0 0 0 490029 21 0 0 25 0 1 0 214208098 73924608 16860 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 18048 16860 76 172 0 17873 0
Current children cumulated CPU time (s) 4900.62
Current children cumulated vsize (KiB) 77552

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1866304/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=72408 CPUtime=4960.48
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 16933 0 0 0 496027 21 0 0 25 0 1 0 214208098 74145792 16916 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 18102 16916 76 172 0 17927 0
Current children cumulated CPU time (s) 4960.6
Current children cumulated vsize (KiB) 77768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1866048/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=72840 CPUtime=4999.88
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 17000 0 0 0 499967 21 0 0 25 0 1 0 214208098 74588160 16983 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 18210 16983 76 172 0 18035 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 78200

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 7814
/proc/meminfo: memFree=1866048/2055920 swapFree=4178768/4192956
[pid=7801] ppid=7799 vsize=5360 CPUtime=0.12
/proc/7801/stat : 7801 (glucose.sh) S 7799 7801 7734 0 -1 4194304 313 576 0 0 0 0 12 0 17 0 1 0 214208084 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7801/statm: 1340 238 195 169 0 51 0
[pid=7804] ppid=7801 vsize=72840 CPUtime=4999.88
/proc/7804/stat : 7804 (glucose_static) R 7801 7801 7734 0 -1 4194304 17000 0 0 0 499967 21 0 0 25 0 1 0 214208098 74588160 16983 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/7804/statm: 18210 16983 76 172 0 18035 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 78200

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.72
CPU time (s): 5000
CPU user time (s): 4999.79
CPU system time (s): 0.21
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 78200

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

runsolver used 3.9364 second user time and 14.2628 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-09 11:36:47
IDJOB=1783620
IDBENCH=24615
IDSOLVER=610
FILE ID=node55/1783620-1241861807
PBS_JOBID= 9264560
Free space on /tmp= 66248 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783620-1241861807/watcher-1783620-1241861807 -o /tmp/evaluation-result-1783620-1241861807/solver-1783620-1241861807 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783620-1241861807.cnf

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

MD5SUM BENCH= 84c61ea490109e11c1f7afe1d2e5d438
RANDOM SEED=1805873759

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:       1937840 kB
Buffers:         19724 kB
Cached:          51892 kB
SwapCached:       8420 kB
Active:          50632 kB
Inactive:        31304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937840 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          15492 kB
Slab:            22260 kB
Committed_AS:   622676 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= 66248 MiB
End job on node55 at 2009-05-09 13:00:11