Trace number 1784024

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.07 5001.21

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_9_3_5_cmp.cnf
MD5SUMb2b9255b6dd854658cbd4bd594382e55
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 variables3857
Number of clauses39932
Sum of the clauses size134967
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24591
Number of clauses of size 326002
Number of clauses of size 44516
Number of clauses of size 54669
Number of clauses of size over 5154

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.03	c ==============================================================================
0.02/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.03	c ==============================================================================
0.02/0.03	c |         0 |   39932   134967 |   11979       0        0     nan |  0.000 % |
0.09/0.16	c |         0 |   39932   134987 |      --       0       --      -- |     --   | 0/20
0.09/0.16	c ==============================================================================
0.09/0.16	c Result  :   #vars: 3853   #clauses: 39932   #literals: 134987
0.09/0.16	c CPU time:   0.157975 s
0.09/0.16	c ==============================================================================
0.19/0.20	c
0.19/0.20	c Starting glucose
0.19/0.20	c
0.19/0.20	
0.19/0.20	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.19/0.20	
0.19/0.20	c ============================[ Problem Statistics ]=============================
0.19/0.20	c |                                                                             |
0.19/0.20	c |  Number of variables:  3853                                                 |
0.19/0.20	c |  Number of clauses:    39932                                                |
0.19/0.23	c |  Parsing time:         0.02         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-1784024-1241909706/watcher-1784024-1241909706 -o /tmp/evaluation-result-1784024-1241909706/solver-1784024-1241909706 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784024-1241909706.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.90 1.91 1.84 3/64 25746
/proc/meminfo: memFree=1838136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218998143 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25746/statm: 1340 236 195 169 0 51 0
[pid=25747] ppid=25746 vsize=1376 CPUtime=0
/proc/25747/stat : 25747 (SatELite_releas) R 25746 25746 25709 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 218998143 1409024 178 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25747/statm: 344 180 50 174 0 167 0

[startup+0.0280501 s]
/proc/loadavg: 1.90 1.91 1.84 3/64 25746
/proc/meminfo: memFree=1838136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218998143 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25746/statm: 1340 236 195 169 0 51 0
[pid=25747] ppid=25746 vsize=3200 CPUtime=0.02
/proc/25747/stat : 25747 (SatELite_releas) R 25746 25746 25709 0 -1 4194304 655 0 0 0 2 0 0 0 18 0 1 0 218998143 3276800 639 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25747/statm: 800 640 50 174 0 623 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8560

[startup+0.101054 s]
/proc/loadavg: 1.90 1.91 1.84 3/64 25746
/proc/meminfo: memFree=1838136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218998143 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25746/statm: 1340 236 195 169 0 51 0
[pid=25747] ppid=25746 vsize=4312 CPUtime=0.09
/proc/25747/stat : 25747 (SatELite_releas) R 25746 25746 25709 0 -1 4194304 913 0 0 0 9 0 0 0 18 0 1 0 218998143 4415488 897 1992294400 134512640 135225430 4294956176 18446744073709551615 134587608 0 0 4096 3 0 0 0 17 1 0 0
/proc/25747/statm: 1078 897 76 174 0 901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9672

[startup+0.301079 s]
/proc/loadavg: 1.90 1.91 1.84 3/64 25746
/proc/meminfo: memFree=1838136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5360

[startup+0.701107 s]
/proc/loadavg: 1.90 1.91 1.84 3/64 25746
/proc/meminfo: memFree=1838136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5360

[startup+1.50115 s]
/proc/loadavg: 1.90 1.91 1.84 2/66 25749
/proc/meminfo: memFree=1831288/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=6888 CPUtime=1.28
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 1546 0 0 0 128 0 0 0 25 0 1 0 218998164 7053312 1532 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 1722 1532 77 172 0 1547 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12248

[startup+3.10225 s]
/proc/loadavg: 1.90 1.91 1.84 2/66 25749
/proc/meminfo: memFree=1830136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=8272 CPUtime=2.88
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 1887 0 0 0 288 0 0 0 25 0 1 0 218998164 8470528 1873 1992294400 134512640 135217611 4294956304 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 2068 1873 77 172 0 1893 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13632

[startup+6.30147 s]
/proc/loadavg: 1.82 1.89 1.83 2/66 25749
/proc/meminfo: memFree=1828352/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=9328 CPUtime=6.08
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 2179 0 0 0 608 0 0 0 25 0 1 0 218998164 9551872 2165 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 2332 2165 77 172 0 2157 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14688

[startup+12.7019 s]
/proc/loadavg: 1.76 1.88 1.83 2/66 25749
/proc/meminfo: memFree=1826896/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=11492 CPUtime=12.48
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 2703 0 0 0 1247 1 0 0 25 0 1 0 218998164 11767808 2689 1992294400 134512640 135217611 4294956304 18446744073709551615 134542195 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 2873 2689 77 172 0 2698 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16852

[startup+25.5018 s]
/proc/loadavg: 1.59 1.84 1.81 2/66 25749
/proc/meminfo: memFree=1824016/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=13768 CPUtime=25.27
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 3276 0 0 0 2526 1 0 0 25 0 1 0 218998164 14098432 3262 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 3442 3262 77 172 0 3267 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19128

[startup+51.1015 s]
/proc/loadavg: 1.39 1.77 1.79 2/66 25749
/proc/meminfo: memFree=1818128/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=20384 CPUtime=50.87
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 4919 0 0 0 5084 3 0 0 25 0 1 0 218998164 20873216 4905 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 5096 4905 77 172 0 4921 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25744

[startup+102.306 s]
/proc/loadavg: 1.17 1.65 1.75 2/66 25749
/proc/meminfo: memFree=1812816/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=25012 CPUtime=102.07
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 6067 0 0 0 10203 4 0 0 25 0 1 0 218998164 25612288 6053 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 6253 6053 77 172 0 6078 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30372

[startup+162.302 s]
/proc/loadavg: 1.06 1.53 1.70 2/66 25749
/proc/meminfo: memFree=1806736/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=31132 CPUtime=162.05
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 7580 0 0 0 16200 5 0 0 25 0 1 0 218998164 31879168 7566 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 7783 7566 77 172 0 7608 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36492

[startup+222.302 s]
/proc/loadavg: 1.02 1.43 1.65 2/66 25749
/proc/meminfo: memFree=1797328/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=40644 CPUtime=222.04
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 9925 0 0 0 22197 7 0 0 25 0 1 0 218998164 41619456 9911 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 10161 9911 77 172 0 9986 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 46004

[startup+282.302 s]
/proc/loadavg: 1.01 1.35 1.61 2/66 25749
/proc/meminfo: memFree=1794192/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=43720 CPUtime=282.02
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 10710 0 0 0 28195 7 0 0 25 0 1 0 218998164 44769280 10696 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 10930 10696 77 172 0 10755 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 49080

[startup+342.301 s]
/proc/loadavg: 1.00 1.28 1.57 2/66 25749
/proc/meminfo: memFree=1790416/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=47416 CPUtime=342.01
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 11656 0 0 0 34193 8 0 0 25 0 1 0 218998164 48553984 11642 1992294400 134512640 135217611 4294956304 18446744073709551615 134533404 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 11854 11642 77 172 0 11679 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 52776

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.53 2/66 25755
/proc/meminfo: memFree=1786384/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19

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

/proc/25749/statm: 44233 43484 77 172 0 44058 0
Current children cumulated CPU time (s) 4301.32
Current children cumulated vsize (KiB) 182292

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1661136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4361.12
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43986 0 0 0 436068 44 0 0 25 0 1 0 218998164 181178368 43485 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43485 77 172 0 44058 0
Current children cumulated CPU time (s) 4361.31
Current children cumulated vsize (KiB) 182292

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1661136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4421.11
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43986 0 0 0 442067 44 0 0 25 0 1 0 218998164 181178368 43485 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43485 77 172 0 44058 0
Current children cumulated CPU time (s) 4421.3
Current children cumulated vsize (KiB) 182292

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1661136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4481.09
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43988 0 0 0 448065 44 0 0 25 0 1 0 218998164 181178368 43487 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43487 77 172 0 44058 0
Current children cumulated CPU time (s) 4481.28
Current children cumulated vsize (KiB) 182292

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1661136/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4541.08
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43993 0 0 0 454064 44 0 0 25 0 1 0 218998164 181178368 43492 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43492 77 172 0 44058 0
Current children cumulated CPU time (s) 4541.27
Current children cumulated vsize (KiB) 182292

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1661008/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4601.07
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43994 0 0 0 460063 44 0 0 25 0 1 0 218998164 181178368 43493 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43493 77 172 0 44058 0
Current children cumulated CPU time (s) 4601.26
Current children cumulated vsize (KiB) 182292

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1660944/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4661.05
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43997 0 0 0 466061 44 0 0 25 0 1 0 218998164 181178368 43496 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43496 77 172 0 44058 0
Current children cumulated CPU time (s) 4661.24
Current children cumulated vsize (KiB) 182292

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1660944/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4721.04
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43999 0 0 0 472060 44 0 0 25 0 1 0 218998164 181178368 43498 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43498 77 172 0 44058 0
Current children cumulated CPU time (s) 4721.23
Current children cumulated vsize (KiB) 182292

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1660944/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4781.02
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 43999 0 0 0 478058 44 0 0 25 0 1 0 218998164 181178368 43498 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43498 77 172 0 44058 0
Current children cumulated CPU time (s) 4781.21
Current children cumulated vsize (KiB) 182292

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1660880/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4841.01
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 44009 0 0 0 484057 44 0 0 25 0 1 0 218998164 181178368 43508 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43508 77 172 0 44058 0
Current children cumulated CPU time (s) 4841.2
Current children cumulated vsize (KiB) 182292

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1660880/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4901
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 44010 0 0 0 490056 44 0 0 25 0 1 0 218998164 181178368 43509 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43509 77 172 0 44058 0
Current children cumulated CPU time (s) 4901.19
Current children cumulated vsize (KiB) 182292

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1660880/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4960.98
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 44011 0 0 0 496054 44 0 0 25 0 1 0 218998164 181178368 43510 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43510 77 172 0 44058 0
Current children cumulated CPU time (s) 4961.17
Current children cumulated vsize (KiB) 182292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25763
/proc/meminfo: memFree=1660880/2055920 swapFree=4156276/4192956
[pid=25746] ppid=25744 vsize=5360 CPUtime=0.19
/proc/25746/stat : 25746 (glucose.sh) S 25744 25746 25709 0 -1 4194304 313 918 0 0 0 0 19 0 16 0 1 0 218998143 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25746/statm: 1340 238 195 169 0 51 0
[pid=25749] ppid=25746 vsize=176932 CPUtime=4999.88
/proc/25749/stat : 25749 (glucose_static) R 25746 25746 25709 0 -1 4194304 44011 0 0 0 499944 44 0 0 25 0 1 0 218998164 181178368 43510 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25749/statm: 44233 43510 77 172 0 44058 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 182292

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 25746 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=201969
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.205968
# while last known CPU time is 5000.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.21
CPU time (s): 5000.07
CPU user time (s): 4999.63
CPU system time (s): 0.44
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 182292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.201969
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1231
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= 6
involuntary context switches= 2

runsolver used 5.76712 second user time and 12.4131 second system time

The end

Launcher Data

Begin job on node52 at 2009-05-10 00:55:07
IDJOB=1784024
IDBENCH=70909
IDSOLVER=610
FILE ID=node52/1784024-1241909706
PBS_JOBID= 9264845
Free space on /tmp= 66312 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_9_3_5_cmp.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784024-1241909706/watcher-1784024-1241909706 -o /tmp/evaluation-result-1784024-1241909706/solver-1784024-1241909706 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784024-1241909706.cnf

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

MD5SUM BENCH= b2b9255b6dd854658cbd4bd594382e55
RANDOM SEED=429772534

node52.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.214
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.214
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:       1838680 kB
Buffers:         37100 kB
Cached:         104612 kB
SwapCached:      31620 kB
Active:          82588 kB
Inactive:        92820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838680 kB
SwapTotal:     4192956 kB
SwapFree:      4156276 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            27868 kB
Committed_AS:   815112 kB
PageTables:       1476 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= 66308 MiB
End job on node52 at 2009-05-10 02:18:30